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