File: expected_subtest.tap

package info (click to toggle)
qtbase-opensource-src 5.15.15%2Bdfsg-6
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 350,700 kB
  • sloc: cpp: 2,089,913; ansic: 336,851; xml: 115,491; python: 9,447; java: 7,499; asm: 4,023; perl: 2,047; sh: 2,037; yacc: 1,687; lex: 1,333; javascript: 878; makefile: 273; objc: 70
file content (68 lines) | stat: -rw-r--r-- 1,642 bytes parent folder | download | duplicates (8)
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
TAP version 13
# tst_Subtest
# initTestCase initTestCase (null)
ok 1 - initTestCase()
# init test1 (null)
# test1 test1 (null)
# cleanup test1 (null)
ok 2 - test1()
# test2_data test2 (null)
# test2_data end
# init test2 data0
# test2 test2 data0
# test2 end
# cleanup test2 data0
ok 3 - test2(data0)
# init test2 data1
# test2 test2 data1
# test2 end
# cleanup test2 data1
ok 4 - test2(data1)
# init test2 data2
# test2 test2 data2
# test2 end
# cleanup test2 data2
ok 5 - test2(data2)
# test3_data test3 (null)
# test3_data end
# init test3 data0
# test2 test3 data0
# test2 end
# cleanup test3 data0
ok 6 - test3(data0)
# init test3 data1
# test2 test3 data1
not ok 7 - test3(data1)
  ---
  type: QCOMPARE
  message: Compared values are not the same
  wanted: "hello0" (QString("hello0"))
  found: "hello1" (str)
  expected: "hello0" (QString("hello0"))
  actual: "hello1" (str)
  at: tst_Subtest::test3() (qtbase/tests/auto/testlib/selftests/subtest/tst_subtest.cpp:141)
  file: qtbase/tests/auto/testlib/selftests/subtest/tst_subtest.cpp
  line: 141
  ...
# cleanup test3 data1
# init test3 data2
# test2 test3 data2
not ok 8 - test3(data2)
  ---
  type: QCOMPARE
  message: Compared values are not the same
  wanted: "hello0" (QString("hello0"))
  found: "hello2" (str)
  expected: "hello0" (QString("hello0"))
  actual: "hello2" (str)
  at: tst_Subtest::test3() (qtbase/tests/auto/testlib/selftests/subtest/tst_subtest.cpp:141)
  file: qtbase/tests/auto/testlib/selftests/subtest/tst_subtest.cpp
  line: 141
  ...
# cleanup test3 data2
# cleanupTestCase cleanupTestCase (null)
ok 9 - cleanupTestCase()
1..9
# tests 9
# pass 7
# fail 2