Sign in
webkit
/
WebKit
/
3edaba2ba8773ca7f680c84dc462d786504282f8
/
.
/
JSTests
/
stress
/
waitUntilAllPlansForVMAreReady-should-be-notified-of-cancelled-plans-too.js
blob: fae04ecb0c0d22170260297d0abf0113bab12490 [
file
] [
log
] [
blame
]
//@ requireOptions("--destroy-vm", "--collectContinuously=true", "--forceMiniVMMode=true")
// This test passes if it does not hang or crash.
let a
=
new
Uint8Array
(
10000
);
for
(
let x of a
)
{}