qt5base-lts/tests/auto/corelib/tools/qsharedpointer
Debao Zhang 65a2613e3e tst_qsharedpointer: Fix auto test fail under Windows 7
The tst_QSharedPointer generate another Process to test some invalid
codes, and it expect that the prcoess will crash and return a non-zero
value.

The process which is a console application was linked to windows
subsystem, and QProcess seems can not get its return value. This
cause the unit test fail.

In addition, when the process crash under debug mode, a debug error
report-dialog will appear, which is very annoying, so I suppress it too.

Task-number: QTBUG-24160
Change-Id: Ia1c872d4515c83b0aa516bcfe3783f59797d2d49
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
2012-03-15 11:40:50 +01:00
..
.gitignore Moving relevant tests to corelib/tools 2011-09-01 13:07:23 +02:00
externaltests.cpp tst_qsharedpointer: Fix auto test fail under Windows 7 2012-03-15 11:40:50 +01:00
externaltests.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
externaltests.pri Fixed qsharedpointer unittest to run from installation directory 2012-02-10 03:02:07 +01:00
forwarddeclaration.cpp Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
forwarddeclared.cpp Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
forwarddeclared.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qsharedpointer.pro tst_qsharedpointer: Fix auto test fail under Windows 7 2012-03-15 11:40:50 +01:00
tst_qsharedpointer.cpp Remove HP PA-RISC atomic implementation. 2012-02-13 12:02:11 +01:00
wrapper.cpp Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
wrapper.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00