summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_failinit.tap
blob: 1128482fdcc5a5d1a4e7cb5156c0b6a90ef4baf4 (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:0)
  file: qtbase/tests/auto/testlib/selftests/failinit/tst_failinit.cpp
  line: 0
  ...
ok 2 - cleanupTestCase()
1..2
# tests 2
# pass 1
# fail 1