diff options
Diffstat (limited to 'tests/auto/selftests/expected_benchlibwalltime.xunitxml')
-rw-r--r-- | tests/auto/selftests/expected_benchlibwalltime.xunitxml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/auto/selftests/expected_benchlibwalltime.xunitxml b/tests/auto/selftests/expected_benchlibwalltime.xunitxml new file mode 100644 index 0000000..5b713a9 --- /dev/null +++ b/tests/auto/selftests/expected_benchlibwalltime.xunitxml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8" ?> +<testsuite errors="0" failures="0" tests="5" name="tst_BenchlibWalltime"> + <properties> + <property value="4.6.3" name="QTestVersion"/> + <property value="4.6.3" name="QtVersion"/> + </properties> + <testcase result="pass" name="initTestCase"/> + <testcase result="pass" name="waitForOneThousand"> + </testcase> + <testcase result="pass" name="waitForFourThousand"> + </testcase> + <testcase result="pass" name="qbenchmark_once"> + </testcase> + <testcase result="pass" name="cleanupTestCase"/> + <system-err/> +</testsuite> |