[Webkit-unassigned] [Bug 80801] New: [Chromium] Layout Test fast/js/function-constructor-error.html is failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 11 19:10:29 PDT 2012


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

           Summary: [Chromium] Layout Test
                    fast/js/function-constructor-error.html is failing
           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: ukai at chromium.org


The following layout test is failing on chromium

fast/js/function-constructor-error.html

Probable cause:
http://trac.webkit.org/changeset/110398/

http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=fast%2Fjs%2Ffunction-constructor-error.html

--- e:\b\build\slave\Webkit_Win\build\layout-test-results\fast/js/function-constructor-error-expected.txt 
+++ e:\b\build\slave\Webkit_Win\build\layout-test-results\fast/js/function-constructor-error-actual.txt 
@@ -3,8 +3,8 @@
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


-PASS Function('(i + (j)') threw exception SyntaxError: Expected token ')'.
-PASS Function('return (i + (j)') threw exception SyntaxError: Expected token ')'.
+FAIL Function('(i + (j)') should throw SyntaxError: Expected token ')'. Threw exception SyntaxError: Unexpected token }.
+FAIL Function('return (i + (j)') should throw SyntaxError: Expected token ')'. Threw exception SyntaxError: Unexpected token }.
 PASS successfullyParsed is true

 TEST COMPLETE

-- 
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