ad80d42f8e
The overload of QTest::qExec() that takes a QStringList is not used anywhere in Qt's autotests, despite having been in the qtestlib API since Qt 4.4. This lack of use most likely derives from the fact that none of the QTEST_MAIN macros use the overload, and more than 99% of Qt's tests use those macros to avoid explicitly calling QTest::qExec(). Change-Id: I264b21d7fe1a9f2d565f748cf8bbe32414a73bb0 Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
26 lines
584 B
Plaintext
26 lines
584 B
Plaintext
tst_selftests
|
|
assert/tst_assert
|
|
cmptest/tst_cmptest
|
|
crashes/tst_crashes
|
|
datatable/tst_datatable
|
|
datetime/tst_datetime
|
|
differentexec/tst_differentexec
|
|
exception/tst_exception
|
|
expectfail/tst_expectfail
|
|
failinit/tst_failinit
|
|
failinitdata/tst_failinitdata
|
|
fetchbogus/tst_fetchbogus
|
|
globaldata/tst_globaldata
|
|
maxwarnings/tst_maxwarnings
|
|
multiexec/tst_multiexec
|
|
singleskip/tst_singleskip
|
|
skip/tst_skip
|
|
skipglobal/tst_skipglobal
|
|
skipinit/tst_skipinit
|
|
skipinitdata/tst_skipinitdata
|
|
sleep/tst_sleep
|
|
strcmp/tst_strcmp
|
|
subtest/tst_subtest
|
|
waitwithoutgui/tst_waitwithoutgui
|
|
warnings/tst_warnings
|