Bug 142600

Summary: "static" should not be a reserved keyword in non-strict mode even when ES6 class is enabled
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: JavaScriptCoreAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: buildbot, fpizlo, ggaren, mark.lam, oliver, rniwa
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 142613    
Bug Blocks: 140491    
Attachments:
Description Flags
Patch
mark.lam: review+, buildbot: commit-queue-
Archive of layout-test-results from ews101 for mac-mavericks none

Description Ryosuke Niwa 2015-03-11 16:39:44 PDT
For backwards compatibility, we should always be able to use "static" as an identifier in non-stirct mode.
Comment 1 Ryosuke Niwa 2015-03-11 16:42:45 PDT
Created attachment 248463 [details]
Patch
Comment 2 Mark Lam 2015-03-11 17:26:16 PDT
Comment on attachment 248463 [details]
Patch

r=me
Comment 3 Build Bot 2015-03-11 17:29:49 PDT
Comment on attachment 248463 [details]
Patch

Attachment 248463 [details] did not pass mac-ews (mac):
Output: http://webkit-queues.appspot.com/results/4724257120583680

New failing tests:
compositing/backgrounds/background-image-with-negative-zindex.html
Comment 4 Build Bot 2015-03-11 17:29:51 PDT
Created attachment 248467 [details]
Archive of layout-test-results from ews101 for mac-mavericks

The attached test failures were seen while running run-webkit-tests on the mac-ews.
Bot: ews101  Port: mac-mavericks  Platform: Mac OS X 10.9.5
Comment 5 Ryosuke Niwa 2015-03-11 17:35:55 PDT
Committed r181419: <http://trac.webkit.org/changeset/181419>