Bug 63910 - [Qt] http/tests/inspector/network-preflight-options.html fails frequently
Summary: [Qt] http/tests/inspector/network-preflight-options.html fails frequently
Status: RESOLVED DUPLICATE of bug 63904
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: Qt, QtTriaged
Depends on:
Blocks:
 
Reported: 2011-07-04 08:13 PDT by Andras Becsi
Modified: 2011-07-04 08:53 PDT (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 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 ***