summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_counting.txt
blob: bd70a44b2e88ab472aae3baeedceac45cb375c5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
********* Start testing of tst_Counting *********
Config: Using QTest library @INSERT_QT_VERSION_HERE@, Qt @INSERT_QT_VERSION_HERE@
PASS   : tst_Counting::initTestCase()
PASS   : tst_Counting::testPassPass(row 1)
PASS   : tst_Counting::testPassPass(row 2)
PASS   : tst_Counting::testPassSkip(row 1)
SKIP   : tst_Counting::testPassSkip(row 2) Skipping
   Loc: [/home/user/dev/qt5/qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp(102)]
PASS   : tst_Counting::testPassFail(row 1)
FAIL!  : tst_Counting::testPassFail(row 2) 'false' returned FALSE. ()
   Loc: [/home/user/dev/qt5/qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp(99)]
SKIP   : tst_Counting::testSkipPass(row 1) Skipping
   Loc: [/home/user/dev/qt5/qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp(102)]
PASS   : tst_Counting::testSkipPass(row 2)
SKIP   : tst_Counting::testSkipSkip(row 1) Skipping
   Loc: [/home/user/dev/qt5/qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp(102)]
SKIP   : tst_Counting::testSkipSkip(row 2) Skipping
   Loc: [/home/user/dev/qt5/qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp(102)]
SKIP   : tst_Counting::testSkipFail(row 1) Skipping
   Loc: [/home/user/dev/qt5/qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp(102)]
FAIL!  : tst_Counting::testSkipFail(row 2) 'false' returned FALSE. ()
   Loc: [/home/user/dev/qt5/qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp(99)]
FAIL!  : tst_Counting::testFailPass(row 1) 'false' returned FALSE. ()
   Loc: [/home/user/dev/qt5/qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp(99)]
PASS   : tst_Counting::testFailPass(row 2)
FAIL!  : tst_Counting::testFailSkip(row 1) 'false' returned FALSE. ()
   Loc: [/home/user/dev/qt5/qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp(99)]
SKIP   : tst_Counting::testFailSkip(row 2) Skipping
   Loc: [/home/user/dev/qt5/qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp(102)]
FAIL!  : tst_Counting::testFailFail(row 1) 'false' returned FALSE. ()
   Loc: [/home/user/dev/qt5/qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp(99)]
FAIL!  : tst_Counting::testFailFail(row 2) 'false' returned FALSE. ()
   Loc: [/home/user/dev/qt5/qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp(99)]
PASS   : tst_Counting::cleanupTestCase()
Totals: 8 passed, 6 failed, 6 skipped
********* Finished testing of tst_Counting *********