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