summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_blacklisted.tap
blob: af0dab417f30150c30459f394ee4b0cd9f299cce (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
TAP version 13
# tst_Blacklisted
ok 1 - initTestCase()
# This test should BPASS
ok 2 - pass() # TODO
ok 3 - skip() # SKIP This test should SKIP
not ok 4 - fail() # TODO 'false' returned FALSE. (This test should BFAIL)
  ---
  type: QVERIFY
  message: This test should BFAIL
  wanted: true (false)
  found: false (false)
  expected: true (false)
  actual: false (false)
  at: tst_Blacklisted::fail() (qtbase/tests/auto/testlib/selftests/blacklisted/tst_blacklisted.cpp:0)
  file: qtbase/tests/auto/testlib/selftests/blacklisted/tst_blacklisted.cpp
  line: 0
  ...
not ok 5 - xfail() # TODO This test should BXFAIL then BPASS
  ---
  # This test should BXFAIL then BPASS
  at: tst_Blacklisted::xfail() (qtbase/tests/auto/testlib/selftests/blacklisted/tst_blacklisted.cpp:0)
  file: qtbase/tests/auto/testlib/selftests/blacklisted/tst_blacklisted.cpp
  line: 0
  ...
not ok 6 - xfailContinueSkip() # TODO This test should BXFAIL then SKIP
  ---
  # This test should BXFAIL then SKIP
  at: tst_Blacklisted::xfailContinueSkip() (qtbase/tests/auto/testlib/selftests/blacklisted/tst_blacklisted.cpp:0)
  file: qtbase/tests/auto/testlib/selftests/blacklisted/tst_blacklisted.cpp
  line: 0
  ...
ok 6 - xfailContinueSkip() # SKIP This skip should be seen and counted
not ok 7 - xfailContinueFail() # TODO This test should BXFAIL then BFAIL
  ---
  # This test should BXFAIL then BFAIL
  at: tst_Blacklisted::xfailContinueFail() (qtbase/tests/auto/testlib/selftests/blacklisted/tst_blacklisted.cpp:0)
  file: qtbase/tests/auto/testlib/selftests/blacklisted/tst_blacklisted.cpp
  line: 0
  ...
not ok 7 - xfailContinueFail() # TODO This fail should be seen and counted as blacklisted
  ---
  # This fail should be seen and counted as blacklisted
  at: tst_Blacklisted::xfailContinueFail() (qtbase/tests/auto/testlib/selftests/blacklisted/tst_blacklisted.cpp:0)
  file: qtbase/tests/auto/testlib/selftests/blacklisted/tst_blacklisted.cpp
  line: 0
  ...
ok 8 - xpass() # TODO 'true' returned TRUE unexpectedly. (This test should BXPASS)
ok 9 - xpassContinueSkip() # TODO 'true' returned TRUE unexpectedly. (This test should BXPASS then SKIP)
ok 10 - xpassContinueSkip() # SKIP This skip should be seen but not counted
ok 11 - xpassContinueFail() # TODO 'true' returned TRUE unexpectedly. (This test should BXPASS then BFAIL)
not ok 12 - xpassContinueFail() # TODO This fail should be seen and not counted (due to prior XPASS)
  ---
  # This fail should be seen and not counted (due to prior XPASS)
  at: tst_Blacklisted::xpassContinueFail() (qtbase/tests/auto/testlib/selftests/blacklisted/tst_blacklisted.cpp:0)
  file: qtbase/tests/auto/testlib/selftests/blacklisted/tst_blacklisted.cpp
  line: 0
  ...
# Totals should add up to 11: 2 passed, 0 failed, 2 skipped, 7 blacklisted
ok 13 - cleanupTestCase()
1..13
# tests 13
# pass 2
# fail 0