Bug 124929
| Summary: | [EFL] http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_attributes_order.html is flaky | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Michal Pakula vel Rutka <mpakulavelrutka> |
| Component: | WebKit EFL | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED CONFIGURATION CHANGED | ||
| Severity: | Normal | CC: | joepeck, lucas.de.marchi |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Michal Pakula vel Rutka
Layout test http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_attributes_order.html is flaky.
http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=http%2Ftests%2Fw3c%2Fwebperf%2Fapproved%2Fnavigation-timing%2Fhtml%2Ftest_timing_attributes_order.html
Test output:
--- /mnt/buildbot/efl-linux-slave-2/efl-linux-64-release-wk2/build/layout-test-results/http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_attributes_order-expected.txt
+++ /mnt/buildbot/efl-linux-slave-2/efl-linux-64-release-wk2/build/layout-test-results/http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_attributes_order-actual.txt
@@ -32,7 +32,14 @@
PASS window.performance.timing.connectEnd > 0
PASS window.performance.timing.connectEnd >= window.performance.timing.connectStart
PASS window.performance.timing.requestStart > 0
-PASS window.performance.timing.requestStart >= window.performance.timing.connectEnd
+FAIL window.performance.timing.requestStart >= window.performance.timing.connectEnd assert_true: window.performance.timing.requestStart >= window.performance.timing.connectEnd expected true got false(stack: assert@http://127.0.0.1:8000/w3c/resources/testharness.js:1945:73
+assert_true@http://127.0.0.1:8000/w3c/resources/testharness.js:605:15
+http://127.0.0.1:8000/w3c/webperf/resources/webperftestharness.js:107:37
+step@http://127.0.0.1:8000/w3c/resources/testharness.js:1044:23
+test@http://127.0.0.1:8000/w3c/resources/testharness.js:405:22
+wp_test@http://127.0.0.1:8000/w3c/webperf/resources/webperftestharness.js:67:13
+test_timing_order@http://127.0.0.1:8000/w3c/webperf/resources/webperftestharness.js:107:12
+onload_test@http://127.0.0.1:8000/w3c/webperf/approved/navigation-timing/html/test_timing_attributes_order.html:118:42)
PASS window.performance.timing.responseStart > 0
PASS window.performance.timing.responseStart >= window.performance.timing.requestStart
PASS window.performance.timing.responseEnd > 0
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Joseph Pecoraro
webpref tests no longer exist. Lets close this.