Bug 102361 - REGRESSION(r134637): It made 2 tests fail everywhere
Summary: REGRESSION(r134637): It made 2 tests fail everywhere
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 420+
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 79666 102208
  Show dependency treegraph
 
Reported: 2012-11-15 02:48 PST by Csaba Osztrogonác
Modified: 2012-11-15 03:36 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 2012-11-15 02:48:54 PST
--- /ramdisk/qt-linux-64-release/build/layout-test-results/fast/harness/perftests/runs-per-second-iterations-expected.txt 
+++ /ramdisk/qt-linux-64-release/build/layout-test-results/fast/harness/perftests/runs-per-second-iterations-actual.txt 
@@ -12,5 +12,5 @@
 PASS callsInIterations[5] is callsInIterations[6]
 PASS callsInIterations[6] is callsInIterations[7]
 PASS callsInIterations[7] is callsInIterations[8]
-PASS callsInIterations[9] is undefined.
+FAIL callsInIterations[9] should be undefined. Was 40

--- /ramdisk/qt-linux-64-release/build/layout-test-results/fast/harness/perftests/runs-per-second-log-expected.txt 
+++ /ramdisk/qt-linux-64-release/build/layout-test-results/fast/harness/perftests/runs-per-second-log-actual.txt 
@@ -1,18 +1,33 @@
 This test verifies PerfTestRunner.runPerSecond() outputs log as expected.
 
-Running 5 times
+Running 20 times
 Ignoring warm-up run (1 runs/s)
 2 runs/s
 4 runs/s
 5 runs/s
 8 runs/s
 10 runs/s
+10.99999999999999 runs/s
+12.999999999999964 runs/s
+13.999999999999975 runs/s
+16 runs/s
+17.000000000000217 runs/s
+19.000000000000036 runs/s
+20 runs/s
+21.99999999999976 runs/s
+22.999999999999623 runs/s
+25 runs/s
+25.999999999999623 runs/s
+27.99999999999959 runs/s
+28.999999999999524 runs/s
+31.000000000000224 runs/s
+32 runs/s
 
 Time:
-values 2, 4, 5, 8, 10 runs/s
-avg 5.8 runs/s
-median 5 runs/s
-stdev 3.19 runs/s
+values 2, 4, 5, 8, 10, 10.99999999999999, 12.999999999999964, 13.999999999999975, 16, 17.000000000000217, 19.000000000000036, 20, 21.99999999999976, 22.999999999999623, 25, 25.999999999999623, 27.99999999999959, 28.999999999999524, 31.000000000000224, 32 runs/s
+avg 17.749999999999925 runs/s
+median 18.000000000000128 runs/s
+stdev 9.24 runs/s
 min 2 runs/s
-max 10 runs/s
+max 32 runs/s
Comment 1 Csaba Osztrogonác 2012-11-15 02:56:29 PST
I skipped them on Qt - r134756, please unskip with the proper fix.
Comment 2 Ryosuke Niwa 2012-11-15 03:36:21 PST
Fixed in http://trac.webkit.org/changeset/134759.