Index: test/mjsunit/es6/tail-call.js |
diff --git a/test/mjsunit/es6/tail-call.js b/test/mjsunit/es6/tail-call.js |
index 3df53230ff25ecd57bf377b81ea8dd8d72551a23..a97e2fed71e8963793e07093234ba74230efb17e 100644 |
--- a/test/mjsunit/es6/tail-call.js |
+++ b/test/mjsunit/es6/tail-call.js |
@@ -3,6 +3,8 @@ |
// found in the LICENSE file. |
// Flags: --allow-natives-syntax --harmony-tailcalls |
+// TODO(v8:4698), TODO(ishell): support these cases. |
+// Flags: --max-inlined-source-size=0 |
"use strict"; |
Error.prepareStackTrace = (error,stack) => { |