WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
64352
[Qt] REGRESSION(
r90634
): It made http/tests/misc/script-async.html fail with Qt 4.8.x
https://bugs.webkit.org/show_bug.cgi?id=64352
Summary
[Qt] REGRESSION(r90634): It made http/tests/misc/script-async.html fail with ...
Csaba Osztrogonác
Reported
2011-07-12 04:28:49 PDT
--- /ramdisk/qt-linux-32-release-qt470/build/layout-test-results/http/tests/misc/script-async-expected.txt 2011-07-12 03:36:30.445722227 -0700 +++ /ramdisk/qt-linux-32-release-qt470/build/layout-test-results/http/tests/misc/script-async-actual.txt 2011-07-12 03:36:30.445722227 -0700 @@ -1,2 +1,2 @@ This tests for proper execution order of scripts with the async attribute
https://bugs.webkit.org/show_bug.cgi?id=20710
. -PASS +FAIL: Expected one of ' async external inline DOMContentLoaded slowAsync ' || ' external async inline DOMContentLoaded slowAsync ' || ' external inline async DOMContentLoaded slowAsync ' || ' external inline DOMContentLoaded async slowAsync ', Actual=' external inline DOMContentLoaded slowAsync async ' Marked as P1 critical, because it is a regression.
Attachments
Patch
(1.43 KB, patch)
2011-07-13 05:08 PDT
,
Benjamin Poulain
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Benjamin Poulain
Comment 1
2011-07-12 04:54:55 PDT
Peter, Markus, would one of you have time to investigate why http pipelining break the tests? I am tempted to just revert
r90634
since this demonstrate Qt's Http pipelining is not ready for prime time.
Markus Goetz
Comment 2
2011-07-12 05:32:34 PDT
@Benjamin: HTTP pipelining should not be enabled for Ajax stuff. Everything that blocks the socket (e.g. long polling, COMET, whatever) should not be pipelined.
Markus Goetz
Comment 3
2011-07-12 05:36:04 PDT
@Benjamin: See for example
bug 50644
Csaba Osztrogonác
Comment 4
2011-07-13 00:07:29 PDT
I skip this test until you fix the bug:
http://trac.webkit.org/changeset/90891
Benjamin Poulain
Comment 5
2011-07-13 05:08:35 PDT
Created
attachment 100659
[details]
Patch
Andreas Kling
Comment 6
2011-07-13 05:09:23 PDT
Comment on
attachment 100659
[details]
Patch Arr plus.
Benjamin Poulain
Comment 7
2011-07-13 05:13:17 PDT
Comment on
attachment 100659
[details]
Patch Clearing flags on attachment: 100659 Committed
r90906
: <
http://trac.webkit.org/changeset/90906
>
Benjamin Poulain
Comment 8
2011-07-13 05:13:24 PDT
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug