qt6-bb10/tests/auto/corelib/io/qprocess
Thiago Macieira edd2d9bd0a Make the null pointer dereference a volatile one
This is to ensure that the compiler won't optimise it out of existence.
Clang says it will do it:

testProcessCrash/main.cpp:50:5: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]
    *(char*)0 = 0;
    ^~~~~~~~~

Change-Id: Iac7771046442f869e205e8789fffdd6443d58e67
Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@digia.com>
2013-01-29 01:47:01 +01:00
..
fileWriterProcess Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
test fix error handling bug in QWindowsPipeReader 2012-11-02 12:16:49 +01:00
testBatFiles Moving relevant tests to corelib/io 2011-08-31 10:08:38 +02:00
testDetached Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
testExitCodes Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
testForwarding Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
testGuiProcess Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
testProcessCrash Make the null pointer dereference a volatile one 2013-01-29 01:47:01 +01:00
testProcessDeadWhileReading Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
testProcessEOF Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
testProcessEcho Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
testProcessEcho2 Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
testProcessEcho3 Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
testProcessEchoGui Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
testProcessEnvironment Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
testProcessNormal Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
testProcessOutput Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
testProcessSpacesArgs Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
testSetWorkingDirectory Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
testSoftExit Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
testSpaceInName Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
.gitignore test: Moving tst_QProcess::echoTest_performance() 2012-10-19 02:43:05 +02:00
qprocess.pri add and use qtHaveModule() function 2012-12-21 19:05:02 +01:00
qprocess.pro Changed qprocess unittest to work from installation directory. 2012-01-16 01:55:18 +01:00
tst_qprocess.cpp Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00