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