Skip to content
Snippets Groups Projects
Unverified Commit 5bb0f4c8 authored by Leo Balter's avatar Leo Balter Committed by GitHub
Browse files

Merge pull request #1690 from test262-automation/javascriptcore-test262-automation-export-04c056b9

Import test changes from JavaScriptCore
parents d296cc93 92ed690c
No related branches found
No related tags found
No related merge requests found
{ {
"sourceRevisionAtLastExport": "93457d631e", "sourceRevisionAtLastExport": "12df785646",
"targetRevisionAtLastExport": "04c056b95", "targetRevisionAtLastExport": "5032c509e",
"curatedFiles": { "curatedFiles": {
"/stress/Number-isNaN-basics.js": "DELETED_IN_TARGET", "/stress/Number-isNaN-basics.js": "DELETED_IN_TARGET",
"/stress/Object_static_methods_Object.getOwnPropertyDescriptors-proxy.js": "DELETED_IN_TARGET", "/stress/Object_static_methods_Object.getOwnPropertyDescriptors-proxy.js": "DELETED_IN_TARGET",
......
// 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