This website requires JavaScript.
Explore
Help
Register
Sign In
tyler.durden
/
test262
mirror of
https://github.com/tc39/test262.git
Watch
1
Star
0
Fork
You've already forked test262
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d89c2cd601
test262
/
implementation-contributed
/
javascriptcore
/
stress
/
regress-170732.js
6 lines
99 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Update files for the curation process Remove more stress tests with existing coverage or out of context for test262
2018-08-27 21:03:21 +02:00
// Reviewed
[javascriptcore-test262-automation] changes from git@github.com:WebKit/webkit.git at sha 949e26452cfa153a7f4afe593da97e2fe9e1b706 on Tue Jul 03 2018 14:35:15 GMT-0400 (Eastern Daylight Time) (#1620) * [javascriptcore-test262-automation] changes from git@github.com:WebKit/webkit.git at sha 949e26452cfa153a7f4afe593da97e2fe9e1b706 on Tue Jul 03 2018 14:35:15 GMT-0400 (Eastern Daylight Time)
2018-07-03 21:59:58 +02:00
//@ runDefault("--exception=SyntaxError")
async
function
f
(
)
{
await
async
(
)
=>
{
}
}