Index: test/mjsunit/es6/tail-call-simple.js |
diff --git a/test/mjsunit/es6/tail-call-simple.js b/test/mjsunit/es6/tail-call-simple.js |
index cc638082be592e953332cce27474daaecb68c2be..e9428dc7b88a34683f73e942cae7af369a504dbb 100644 |
--- a/test/mjsunit/es6/tail-call-simple.js |
+++ b/test/mjsunit/es6/tail-call-simple.js |
@@ -3,6 +3,8 @@ |
// found in the LICENSE file. |
// Flags: --allow-natives-syntax --harmony-tailcalls --stack-size=100 |
+// TODO(v8:4698), TODO(ishell): support these cases. |
+// Flags: --nostress-opt |
// |
// Tail calls work only in strict mode. |