summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_testlib.tap
blob: ed421f12417ae87e11b0382e2c36ceb6ed308b9b (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
TAP version 13
# tst_TestLib
ok 1 - initTestCase()
not ok 2 - basics()
  ---
  type: QCOMPARE
  message: Compared QObject pointers are not the same
  wanted: <null> (nullptr)
  found: tst_TestLib/"TestObject" (QTest::testObject())
  expected: <null> (nullptr)
  actual: tst_TestLib/"TestObject" (QTest::testObject())
  at: tst_TestLib::basics() (qtbase/tests/auto/testlib/selftests/testlib/tst_testlib.cpp:0)
  file: qtbase/tests/auto/testlib/selftests/testlib/tst_testlib.cpp
  line: 0
  ...
ok 3 - delays()
ok 4 - reals(zero)
ok 5 - reals(self-qQNaN)
ok 6 - reals(self-qInf)
ok 7 - reals(infineg)
ok 8 - reals(Sin(turn/4))
ok 9 - reals(Cos(turn/2))
ok 10 - cleanupTestCase()
1..10
# tests 10
# pass 9
# fail 1