diff options
Diffstat (limited to 'deps/v8/test/mjsunit/regress/regress-752764.js')
-rw-r--r-- | deps/v8/test/mjsunit/regress/regress-752764.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/deps/v8/test/mjsunit/regress/regress-752764.js b/deps/v8/test/mjsunit/regress/regress-752764.js index 30ab7b2a6d..106d9edd87 100644 --- a/deps/v8/test/mjsunit/regress/regress-752764.js +++ b/deps/v8/test/mjsunit/regress/regress-752764.js @@ -3,6 +3,8 @@ // found in the LICENSE file. // Flags: --allow-natives-syntax --nostress-incremental-marking +// Stress-testing this test is very slow and provides no useful coverage. +// Flags: --nostress-opt --noalways-opt // This test uses a lot of memory and fails with flaky OOM when run // with --stress-incremental-marking on TSAN. |