Re: [Development] Dictation Issues with Qt-built software

2016-11-03 Thread Aleix Pol
On Thu, Nov 3, 2016 at 2:50 PM, Morten Sorvig wrote: > >> On 1 Nov 2016, at 09:41, Robert Iakobashvili wrote: >> >> Dear Qt-Management and Developers, >> >> People cannot dictate to Qt-software at Mac as filed: >> >> https://bugreports.qt.io/browse/QTBUG-56811 > > Hi, > > I see two possible ways

Re: [Development] QAbstractSocket::ShareAddress, SO_REUSEADDR and SO_REUSEPORT

2016-11-03 Thread Thiago Macieira
Em quinta-feira, 3 de novembro de 2016, às 07:14:50 PDT, Charles-François Natali escreveu: > Hello, > > I'm not familiar with the Qt development process so apologies if it's not > the correct list, but I'd like to know if someone could have a look at this > issue: https://bugreports.qt.io/browse/

Re: [Development] Removal of some of the blacklisted (non-working) autotests?

2016-11-03 Thread Giuseppe D'Angelo
Howdy, On 03/11/16 09:17, Milla Pohjanheimo wrote: > I would like to challenge you a bit about removal of (some of) the > blacklisted autotests. We have around fifty autotest functions in > different Qt modules that have been blacklisted on all platforms. (The > list of those can be found at the e

Re: [Development] Dictation Issues with Qt-built software

2016-11-03 Thread Morten Sorvig
> On 1 Nov 2016, at 09:41, Robert Iakobashvili wrote: > > Dear Qt-Management and Developers, > > People cannot dictate to Qt-software at Mac as filed: > > https://bugreports.qt.io/browse/QTBUG-56811 Hi, I see two possible ways to solve this: 1) Add cross-platform speech-to-text capabilitie

Re: [Development] Removal of some of the blacklisted (non-working) autotests?

2016-11-03 Thread Edward Welbourne
Milla Pohjanheimo said: > I would like to challenge you a bit about removal of (some of) the > blacklisted autotests. Do we have a documented policy on when black-listing should be used ? We can mark tests as expected fail if they reliably fail, so I presume black-listing is reserved for flaky tes

[Development] Removal of some of the blacklisted (non-working) autotests?

2016-11-03 Thread Milla Pohjanheimo
Hi all, I would like to challenge you a bit about removal of (some of) the blacklisted autotests. We have around fifty autotest functions in different Qt modules that have been blacklisted on all platforms. (The list of those can be found at the end of this email). In total there are over 300 t

[Development] QAbstractSocket::ShareAddress, SO_REUSEADDR and SO_REUSEPORT

2016-11-03 Thread Charles-François Natali
Hello, I'm not familiar with the Qt development process so apologies if it's not the correct list, but I'd like to know if someone could have a look at this issue: https://bugreports.qt.io/browse/QTBUG-33419 Basically QAbstractSocket::ShareAddress uses SO_REUSEPORT on recent-ish Linux kernels, a