Bug 51245

Summary: [Qt] http/tests/misc/webtiming-origins.html is flakey
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: abarth, andersca, eric, ossy, webkit.review.bot
Priority: P2 Keywords: Qt, QtTriaged
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
diff for failing tests none

Description Csaba Osztrogonác 2010-12-17 05:01:44 PST
Created attachment 76869 [details]
diff for failing tests

failing tests:
fast/dom/webtiming.html - fails long time ago
http/tests/misc/webtiming-ssl.php - introduced in http://trac.webkit.org/changeset/74242
Comment 1 Csaba Osztrogonác 2010-12-17 05:11:02 PST
Failing tests are added to the Skipped list: http://trac.webkit.org/changeset/74254
Comment 2 WebKit Review Bot 2011-01-06 06:52:30 PST
http://trac.webkit.org/changeset/75150 might have broken Leopard Intel Debug (Tests)
Comment 3 Csaba Osztrogonác 2012-10-09 05:53:47 PDT
It passes, unskipped by https://trac.webkit.org/changeset/130752
Comment 4 Csaba Osztrogonác 2012-10-12 05:46:42 PDT
http/tests/misc/webtiming-origins.html is still flakey, sometimes fail:

--- /home/webkitbuildbot/slaves/release32bit-NRWT/buildslave/qt-linux-32-release-NRWT/build/layout-test-results/http/tests/misc/webtiming-origins-expected.txt 
+++ /home/webkitbuildbot/slaves/release32bit-NRWT/buildslave/qt-linux-32-release-NRWT/build/layout-test-results/http/tests/misc/webtiming-origins-actual.txt 
@@ -73,34 +73,4 @@
 --------
 Frame: '<!--framePath //<!--frame2-->-->'
 --------
-If the destination and previous page have the same origin, then Web Timing should report unload timing.
 
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS timing.connectEnd is non-zero.
-PASS timing.connectStart is non-zero.
-PASS timing.domComplete is non-zero.
-PASS timing.domContentLoadedEventEnd is non-zero.
-PASS timing.domContentLoadedEventStart is non-zero.
-PASS timing.domInteractive is non-zero.
-PASS timing.domLoading is non-zero.
-PASS timing.domainLookupEnd is non-zero.
-PASS timing.domainLookupStart is non-zero.
-PASS timing.fetchStart is non-zero.
-PASS timing.loadEventEnd is 0
-PASS timing.loadEventStart is non-zero.
-PASS timing.navigationStart is non-zero.
-PASS timing.redirectEnd is 0
-PASS timing.redirectStart is 0
-PASS timing.requestStart is non-zero.
-PASS timing.responseEnd is non-zero.
-PASS timing.responseStart is non-zero.
-PASS timing.secureConnectionStart is 0
-PASS timing.unloadEventEnd is 0
-PASS timing.unloadEventStart is 0
-PASS navigation.redirectCount is 0
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
Comment 5 Csaba Osztrogonác 2012-10-12 22:48:03 PDT
I skipped it on Qt to paint the bot green - https://trac.webkit.org/changeset/131197

Please unskip it with the proper fix.