Re: [Development] Qt 5.9.0 RC released

2017-05-26 Thread Ed Leaver
Thanks, Jani :-) On 05/26/2017 09:18 AM, Jani Heikkinen wrote: -Original Message- From: Development [mailto:development- bounces+jani.heikkinen=qt...@qt-project.org] On Behalf Of Marc Mutz Sent: perjantai 26. toukokuuta 2017 14.47 To: development@qt-project.org; releas...@qt-project.org S

Re: [Development] Blacklisting: CI vs non-CI

2017-05-26 Thread Thiago Macieira
On Friday, 26 May 2017 08:48:59 PDT Simon Hausmann wrote: > Hi, > > > Is it possible that you're looking for the "ci" keyword in the exclusion > files? > > > Tor Arne implemented it for https://bugreports.qt.io/browse/QTBUG-59564 That's exactly what I wanted. But it looks like I'm not the only

Re: [Development] Blacklisting: CI vs non-CI

2017-05-26 Thread Simon Hausmann
Hi, Is it possible that you're looking for the "ci" keyword in the exclusion files? Tor Arne implemented it for https://bugreports.qt.io/browse/QTBUG-59564 Simon From: Development on behalf of Thiago Macieira Sent: Friday, May 26, 2017 8:45:28 AM To: deve

Re: [Development] Blacklisting: CI vs non-CI

2017-05-26 Thread Thiago Macieira
On Friday, 26 May 2017 03:12:30 PDT Konstantin Tokarev wrote: > If problem is that tests just don't have enough time to complete in CI > environment, it would be a good idea to mark such tests as "slow" so they > get higher timeout settings. The problem is not the full test timeout. It's intermedi

Re: [Development] clang and auto-setting of QT_NO_EXCEPTIONS

2017-05-26 Thread Thiago Macieira
On Thursday, 25 May 2017 14:51:05 PDT René J. V. Bertin wrote: > > Ok, I could reproduce this. It's Apple's bug and regression. > > > > $ /Applications/Xcode.app/Contents/Developer/Toolchains/ > > XcodeDefault.xctoolchain/usr/bin/clang++ -fno-exceptions -std=c++11 -dM -E > > - xobjective-c++ /dev/

Re: [Development] Qt 5.9.0 RC released

2017-05-26 Thread Jani Heikkinen
> -Original Message- > From: Development [mailto:development- > bounces+jani.heikkinen=qt...@qt-project.org] On Behalf Of Marc Mutz > Sent: perjantai 26. toukokuuta 2017 14.47 > To: development@qt-project.org; releas...@qt-project.org > Subject: Re: [Development] Qt 5.9.0 RC released > > O

Re: [Development] Qt 5.9.0 RC released

2017-05-26 Thread Marc Mutz
On Wednesday 24 May 2017 12:48:15 Jani Heikkinen wrote: > Hi all, > > Qt 5.9.0 RC is now available. Diff to beta4 can be found as an attachment. > > You can update RC at the top of existing online installation by using > maintenance tool or do clean installation. Instructions how to get the > rel

Re: [Development] QList

2017-05-26 Thread Marc Mutz
On Thursday 25 May 2017 18:40:46 Christoph Feck wrote: > If you only return a view to the container, then if the container is > modified, the return value is no longer valid. Returning a full > container (referenced, with copy-on-write semantics) will not have this > problem. If you return a ve

Re: [Development] Blacklisting: CI vs non-CI

2017-05-26 Thread Allan Sandfeld Jensen
On Friday 26 May 2017, Konstantin Tokarev wrote: > 26.05.2017, 09:45, "Thiago Macieira" : > > I've seen some blacklists, in the past, that were real flaky tests: > > things that would be unstable on any machine, given the proper > > conditions. > > > > But most of the recent blacklists, and certai

Re: [Development] Blacklisting: CI vs non-CI

2017-05-26 Thread Konstantin Tokarev
26.05.2017, 09:45, "Thiago Macieira" : > I've seen some blacklists, in the past, that were real flaky tests: things > that > would be unstable on any machine, given the proper conditions. > > But most of the recent blacklists, and certainly all the BPASS I see when I > run tests, are due to the

Re: [Development] Blacklisting: CI vs non-CI

2017-05-26 Thread Allan Sandfeld Jensen
On Friday 26 May 2017, Thiago Macieira wrote: > I've seen some blacklists, in the past, that were real flaky tests: things > that would be unstable on any machine, given the proper conditions. > > But most of the recent blacklists, and certainly all the BPASS I see when I > run tests, are due to t

[Development] Regarding build/Link error while building my Qt Project Code in the Microsoft Visual Studio 2015 ( OS : Windows 10 )

2017-05-26 Thread swarit wipra
Hi Folks, Good Day !! I am trying to build my Qt source code in the Microsoft Visual Studio 2015. It fails with the following Link error: Severity Code Description Project File Line Suppression State *Error LNK1104 cannot open file 'Qt5Declaratived.lib'* Please help me in fixing this. Thanks i