Index: test/mjsunit/mjsunit.status |
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status |
index c56d93d4335938448cb46dcfbe68c1327b51fa31..92a9bb6ae2a4a33cbacfbe313749a62f9e855ed7 100644 |
--- a/test/mjsunit/mjsunit.status |
+++ b/test/mjsunit/mjsunit.status |
@@ -138,8 +138,14 @@ |
'debug-stepout-scope-part2': [PASS, NO_VARIANTS], |
'debug-stepout-scope-part3': [PASS, NO_VARIANTS], |
'es6/debug-evaluate-blockscopes': [PASS, NO_VARIANTS], |
- # issue 4055: |
+ # Issue 4055: Scope chain length observed by debugger is off. |
'es6/generators-debug-scopes': [PASS, NO_VARIANTS], |
+ # Issue 4544: Stepping in inlined constructors is borked. |
+ 'es6/debug-promises/throw-in-constructor': [PASS, NO_VARIANTS], |
+ 'es6/debug-step-into-constructor': [PASS, NO_VARIANTS], |
+ |
+ # TODO(4544): Investigate why assumptions about fast properties break. |
+ 'fast-prototype': [PASS, NO_VARIANTS], |
# TODO(titzer): --always-opt incorrectly disables CrankShaft soft deopt points |
'result-table-min': [PASS, NO_VARIANTS], |