qt5base-lts/tests/auto/testlib/selftests/expected_testlib.tap
Edward Welbourne f3de22b211 Add assorted tests to exercise more QTest functions
Coverage analysis reveals some unexercised code.

Task-number: QTPM-1385
Change-Id: Ib3fdbcf778e7af14ca6dfa1a11bcb4943276de69
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@qt.io>
2019-01-24 15:51:04 +00:00

23 lines
513 B
Plaintext

TAP version 13
# tst_TestLib
ok 1 - initTestCase()
not ok 2 - basics()
---
# Compared pointers are not the same
at: tst_TestLib::basics() (qtbase/tests/auto/testlib/selftests/testlib/tst_testlib.cpp:54)
file: qtbase/tests/auto/testlib/selftests/testlib/tst_testlib.cpp
line: 54
...
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