Bug 87858

Summary: [Win] REGRESSION(r118018) fast/js/names.html failing due to JavaScriptExperiments not being enabled on Windows
Product: WebKit Reporter: Jessie Berlin <jberlin>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: barraclough, ggaren, jberlin, webkit-bug-importer
Priority: P2 Keywords: InRadar, LayoutTestFailure
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Windows 7   
URL: http://build.webkit.org/results/Windows%207%20Release%20(Tests)/r118921%20(24262)/fast/js/names-pretty-diff.html

Jessie Berlin
Reported 2012-05-30 08:52:07 PDT
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.
Attachments
Radar WebKit Bug Importer
Comment 1 2012-05-30 08:52:32 PDT
Jessie Berlin
Comment 2 2012-05-30 09:07:00 PDT
Added to the Windows Skipped list in http://trac.webkit.org/changeset/118928
Note You need to log in before you can comment on or make changes to this bug.