Index: test/debugger/debugger.status |
diff --git a/test/debugger/debugger.status b/test/debugger/debugger.status |
index b7bd7ebdc227580bf13db0127a0bda2993c4d217..743718f2025bad2d447b5a993bcd61059d13a015 100644 |
--- a/test/debugger/debugger.status |
+++ b/test/debugger/debugger.status |
@@ -28,6 +28,13 @@ |
}], # ALWAYS |
############################################################################## |
+['variant == stress', { |
+ # TODO(jarin/mstarzinger): Functions with eval or debugger now get optimized |
+ # with Turbofan, which has issues with the debugger issues. |
+ 'debug/debug-evaluate-locals': [FAIL], |
+}], # 'stress == True' |
+ |
+############################################################################## |
['gc_stress == True', { |
# Skip tests not suitable for GC stress. |
# Tests taking too long |