[Webkit-unassigned] [Bug 97529] New: REGRESSION (r129456): http/tests/security/xss-eval.html is failing on JSC platforms

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 24 23:24:17 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=97529

           Summary: REGRESSION (r129456):
                    http/tests/security/xss-eval.html is failing on JSC
                    platforms
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: zandobersek at gmail.com
                CC: ggaren at apple.com, barraclough at apple.com,
                    ossy at webkit.org


http/tests/security/xss-eval.html started failing on all JavaScriptCore platforms after r129456:
http://trac.webkit.org/changeset/129456

http://test-results.appspot.com/dashboards/flakiness_dashboard.html#group=%40ToT%20-%20webkit.org&tests=http%2Ftests%2Fsecurity%2Fxss-eval.html

Here's the diff:
--- /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/http/tests/security/xss-eval-expected.txt 
+++ /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/http/tests/security/xss-eval-actual.txt 
@@ -5,7 +5,7 @@
 If the test passes, you'll see a pass message below.

 PASS: eval.call(frames[0], 'document') should be EvalError and is.
-PASS: childEval.call(frames[0], 'document') should be EvalError and is.
+FAIL: childEval.call(frames[0], 'document') should be EvalError but instead is [object HTMLDocument].
 PASS: childEvalCaller('document') should be TypeError and is.
-PASS: childLocalEvalCaller('document') should be EvalError and is.
+FAIL: childLocalEvalCaller('document') should be EvalError but instead is [object HTMLDocument].

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list