Index: test/debugger/debugger.status |
diff --git a/test/debugger/debugger.status b/test/debugger/debugger.status |
index 9aa1649869f85666e8ff463fe7509d3d8d5d162a..7d7b714b22b44586885c24e4de1fb0213b808bbf 100644 |
--- a/test/debugger/debugger.status |
+++ b/test/debugger/debugger.status |
@@ -3,4 +3,23 @@ |
# found in the LICENSE file. |
[ |
+[ALWAYS, { |
+ # Issue 3660: Replacing activated TurboFan frames by unoptimized code does |
+ # not work, but we expect it to not crash. |
+ 'debug/debug-step-turbofan': [PASS, FAIL], |
+}], # ALWAYS |
+ |
+############################################################################## |
+['gc_stress == True', { |
+ # Skip tests not suitable for GC stress. |
+ # Tests taking too long |
+ 'debug/debug-stepout-scope-part1': [SKIP], |
+ 'debug/debug-stepout-scope-part2': [SKIP], |
+ 'debug/debug-stepout-scope-part3': [SKIP], |
+ 'debug/debug-stepout-scope-part4': [SKIP], |
+ 'debug/debug-stepout-scope-part5': [SKIP], |
+ 'debug/debug-stepout-scope-part6': [SKIP], |
+ 'debug/debug-stepout-scope-part7': [SKIP], |
+ 'debug/debug-stepout-scope-part8': [SKIP], |
+}], # 'gc_stress == True' |
] |