Index: test/mjsunit/keyed-load-hole-to-undefined.js |
diff --git a/test/mjsunit/keyed-load-hole-to-undefined.js b/test/mjsunit/keyed-load-hole-to-undefined.js |
index e9403b8c5e2233d00e3763cec05fda70fb729e43..9366458a5f696e888ab3108bee072beba08c5ab6 100644 |
--- a/test/mjsunit/keyed-load-hole-to-undefined.js |
+++ b/test/mjsunit/keyed-load-hole-to-undefined.js |
@@ -3,7 +3,7 @@ |
// found in the LICENSE file. |
// Flags: --allow-natives-syntax |
-// Flags: --nostress-opt |
+// Flags: --no-stress-opt --crankshaft --no-always-opt |
// --nostress-opt is specified because the test corrupts the "pristine" |
// array prototype chain by storing an element, and this is tracked |