diff options
Diffstat (limited to 'deps/v8/test/inspector/runtime/evaluate-async.js')
-rw-r--r-- | deps/v8/test/inspector/runtime/evaluate-async.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/deps/v8/test/inspector/runtime/evaluate-async.js b/deps/v8/test/inspector/runtime/evaluate-async.js index 385b3f6fb4..8cade00fdf 100644 --- a/deps/v8/test/inspector/runtime/evaluate-async.js +++ b/deps/v8/test/inspector/runtime/evaluate-async.js @@ -2,6 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +// Flags: --no-stress-incremental-marking + let {session, contextGroup, Protocol} = InspectorTest.start("Tests that Runtime.evaluate works with awaitPromise flag."); contextGroup.addScript(` |