mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-23 20:10:48 +08:00
18 lines
506 B
Plaintext
18 lines
506 B
Plaintext
|
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:0)
|
||
|
file: qtbase/tests/auto/testlib/selftests/benchlibcounting/tst_benchlibcounting.cpp
|
||
|
line: 0
|
||
|
...
|
||
|
ok 5 - cleanupTestCase()
|
||
|
1..5
|
||
|
# tests 5
|
||
|
# pass 3
|
||
|
# fail 1
|