Bug 88727 - [GTK] http/tests/xmlhttprequest/origin-exact-matching.html is failing
Summary: [GTK] http/tests/xmlhttprequest/origin-exact-matching.html is failing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk, LayoutTestFailure
Depends on: 88896
Blocks:
  Show dependency treegraph
 
Reported: 2012-06-10 04:10 PDT by Chris Dumez
Modified: 2012-10-17 03:40 PDT (History)
1 user (show)

See Also:


Attachments
Diff (10.10 KB, text/plain)
2012-06-10 04:12 PDT, Chris Dumez
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2012-06-10 04:10:31 PDT
The http/tests/xmlhttprequest/origin-exact-matching.html test introduced in r119911 (Bug 88139) is failing for EFL and GTK port.

It looks like our behavior is different than expected for a few origins.

We are also missing the "CONSOLE MESSAGE: XMLHttpRequest cannot load..." messages.
Those are not printed because our error domain is "soup_http_error_quark" instead of errorDomainWebKitInternal.
Comment 1 Chris Dumez 2012-06-10 04:12:45 PDT
Created attachment 146729 [details]
Diff
Comment 2 Chris Dumez 2012-06-10 04:19:20 PDT
Skipping test case for both EFL and GTK ports in Bug 88728.
Comment 3 Chris Dumez 2012-06-12 22:42:41 PDT
This does not fail for EFL anymore, unskipping test in Bug 88960. I don't see the tests in the unexpected passes on the GTK bot though so I'm keeping this bug open for GTK.
Comment 4 Zan Dobersek 2012-06-13 01:55:17 PDT
I went on and bisected libsoup changes, narrowing down the offending commit to this:
http://git.gnome.org/browse/libsoup/commit/?id=9effb5ca942412ecde9242c745f2df6da80853a3

Brave new world it is.
Comment 5 Zan Dobersek 2012-06-13 01:57:37 PDT
Oops, wrong bug! Consider comment #4 irrelevant.
Comment 6 Zan Dobersek 2012-10-17 03:40:18 PDT
The test has been passing consistently lately so the expectation was removed.

Closing the bug.