summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_failinit.tap
blob: d99a71fd518aeaa5f3793c95ff7ca70b66b1fed3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
TAP version 13
# tst_FailInit
not ok 1 - initTestCase()
  ---
  type: QVERIFY
  message: Verification failed
  wanted: true (false)
  found: false (false)
  expected: true (false)
  actual: false (false)
  at: tst_FailInit::initTestCase() (qtbase/tests/auto/testlib/selftests/failinit/tst_failinit.cpp:42)
  file: qtbase/tests/auto/testlib/selftests/failinit/tst_failinit.cpp
  line: 42
  ...
ok 2 - cleanupTestCase()
1..2
# tests 2
# pass 1
# fail 1