summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_expectfail.tap
blob: c520bc25c01fa87f1022f37dc4f8adbbc9968f04 (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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
TAP version 13
# tst_ExpectFail
ok 1 - initTestCase()
# begin
not ok 2 - xfailAndContinue() # TODO This should xfail
  ---
  at: tst_ExpectFail::xfailAndContinue() (qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp:0)
  file: qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp
  line: 0
  ...
# after
# begin
not ok 3 - xfailAndAbort() # TODO This should xfail
  ---
  at: tst_ExpectFail::xfailAndAbort() (qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp:0)
  file: qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp
  line: 0
  ...
not ok 4 - xfailContinueSkip() # TODO This should xfail then skip
  ---
  at: tst_ExpectFail::xfailContinueSkip() (qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp:0)
  file: qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp
  line: 0
  ...
ok 4 - xfailContinueSkip() # SKIP This skip should be reported and counted
not ok 5 - xfailAbortSkip() # TODO This should xfail
  ---
  at: tst_ExpectFail::xfailAbortSkip() (qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp:0)
  file: qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp
  line: 0
  ...
not ok 6 - xfailTwice()
  ---
  # Already expecting a fail
  at: tst_ExpectFail::xfailTwice() (qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp:0)
  file: qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp
  line: 0
  ...
not ok 7 - xfailDataDrivenTwice(Pass Abort)
  ---
  # Already expecting a fail
  at: tst_ExpectFail::xfailDataDrivenTwice() (qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp:0)
  file: qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp
  line: 0
  ...
not ok 8 - xfailDataDrivenTwice(Pass Continue)
  ---
  # Already expecting a fail
  at: tst_ExpectFail::xfailDataDrivenTwice() (qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp:0)
  file: qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp
  line: 0
  ...
not ok 9 - xfailDataDrivenTwice(Fail Abort)
  ---
  # Already expecting a fail
  at: tst_ExpectFail::xfailDataDrivenTwice() (qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp:0)
  file: qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp
  line: 0
  ...
not ok 10 - xfailDataDrivenTwice(Fail Continue)
  ---
  # Already expecting a fail
  at: tst_ExpectFail::xfailDataDrivenTwice() (qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp:0)
  file: qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp
  line: 0
  ...
not ok 11 - xfailWithQString() # TODO A string
  ---
  at: tst_ExpectFail::xfailWithQString() (qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp:0)
  file: qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp
  line: 0
  ...
ok 12 - xfailDataDrivenWithQString(Pass Abort) # SKIP Each Continue or Pass reports this and increments skip-count
ok 13 - xfailDataDrivenWithQString(Pass Continue) # SKIP Each Continue or Pass reports this and increments skip-count
not ok 14 - xfailDataDrivenWithQString(Fail Abort) # TODO A string
  ---
  at: tst_ExpectFail::xfailDataDrivenWithQString() (qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp:0)
  file: qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp
  line: 0
  ...
not ok 15 - xfailDataDrivenWithQString(Fail Continue) # TODO A string
  ---
  at: tst_ExpectFail::xfailDataDrivenWithQString() (qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp:0)
  file: qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp
  line: 0
  ...
ok 15 - xfailDataDrivenWithQString(Fail Continue) # SKIP Each Continue or Pass reports this and increments skip-count
ok 16 - xfailDataDrivenWithQVerify(Pass Abort)
ok 17 - xfailDataDrivenWithQVerify(Pass Continue)
not ok 18 - xfailDataDrivenWithQVerify(Fail Abort) # TODO This test should xfail
  ---
  at: tst_ExpectFail::xfailDataDrivenWithQVerify() (qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp:0)
  file: qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp
  line: 0
  ...
not ok 19 - xfailDataDrivenWithQVerify(Fail Continue) # TODO This test should xfail
  ---
  at: tst_ExpectFail::xfailDataDrivenWithQVerify() (qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp:0)
  file: qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp
  line: 0
  ...
ok 20 - xfailDataDrivenWithQCompare(Pass Abort)
ok 21 - xfailDataDrivenWithQCompare(Pass Continue)
not ok 22 - xfailDataDrivenWithQCompare(Fail Abort) # TODO This test should xfail
  ---
  at: tst_ExpectFail::xfailDataDrivenWithQCompare() (qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp:0)
  file: qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp
  line: 0
  ...
not ok 23 - xfailDataDrivenWithQCompare(Fail Continue) # TODO This test should xfail
  ---
  at: tst_ExpectFail::xfailDataDrivenWithQCompare() (qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp:0)
  file: qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp
  line: 0
  ...
# Should pass (*not* xpass), despite test-case name
ok 24 - xfailOnWrongRow(Fail Abort)
# Should pass (*not* xpass), despite test-case name
ok 25 - xfailOnWrongRow(Fail Continue)
not ok 26 - xfailOnAnyRow(Fail Abort) # TODO This test should xfail
  ---
  at: tst_ExpectFail::xfailOnAnyRow() (qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp:0)
  file: qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp
  line: 0
  ...
not ok 27 - xfailOnAnyRow(Fail Continue) # TODO This test should xfail
  ---
  at: tst_ExpectFail::xfailOnAnyRow() (qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp:0)
  file: qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp
  line: 0
  ...
# Should fail (*not* xfail), despite test-case name
not ok 28 - xfailWithoutCheck(Fail Abort)
  ---
  # QEXPECT_FAIL was called without any subsequent verification statements
  ...
# Should fail (*not* xfail), despite test-case name
not ok 29 - xfailWithoutCheck(Fail Continue)
  ---
  # QEXPECT_FAIL was called without any subsequent verification statements
  ...
ok 30 - xpassAbort() # TODO 'true' returned TRUE unexpectedly. ()
ok 31 - xpassAbortSkip() # TODO 'true' returned TRUE unexpectedly. ()
ok 32 - xpassAbortXfailContinue() # TODO 'true' returned TRUE unexpectedly. ()
ok 33 - xpassContinue() # TODO 'true' returned TRUE unexpectedly. ()
# This should be reached
ok 34 - xpassContinueSkip() # TODO 'true' returned TRUE unexpectedly. ()
ok 35 - xpassContinueSkip() # SKIP This should be reached but not increment skip-count
ok 36 - xpassContinueXfailAbort() # TODO 'true' returned TRUE unexpectedly. ()
not ok 37 - xpassContinueXfailAbort() # TODO This test should xfail but not add to totals
  ---
  at: tst_ExpectFail::xpassContinueXfailAbort() (qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp:0)
  file: qtbase/tests/auto/testlib/selftests/expectfail/tst_expectfail.cpp
  line: 0
  ...
ok 37 - xpassAbortDataDrivenWithQVerify(XPass) # TODO 'true' returned TRUE unexpectedly. ()
ok 38 - xpassAbortDataDrivenWithQVerify(Pass)
ok 39 - xpassContinueDataDrivenWithQVerify(XPass) # TODO 'true' returned TRUE unexpectedly. ()
# Test should Continue past XPASS
# Test should simply PASS
ok 40 - xpassContinueDataDrivenWithQVerify(Pass)
ok 41 - xpassAbortDataDrivenWithQCompare(XPass) # TODO QCOMPARE(1, 1) returned TRUE unexpectedly.
ok 42 - xpassAbortDataDrivenWithQCompare(Pass)
ok 43 - xpassContinueDataDrivenWithQCompare(XPass) # TODO QCOMPARE(1, 1) returned TRUE unexpectedly.
# Test should Continue past XPASS
# Test should simply PASS
ok 44 - xpassContinueDataDrivenWithQCompare(Pass)
# Totals should add up to 44: 23 passed, 17 failed, 4 skipped
ok 45 - cleanupTestCase()
1..45
# tests 45
# pass 23
# fail 17