blob: e7a42802784de9ec786eda193c718a1fd14ff3a1 [file] [log] [blame]
TAP version 13
# tst_BenchlibCounting
ok 1 - initTestCase()
ok 2 - passingBenchmark()
ok 3 - skippingBenchmark() # SKIP This is a skipping benchmark
not ok 4 - failingBenchmark()
---
# This is a failing benchmark
at: tst_BenchlibCounting::failingBenchmark() (qtbase/tests/auto/testlib/selftests/benchlibcounting/tst_benchlibcounting.cpp:58)
file: qtbase/tests/auto/testlib/selftests/benchlibcounting/tst_benchlibcounting.cpp
line: 58
...
ok 5 - cleanupTestCase()
1..5
# tests 5
# pass 3
# fail 1