summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/tst_selftests.cpp
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2020-07-22 14:01:47 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2020-07-22 23:23:09 +0200
commit61b1146e5a91993dbf0f9a7bd5acd61ebcc61923 (patch)
treeae6a60f895d00c52aaf4c552a7f035415b56e167 /tests/auto/testlib/selftests/tst_selftests.cpp
parentb33c056a61b13235186ba196e82618211ebe5ae4 (diff)
testlib selftest: check blacklisted test for test failures
Change-Id: Ifcd1155f7627f6a9f8b379fb9e87425f9d9f2877 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'tests/auto/testlib/selftests/tst_selftests.cpp')
-rw-r--r--tests/auto/testlib/selftests/tst_selftests.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/testlib/selftests/tst_selftests.cpp b/tests/auto/testlib/selftests/tst_selftests.cpp
index 350a528893..e63f8a427f 100644
--- a/tests/auto/testlib/selftests/tst_selftests.cpp
+++ b/tests/auto/testlib/selftests/tst_selftests.cpp
@@ -708,7 +708,6 @@ bool TestLogger::shouldIgnoreTest(const QString &test) const
|| test == "multiexec"
|| test == "qexecstringlist"
|| test == "benchliboptions"
- || test == "blacklisted"
|| test == "printdatatags"
|| test == "printdatatagswithglobaltags"
|| test == "silent")