Sign in
webkit
/
WebKit
/
19e52add6f30e26c5fff78e2223e0618385a5a3d
/
.
/
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
)
{}