Bug 72364 - REGRESSION(r100182): It broke 2 http/tests/security tests
Summary: REGRESSION(r100182): It broke 2 http/tests/security tests
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Adam Barth
URL:
Keywords:
Depends on:
Blocks: 72287
  Show dependency treegraph
 
Reported: 2011-11-15 01:07 PST by Renata Hodovan
Modified: 2011-11-16 22:44 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Renata Hodovan 2011-11-15 01:07:23 PST
http/tests/security/postMessage/invalid-origin-throws-exception.html fails after r100182
Comment 2 Csaba Osztrogonác 2011-11-15 04:54:00 PST
It fails on JSC platforms: Qt, GTK, SL.
Comment 3 Csaba Osztrogonác 2011-11-15 05:00:18 PST
failing tests:
- http/tests/security/cross-frame-access-enumeration.html
- http/tests/security/postMessage/invalid-origin-throws-exception.html
Comment 4 Csaba Osztrogonác 2011-11-15 05:02:51 PST
Failing tests are skipped on Qt, please unskip them with the fix.
Comment 5 Philippe Normand 2011-11-15 05:48:44 PST
Also skipped in GTK.
Comment 6 Adam Barth 2011-11-15 10:18:02 PST
Thanks.
Comment 7 Adam Barth 2011-11-16 11:30:17 PST
This are actually progressions.  I've updated the baselines in http://trac.webkit.org/changeset/100476.  I'll unskip them on Qt and GTK.
Comment 8 Adam Barth 2011-11-16 11:34:48 PST
Unskipped in http://trac.webkit.org/changeset/100478.
Comment 9 Csaba Osztrogonác 2011-11-16 22:44:34 PST
Thanks for the fix.