summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_differentexec.tap
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@qt.io>2019-01-16 13:49:06 +0100
committerEdward Welbourne <edward.welbourne@qt.io>2019-02-01 14:42:23 +0000
commitd84912838c1df383d2a9537aefa34e06a9780f08 (patch)
tree525beacae94543f90dfd322aec1e9a0e730b5041 /tests/auto/testlib/selftests/expected_differentexec.tap
parentc306fdff7794d479945c4d7442c08998b7504c4d (diff)
Add some missing expected_*.tap files for the testlib selftest
Only for tests that have existing expected_*.* files for other formats, though. Change-Id: I34ca1900d88454f300e04d849a608c378009489b Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
Diffstat (limited to 'tests/auto/testlib/selftests/expected_differentexec.tap')
-rw-r--r--tests/auto/testlib/selftests/expected_differentexec.tap21
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/auto/testlib/selftests/expected_differentexec.tap b/tests/auto/testlib/selftests/expected_differentexec.tap
new file mode 100644
index 0000000000..30ee50bc08
--- /dev/null
+++ b/tests/auto/testlib/selftests/expected_differentexec.tap
@@ -0,0 +1,21 @@
+********* Start testing of tst_TestA *********
+Config: Using QtTest library
+PASS : tst_TestA::initTestCase()
+PASS : tst_TestA::slotName()
+PASS : tst_TestA::cleanupTestCase()
+Totals: 3 passed, 0 failed, 0 skipped, 0 blacklisted, 0ms
+********* Finished testing of tst_TestA *********
+********* Start testing of tst_TestA *********
+Config: Using QtTest library
+PASS : tst_TestA::initTestCase()
+PASS : tst_TestA::slotName()
+PASS : tst_TestA::cleanupTestCase()
+Totals: 3 passed, 0 failed, 0 skipped, 0 blacklisted, 0ms
+********* Finished testing of tst_TestA *********
+********* Start testing of tst_TestB *********
+Config: Using QtTest library
+PASS : tst_TestB::initTestCase()
+PASS : tst_TestB::slotName()
+PASS : tst_TestB::cleanupTestCase()
+Totals: 3 passed, 0 failed, 0 skipped, 0 blacklisted, 0ms
+********* Finished testing of tst_TestB *********