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