Sign in
webkit
/
WebKit
/
031545c904ac108f0063861f58a3e4e2a299b0c0
/
.
/
JSTests
/
stress
/
regress-189227-watchdog-on-infinite-loop.js
blob: 38e06777ea7826d18ce2f0a0d8cbee8204b3d81c [
file
] [
log
] [
blame
]
//@ requireOptions("--watchdog=20", "--jitPolicyScale=0", "--watchdog-exception-ok")
// This test should not time out.
while
(
1
)
{
}