Bug 147850

Summary: Add more strict mode tests
Product: WebKit Reporter: Basile Clement <basile_clement>
Component: JavaScriptCoreAssignee: Basile Clement <basile_clement>
Status: RESOLVED FIXED    
Severity: Normal CC: msaboff
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 146477    
Attachments:
Description Flags
Patch msaboff: review+

Description Basile Clement 2015-08-10 15:46:34 PDT
...
Comment 1 Basile Clement 2015-08-11 12:41:27 PDT
Created attachment 258737 [details]
Patch
Comment 2 Michael Saboff 2015-08-11 12:59:41 PDT
Comment on attachment 258737 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=258737&action=review

r=me

> Source/JavaScriptCore/ChangeLog:17
> +        * tests/stress/v8-crypto-strict.js: Added.

I think it would be better to just list the new test file names and not the individual functions.
Comment 3 Basile Clement 2015-08-11 13:03:53 PDT
(In reply to comment #2)
> Comment on attachment 258737 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=258737&action=review
> 
> r=me
> 
> > Source/JavaScriptCore/ChangeLog:17
> > +        * tests/stress/v8-crypto-strict.js: Added.
> 
> I think it would be better to just list the new test file names and not the
> individual functions.

That makes sense, changing that before landing.
Comment 4 Basile Clement 2015-08-11 13:07:19 PDT
Committed r188281 <http://trac.webkit.org/changeset/188281>
Comment 5 Basile Clement 2015-08-31 18:20:27 PDT
(In reply to comment #4)
> Committed r188281 <http://trac.webkit.org/changeset/188281>

This was on the jsc-tailcall branch.
Comment 6 Basile Clement 2015-09-03 19:43:45 PDT
Committed r189335: <http://trac.webkit.org/changeset/189335>