Skip to content
Snippets Groups Projects
Commit 5032c509 authored by test262-automation's avatar test262-automation
Browse files

[javascriptcore-test262-automation] Changes from...

[javascriptcore-test262-automation] Changes from https://github.com/webkit/webkit.git at sha 93457d631e on Wed Aug 22 2018 18:13:32 GMT+0000 (Coordinated Universal Time)
parent d296cc93
No related branches found
No related tags found
No related merge requests found
// This test passes if it does not crash.
function foo() {
if (1 < 2);
while (true) {
if (1 < 2) break;
}
}
for (var i = 0; i < 10000; i++)
foo();
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment