summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/tst_selftests.cpp
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2011-09-20 10:39:58 +1000
committerQt by Nokia <qt-info@nokia.com>2011-09-20 08:46:07 +0200
commitd60007744bbc1cd90dcf97461a5b2fb237a82d17 (patch)
tree37c00d927609c5ed04d38c45b5f178e4b1a74597 /tests/auto/testlib/selftests/tst_selftests.cpp
parent9e05e44bb4d061fc1b00b27ee8c64cc1919c5cdc (diff)
Remove waitwithoutgui testlib selftest
This test is not useful for finding bugs in qtestlib's logging code, because it bypasses the qtestlib loggers and doesn't play nice with tst_selftest. Neither is this test very useful for finding bugs in QTest::qWait(), as the test only proves the qWait() terminates, not that it waits accurately, or even that it waits at all. Change-Id: Ia5dd7cbaf3a6fbb4e94e54ed155263580e495694 Reviewed-on: http://codereview.qt-project.org/5173 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests/auto/testlib/selftests/tst_selftests.cpp')
-rw-r--r--tests/auto/testlib/selftests/tst_selftests.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/auto/testlib/selftests/tst_selftests.cpp b/tests/auto/testlib/selftests/tst_selftests.cpp
index fcf1b05c58..9c9d281478 100644
--- a/tests/auto/testlib/selftests/tst_selftests.cpp
+++ b/tests/auto/testlib/selftests/tst_selftests.cpp
@@ -210,7 +210,6 @@ void tst_Selftests::runSubTest_data()
<< "assert"
#endif
- << "waitwithoutgui"
<< "differentexec"
#ifndef QT_NO_EXCEPTIONS
// The machine that run the intel autotests will popup a dialog
@@ -282,9 +281,6 @@ void tst_Selftests::runSubTest_data()
if (subtest == "benchliboptions") {
continue;
}
- if (subtest == "waitwithoutgui") {
- continue;
- }
// `crashes' will not output valid XML on platforms without a crash handler
if (subtest == "crashes") {
continue;