Bug 63910

Summary: [Qt] http/tests/inspector/network-preflight-options.html fails frequently
Product: WebKit Reporter: Andras Becsi <abecsi>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: ap, ossy, vsevik
Priority: P2 Keywords: Qt, QtTriaged
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Description Andras Becsi 2011-07-04 08:13:58 PDT
Most of the time http/tests/inspector/network-preflight-options.html fails with the wrong sequence of POST messages, even though sporadically the test passes.

--- /ramdisk/qt-linux-release/build/layout-test-results/http/tests/inspector/network-preflight-options-expected.txt	2011-07-04 07:31:47.371328429 -0700
+++ /ramdisk/qt-linux-release/build/layout-test-results/http/tests/inspector/network-preflight-options-actual.txt	2011-07-04 07:31:47.371328429 -0700
@@ -8,8 +8,8 @@
 OPTIONS http://localhost:8000/inspector/resources/cors-target.php?deny=yes
 OPTIONS http://localhost:8000/inspector/resources/cors-target.php
 POST http://localhost:8000/inspector/resources/cors-target.php
-POST http://localhost:8000/inspector/resources/cors-target.php?deny=yes
 OPTIONS http://localhost:8000/inspector/resources/cors-target.php?deny=yes
+POST http://localhost:8000/inspector/resources/cors-target.php?deny=yes
 OPTIONS http://localhost:8000/inspector/resources/cors-target.php?async=yes
 POST http://localhost:8000/inspector/resources/cors-target.php?async=yes

Console does not give much help on when the failing started, it might be caused during the weekend after the 1st of July.
Comment 1 Andras Becsi 2011-07-04 08:27:07 PDT
(In reply to comment #0)
> Console does not give much help on when the failing started, it might be caused during the weekend after the 1st of July.

The regression was most probably intorduced by

Web Inspector: Preflight OPTIONS requests are not shown on network panel for asynchronous XHRs.

http://trac.webkit.org/changeset/90340

I'm going to skip the test on the Qt bot.
Comment 2 Andras Becsi 2011-07-04 08:32:45 PDT
Test skipped in:
http://trac.webkit.org/changeset/90366
Comment 3 Vsevolod Vlasov 2011-07-04 08:53:45 PDT

*** This bug has been marked as a duplicate of bug 63904 ***