qt5base-lts/tests/auto/testlib/selftests
Ulf Hermann 44af54419e Properly use the "process" feature
Replace all QT_NO_PROCESS with QT_CONFIG(process), define it in
qconfig-bootstrapped.h, add QT_REQUIRE_CONFIG(process) to the qprocess
headers, exclude the sources from compilation when switched off, guard
header inclusions in places where compilation without QProcess seems
supported, drop some unused includes, and fix some tests that were
apparently designed to work with QT_NO_PROCESS but failed to.

Change-Id: Ieceea2504dea6fdf43b81c7c6b65c547b01b9714
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
2017-02-27 15:44:46 +00:00
..
alive Updated license headers 2016-01-21 18:55:18 +00:00
assert Updated license headers 2016-01-21 18:55:18 +00:00
badxml Updated license headers 2016-01-21 18:55:18 +00:00
benchlibcallgrind Updated license headers 2016-01-21 18:55:18 +00:00
benchlibcounting Updated license headers 2016-01-21 18:55:18 +00:00
benchlibeventcounter Updated license headers 2016-01-21 18:55:18 +00:00
benchliboptions Updated license headers 2016-01-21 18:55:18 +00:00
benchlibtickcounter Updated license headers 2016-01-21 18:55:18 +00:00
benchlibwalltime Updated license headers 2016-01-21 18:55:18 +00:00
blacklisted Updated license headers 2016-01-21 18:55:18 +00:00
cmptest Merge remote-tracking branch 'origin/5.7' into dev 2016-07-19 20:14:40 +02:00
commandlinedata Updated license headers 2016-01-21 18:55:18 +00:00
counting Updated license headers 2016-01-21 18:55:18 +00:00
crashes QtTest: Remove Windows CE. 2016-04-06 10:56:02 +00:00
datatable Updated license headers 2016-01-21 18:55:18 +00:00
datetime Updated license headers 2016-01-21 18:55:18 +00:00
differentexec Updated license headers 2016-01-21 18:55:18 +00:00
exceptionthrow Updated license headers 2016-01-21 18:55:18 +00:00
expectfail Updated license headers 2016-01-21 18:55:18 +00:00
failcleanup Updated license headers 2016-01-21 18:55:18 +00:00
failinit Updated license headers 2016-01-21 18:55:18 +00:00
failinitdata Updated license headers 2016-01-21 18:55:18 +00:00
fetchbogus Updated license headers 2016-01-21 18:55:18 +00:00
findtestdata Updated license headers 2016-01-21 18:55:18 +00:00
float Updated license headers 2016-01-21 18:55:18 +00:00
globaldata Updated license headers 2016-01-21 18:55:18 +00:00
longstring Updated license headers 2016-01-21 18:55:18 +00:00
maxwarnings Updated license headers 2016-01-21 18:55:18 +00:00
multiexec Updated license headers 2016-01-21 18:55:18 +00:00
printdatatags Updated license headers 2016-01-21 18:55:18 +00:00
printdatatagswithglobaltags Updated license headers 2016-01-21 18:55:18 +00:00
qexecstringlist Updated license headers 2016-01-21 18:55:18 +00:00
silent Updated license headers 2016-01-21 18:55:18 +00:00
singleskip Updated license headers 2016-01-21 18:55:18 +00:00
skip Updated license headers 2016-01-21 18:55:18 +00:00
skipcleanup Updated license headers 2016-01-21 18:55:18 +00:00
skipinit Updated license headers 2016-01-21 18:55:18 +00:00
skipinitdata Updated license headers 2016-01-21 18:55:18 +00:00
sleep Updated license headers 2016-01-21 18:55:18 +00:00
strcmp Updated license headers 2016-01-21 18:55:18 +00:00
subtest Updated license headers 2016-01-21 18:55:18 +00:00
test Drop unnecessary dependencies from some tests 2017-01-10 16:34:52 +00:00
verbose1 QtTest tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 2013-03-27 03:54:20 +01:00
verbose2 QtTest tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 2013-03-27 03:54:20 +01:00
verifyexceptionthrown Updated license headers 2016-01-21 18:55:18 +00:00
warnings Updated license headers 2016-01-21 18:55:18 +00:00
xunit Updated license headers 2016-01-21 18:55:18 +00:00
.gitignore Revert "Remove unused overload of QTest::qExec." 2011-12-12 10:43:44 +01:00
expected_alive.txt Add support for blacklisting test functions 2014-09-21 20:58:41 +02:00
expected_assert.lightxml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_assert.teamcity Add TeamCity logging feature to testlib 2016-01-23 18:30:58 +00:00
expected_assert.txt Add support for blacklisting test functions 2014-09-21 20:58:41 +02:00
expected_assert.xml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_assert.xunitxml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_badxml.lightxml Change how QDebug escapes QStrings in the output 2015-08-06 04:53:38 +00:00
expected_badxml.teamcity Add TeamCity logging feature to testlib 2016-01-23 18:30:58 +00:00
expected_badxml.txt Add support for blacklisting test functions 2014-09-21 20:58:41 +02:00
expected_badxml.xml Change how QDebug escapes QStrings in the output 2015-08-06 04:53:38 +00:00
expected_badxml.xunitxml Change how QDebug escapes QStrings in the output 2015-08-06 04:53:38 +00:00
expected_benchlibcallgrind.csv Add a CSV logging feature to the benchlib 2014-02-14 00:34:25 +01:00
expected_benchlibcallgrind.txt Add support for blacklisting test functions 2014-09-21 20:58:41 +02:00
expected_benchlibcounting.csv Add a CSV logging feature to the benchlib 2014-02-14 00:34:25 +01:00
expected_benchlibcounting.lightxml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_benchlibcounting.txt Add support for blacklisting test functions 2014-09-21 20:58:41 +02:00
expected_benchlibcounting.xml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_benchlibcounting.xunitxml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_benchlibeventcounter.csv Add a CSV logging feature to the benchlib 2014-02-14 00:34:25 +01:00
expected_benchlibeventcounter.lightxml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_benchlibeventcounter.txt Add support for blacklisting test functions 2014-09-21 20:58:41 +02:00
expected_benchlibeventcounter.xml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_benchlibeventcounter.xunitxml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_benchliboptions.csv Add a CSV logging feature to the benchlib 2014-02-14 00:34:25 +01:00
expected_benchliboptions.txt Add support for blacklisting test functions 2014-09-21 20:58:41 +02:00
expected_benchlibtickcounter.csv Add a CSV logging feature to the benchlib 2014-02-14 00:34:25 +01:00
expected_benchlibtickcounter.lightxml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_benchlibtickcounter.txt Add support for blacklisting test functions 2014-09-21 20:58:41 +02:00
expected_benchlibtickcounter.xml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_benchlibtickcounter.xunitxml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_benchlibwalltime.csv Add a CSV logging feature to the benchlib 2014-02-14 00:34:25 +01:00
expected_benchlibwalltime.lightxml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_benchlibwalltime.txt Add support for blacklisting test functions 2014-09-21 20:58:41 +02:00
expected_benchlibwalltime.xml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_benchlibwalltime.xunitxml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_blacklisted.txt TestCase: Also check main source path when looking for test data 2015-05-05 07:06:52 +00:00
expected_cmptest.lightxml Merge remote-tracking branch 'origin/5.7' into dev 2016-07-19 20:14:40 +02:00
expected_cmptest.teamcity Merge remote-tracking branch 'origin/5.7' into dev 2016-07-19 20:14:40 +02:00
expected_cmptest.txt Merge remote-tracking branch 'origin/5.7' into dev 2016-07-19 20:14:40 +02:00
expected_cmptest.xml Merge remote-tracking branch 'origin/5.7' into dev 2016-07-19 20:14:40 +02:00
expected_cmptest.xunitxml Merge remote-tracking branch 'origin/5.7' into dev 2016-07-19 20:14:40 +02:00
expected_commandlinedata.lightxml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_commandlinedata.teamcity Add TeamCity logging feature to testlib 2016-01-23 18:30:58 +00:00
expected_commandlinedata.txt Add support for blacklisting test functions 2014-09-21 20:58:41 +02:00
expected_commandlinedata.xml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_commandlinedata.xunitxml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_counting.lightxml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_counting.teamcity Add TeamCity logging feature to testlib 2016-01-23 18:30:58 +00:00
expected_counting.txt Add support for blacklisting test functions 2014-09-21 20:58:41 +02:00
expected_counting.xml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_counting.xunitxml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_crashes_1.txt QtTest: Output correct library name 2013-05-27 00:41:46 +02:00
expected_crashes_2.txt Add support for blacklisting test functions 2014-09-21 20:58:41 +02:00
expected_crashes_3.txt Testlib: Output function / total time along with crash dump. 2015-10-13 16:38:43 +00:00
expected_datatable.lightxml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_datatable.teamcity Add TeamCity logging feature to testlib 2016-01-23 18:30:58 +00:00
expected_datatable.txt Add support for blacklisting test functions 2014-09-21 20:58:41 +02:00
expected_datatable.xml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_datatable.xunitxml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_datetime.lightxml Autotest: Selftests fail in UTC timezone 2015-01-19 10:21:26 +01:00
expected_datetime.teamcity Add TeamCity logging feature to testlib 2016-01-23 18:30:58 +00:00
expected_datetime.txt Autotest: Selftests fail in UTC timezone 2015-01-19 10:21:26 +01:00
expected_datetime.xml Autotest: Selftests fail in UTC timezone 2015-01-19 10:21:26 +01:00
expected_datetime.xunitxml Autotest: Selftests fail in UTC timezone 2015-01-19 10:21:26 +01:00
expected_differentexec.txt Add support for blacklisting test functions 2014-09-21 20:58:41 +02:00
expected_exceptionthrow.lightxml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_exceptionthrow.teamcity Add TeamCity logging feature to testlib 2016-01-23 18:30:58 +00:00
expected_exceptionthrow.txt Add support for blacklisting test functions 2014-09-21 20:58:41 +02:00
expected_exceptionthrow.xml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_exceptionthrow.xunitxml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_expectfail.lightxml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_expectfail.teamcity Add TeamCity logging feature to testlib 2016-01-23 18:30:58 +00:00
expected_expectfail.txt Add support for blacklisting test functions 2014-09-21 20:58:41 +02:00
expected_expectfail.xml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_expectfail.xunitxml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_failcleanup.lightxml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_failcleanup.teamcity Add TeamCity logging feature to testlib 2016-01-23 18:30:58 +00:00
expected_failcleanup.txt Add support for blacklisting test functions 2014-09-21 20:58:41 +02:00
expected_failcleanup.xml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_failcleanup.xunitxml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_failinit.lightxml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_failinit.teamcity Add TeamCity logging feature to testlib 2016-01-23 18:30:58 +00:00
expected_failinit.txt Add support for blacklisting test functions 2014-09-21 20:58:41 +02:00
expected_failinit.xml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_failinit.xunitxml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_failinitdata.lightxml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_failinitdata.teamcity Add TeamCity logging feature to testlib 2016-01-23 18:30:58 +00:00
expected_failinitdata.txt Add support for blacklisting test functions 2014-09-21 20:58:41 +02:00
expected_failinitdata.xml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_failinitdata.xunitxml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_fetchbogus.lightxml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_fetchbogus.teamcity Add TeamCity logging feature to testlib 2016-01-23 18:30:58 +00:00
expected_fetchbogus.txt Add support for blacklisting test functions 2014-09-21 20:58:41 +02:00
expected_fetchbogus.xml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_fetchbogus.xunitxml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_findtestdata.lightxml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_findtestdata.teamcity Add TeamCity logging feature to testlib 2016-01-23 18:30:58 +00:00
expected_findtestdata.txt Add support for blacklisting test functions 2014-09-21 20:58:41 +02:00
expected_findtestdata.xml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_findtestdata.xunitxml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_float.txt Add support for blacklisting test functions 2014-09-21 20:58:41 +02:00
expected_globaldata.lightxml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_globaldata.teamcity Add TeamCity logging feature to testlib 2016-01-23 18:30:58 +00:00
expected_globaldata.txt Add support for blacklisting test functions 2014-09-21 20:58:41 +02:00
expected_globaldata.xml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_globaldata.xunitxml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_longstring.lightxml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_longstring.teamcity Add TeamCity logging feature to testlib 2016-01-23 18:30:58 +00:00
expected_longstring.txt Add support for blacklisting test functions 2014-09-21 20:58:41 +02:00
expected_longstring.xml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_longstring.xunitxml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_maxwarnings.lightxml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_maxwarnings.teamcity Add TeamCity logging feature to testlib 2016-01-23 18:30:58 +00:00
expected_maxwarnings.txt Add support for blacklisting test functions 2014-09-21 20:58:41 +02:00
expected_maxwarnings.xml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_maxwarnings.xunitxml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_multiexec.txt Add support for blacklisting test functions 2014-09-21 20:58:41 +02:00
expected_printdatatags.txt Fixing naming of selftests. 2011-12-05 09:02:15 +01:00
expected_printdatatagswithglobaltags.txt Fixing naming of selftests. 2011-12-05 09:02:15 +01:00
expected_qexecstringlist.txt Add support for blacklisting test functions 2014-09-21 20:58:41 +02:00
expected_silent.teamcity Add TeamCity logging feature to testlib 2016-01-23 18:30:58 +00:00
expected_silent.txt Add support for blacklisting test functions 2014-09-21 20:58:41 +02:00
expected_singleskip.lightxml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_singleskip.teamcity Add TeamCity logging feature to testlib 2016-01-23 18:30:58 +00:00
expected_singleskip.txt Add support for blacklisting test functions 2014-09-21 20:58:41 +02:00
expected_singleskip.xml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_singleskip.xunitxml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_skip.lightxml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_skip.teamcity Add TeamCity logging feature to testlib 2016-01-23 18:30:58 +00:00
expected_skip.txt Add support for blacklisting test functions 2014-09-21 20:58:41 +02:00
expected_skip.xml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_skip.xunitxml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_skipcleanup.lightxml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_skipcleanup.teamcity Add TeamCity logging feature to testlib 2016-01-23 18:30:58 +00:00
expected_skipcleanup.txt Add support for blacklisting test functions 2014-09-21 20:58:41 +02:00
expected_skipcleanup.xml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_skipcleanup.xunitxml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_skipinit.lightxml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_skipinit.teamcity Add TeamCity logging feature to testlib 2016-01-23 18:30:58 +00:00
expected_skipinit.txt Add support for blacklisting test functions 2014-09-21 20:58:41 +02:00
expected_skipinit.xml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_skipinit.xunitxml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_skipinitdata.lightxml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_skipinitdata.teamcity Add TeamCity logging feature to testlib 2016-01-23 18:30:58 +00:00
expected_skipinitdata.txt Add support for blacklisting test functions 2014-09-21 20:58:41 +02:00
expected_skipinitdata.xml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_skipinitdata.xunitxml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_sleep.teamcity Add TeamCity logging feature to testlib 2016-01-23 18:30:58 +00:00
expected_sleep.txt Add support for blacklisting test functions 2014-09-21 20:58:41 +02:00
expected_strcmp.lightxml Make the printing of complex byte arrays prettier 2015-02-15 06:35:43 +00:00
expected_strcmp.teamcity Add TeamCity logging feature to testlib 2016-01-23 18:30:58 +00:00
expected_strcmp.txt Make the printing of complex byte arrays prettier 2015-02-15 06:35:43 +00:00
expected_strcmp.xml Make the printing of complex byte arrays prettier 2015-02-15 06:35:43 +00:00
expected_strcmp.xunitxml Make the printing of complex byte arrays prettier 2015-02-15 06:35:43 +00:00
expected_subtest.lightxml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_subtest.teamcity Add TeamCity logging feature to testlib 2016-01-23 18:30:58 +00:00
expected_subtest.txt Add support for blacklisting test functions 2014-09-21 20:58:41 +02:00
expected_subtest.xml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_subtest.xunitxml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_verbose1.lightxml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_verbose1.teamcity Add TeamCity logging feature to testlib 2016-01-23 18:30:58 +00:00
expected_verbose1.txt Add support for blacklisting test functions 2014-09-21 20:58:41 +02:00
expected_verbose1.xml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_verbose1.xunitxml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_verbose2.lightxml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_verbose2.teamcity Add TeamCity logging feature to testlib 2016-01-23 18:30:58 +00:00
expected_verbose2.txt Add support for blacklisting test functions 2014-09-21 20:58:41 +02:00
expected_verbose2.xml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_verbose2.xunitxml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_verifyexceptionthrown.lightxml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_verifyexceptionthrown.teamcity Add TeamCity logging feature to testlib 2016-01-23 18:30:58 +00:00
expected_verifyexceptionthrown.txt Add support for blacklisting test functions 2014-09-21 20:58:41 +02:00
expected_verifyexceptionthrown.xml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_verifyexceptionthrown.xunitxml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_warnings.lightxml Add QtInfoMsg 2015-01-09 13:14:05 +01:00
expected_warnings.teamcity Add TeamCity logging feature to testlib 2016-01-23 18:30:58 +00:00
expected_warnings.txt Add QtInfoMsg 2015-01-09 13:14:05 +01:00
expected_warnings.xml Add QtInfoMsg 2015-01-09 13:14:05 +01:00
expected_warnings.xunitxml Add QtInfoMsg 2015-01-09 13:14:05 +01:00
expected_xunit.lightxml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_xunit.teamcity Add TeamCity logging feature to testlib 2016-01-23 18:30:58 +00:00
expected_xunit.txt Add support for blacklisting test functions 2014-09-21 20:58:41 +02:00
expected_xunit.xml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
expected_xunit.xunitxml Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
generate_expected_output.py Merge remote-tracking branch 'origin/5.6' into 5.7 2016-09-05 13:57:12 +02:00
selftests.pri TestCase: Also check main source path when looking for test data 2015-05-05 07:06:52 +00:00
selftests.pro Merge remote-tracking branch 'origin/5.6' into dev 2015-12-18 08:37:31 +01:00
selftests.qrc Add TeamCity logging feature to testlib 2016-01-23 18:30:58 +00:00
tst_selftests.cpp Properly use the "process" feature 2017-02-27 15:44:46 +00:00