Bug 63910
| Summary: | [Qt] http/tests/inspector/network-preflight-options.html fails frequently | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Andras Becsi <abecsi> |
| Component: | Tools / Tests | Assignee: | 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 | ||
Andras Becsi
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Andras Becsi
(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.
Andras Becsi
Test skipped in:
http://trac.webkit.org/changeset/90366
Vsevolod Vlasov
*** This bug has been marked as a duplicate of bug 63904 ***