summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_benchlibcounting.tap
blob: e7a42802784de9ec786eda193c718a1fd14ff3a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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