Bug 87858 - [Win] REGRESSION(r118018) fast/js/names.html failing due to JavaScriptExperiments not being enabled on Windows
Summary: [Win] REGRESSION(r118018) fast/js/names.html failing due to JavaScriptExperim...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Windows 7
: P2 Normal
Assignee: Nobody
URL: http://build.webkit.org/results/Windo...
Keywords: InRadar, LayoutTestFailure
Depends on:
Blocks:
 
Reported: 2012-05-30 08:52 PDT by Jessie Berlin
Modified: 2012-05-30 09:07 PDT (History)
4 users (show)

See Also:


Attachments

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