RESOLVED LATER 78063
http/tests/security/cross-frame-access-getOwnPropertyDescriptor.html fails on V8
https://bugs.webkit.org/show_bug.cgi?id=78063
Summary http/tests/security/cross-frame-access-getOwnPropertyDescriptor.html fails on V8
Adam Barth
Reported 2012-02-07 17:53:52 PST
http/tests/security/cross-frame-access-getOwnPropertyDescriptor.html fails on V8
Attachments
Patch (62.03 KB, patch)
2012-02-07 18:18 PST, Adam Barth
eric: review+
eric: commit-queue-
Adam Barth
Comment 1 2012-02-07 18:18:21 PST
Adam Barth
Comment 2 2012-02-07 18:30:41 PST
I'm posting this for review in the hopes that someone will double-check my work, but I'm not sure who else understands these subtleties in the V8 bindings.
Eric Seidel (no email)
Comment 3 2012-02-08 15:53:28 PST
Comment on attachment 125974 [details] Patch I think this is fine. YOu should segregate off the FAIL results into a separate section of the test and explain in a debug() statement or otherwise, that these are expeted to fail in V8 and pass in JSC. We're testing a symptom int his test. That symptom is indicative of a problem in JSC, but not in v8. We just need to make that clear to future folks who happen to stumble upon this test.
Note You need to log in before you can comment on or make changes to this bug.