summaryrefslogtreecommitdiff
path: root/deps/v8/test/mjsunit/unbox-double-arrays.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/mjsunit/unbox-double-arrays.js')
-rw-r--r--deps/v8/test/mjsunit/unbox-double-arrays.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/deps/v8/test/mjsunit/unbox-double-arrays.js b/deps/v8/test/mjsunit/unbox-double-arrays.js
index ac039930c3..5d061ae8c4 100644
--- a/deps/v8/test/mjsunit/unbox-double-arrays.js
+++ b/deps/v8/test/mjsunit/unbox-double-arrays.js
@@ -28,6 +28,8 @@
// Test dictionary -> double elements -> dictionary elements round trip
// Flags: --allow-natives-syntax --unbox-double-arrays --expose-gc
+// Flags: --noparallel-recompilation
+
var large_array_size = 100000;
var approx_dict_to_elements_threshold = 70000;