[Webkit-unassigned] [Bug 87858] New: [Win] REGRESSION(r118018) fast/js/names.html failing due to JavaScriptExperiments not being enabled on Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 30 08:52:08 PDT 2012


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

           Summary: [Win] REGRESSION(r118018) fast/js/names.html failing
                    due to JavaScriptExperiments not being enabled on
                    Windows
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
               URL: http://build.webkit.org/results/Windows%207%20Release%
                    20(Tests)/r118921%20(24262)/fast/js/names-pretty-diff.
                    html
        OS/Version: Windows 7
            Status: NEW
          Keywords: LayoutTestFailure, MakingBotsRed, NeedsRadar
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jberlin at webkit.org
                CC: ggaren at apple.com, barraclough at apple.com,
                    webkit-bug-importer at group.apple.com


http://trac.webkit.org/changeset/118018 disabled private names by default in WebCore but did not enable javascript experiments, add failing results for the test, or skip the test on Windows.

--- /home/buildbot/slave/win-release-tests/build/layout-test-results/fast/js/names-expected.txt    2012-05-30 07:41:23.634547000 -0700
+++ /home/buildbot/slave/win-release-tests/build/layout-test-results/fast/js/names-actual.txt    2012-05-30 07:41:23.633546900 -0700
@@ -1,25 +1,10 @@
+CONSOLE MESSAGE: line 13: ReferenceError: Can't find variable: Name
 This tests an early experimental implementation of ES6-esque private names.

 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


-PASS prop in o is false
-PASS 'prop' in o is false
-PASS Object.getOwnPropertyNames(o).length is 0
-PASS forIn(o) is []
-PASS prop in o is true
-PASS 'prop' in o is false
-PASS Object.getOwnPropertyNames(o).length is 0
-PASS forIn(o) is []
-PASS o[prop] is 42
-PASS o['prop'] is 101
-PASS Object.getOwnPropertyNames(o).length is 1
-PASS forIn(o) is ["prop"]
-PASS prop in o is false
-PASS 'prop' in o is true
-PASS Object.getOwnPropertyNames(o).length is 1
-PASS forIn(o) is ["prop"]
-PASS successfullyParsed is true
+FAIL successfullyParsed should be true (of type boolean). Was undefined (of type undefined).

 TEST COMPLETE

I am going to Skip this test for now to get the bots greener.

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