summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_benchlibwalltime.xml
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar.sletta@nokia.com>2011-09-13 08:54:45 +0200
committerGunnar Sletta <gunnar.sletta@nokia.com>2011-09-13 08:54:45 +0200
commitb62bd0584a7872b6917917009b707785b3abd077 (patch)
tree9981f274712c098cabbff0c4667672a3934e5393 /tests/auto/testlib/selftests/expected_benchlibwalltime.xml
parent5e10745dca1d10025404a9f268f03ae697fb10cc (diff)
parent97baad65f65783d2b5ff938f6217aec9434f2e5f (diff)
Merge branch 'refactor'
Conflicts: mkspecs/qws/linux-lsb-g++/qmake.conf src/gui/image/qpixmap_mac.cpp src/gui/painting/qpaintengine_x11.cpp src/gui/painting/qtessellator.cpp src/gui/text/qfontengine_qws.cpp src/gui/text/qfontengine_x11.cpp src/gui/widgets/qlinecontrol.cpp src/opengl/qgl.h src/opengl/qgl_x11egl.cpp src/plugins/plugins.pro Change-Id: If52dcd55cd55f2983a756c2f843967702b60a310
Diffstat (limited to 'tests/auto/testlib/selftests/expected_benchlibwalltime.xml')
-rw-r--r--tests/auto/testlib/selftests/expected_benchlibwalltime.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/tests/auto/testlib/selftests/expected_benchlibwalltime.xml b/tests/auto/testlib/selftests/expected_benchlibwalltime.xml
new file mode 100644
index 0000000000..1379d4bcc9
--- /dev/null
+++ b/tests/auto/testlib/selftests/expected_benchlibwalltime.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<TestCase name="tst_BenchlibWalltime">
+<Environment>
+ <QtVersion>@INSERT_QT_VERSION_HERE@</QtVersion>
+ <QTestVersion>@INSERT_QT_VERSION_HERE@</QTestVersion>
+</Environment>
+<TestFunction name="initTestCase">
+<Incident type="pass" file="" line="0" />
+</TestFunction>
+<TestFunction name="waitForOneThousand">
+<BenchmarkResult metric="walltime" tag="" value="1005" iterations="1" />
+<Incident type="pass" file="" line="0" />
+</TestFunction>
+<TestFunction name="waitForFourThousand">
+<BenchmarkResult metric="walltime" tag="" value="4008" iterations="1" />
+<Incident type="pass" file="" line="0" />
+</TestFunction>
+<TestFunction name="qbenchmark_once">
+<BenchmarkResult metric="walltime" tag="" value="0" iterations="1" />
+<Incident type="pass" file="" line="0" />
+</TestFunction>
+<TestFunction name="cleanupTestCase">
+<Incident type="pass" file="" line="0" />
+</TestFunction>
+</TestCase>