Index: test/mjsunit/mjsunit.status |
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status |
index 862179d301c21290ddad52afbaf72d1327f3064e..7a1e9141b2a012d63c9a01fb507093f89d507cad 100644 |
--- a/test/mjsunit/mjsunit.status |
+++ b/test/mjsunit/mjsunit.status |
@@ -849,6 +849,14 @@ |
'es6/tail-call-megatest*': [SKIP], |
}], # ignition == True and msan |
+['ignition == True and gc_stress == True', { |
+ # TODO(oth,4680): failures from the bots. |
+ 'es6/debug-step-destructuring-bind': [SKIP], |
+ 'es6/debug-stepin-collections-foreach': [SKIP], |
+ 'ignition/elided-instruction': [SKIP], |
+ 'regress/regress-269': [SKIP], |
+}], # ignition == True and gc_stress == True |
+ |
['ignition == False', { |
# Debugger test cases that pass with full-codegen, but not ignition. |
# These differences between full-codegen and ignition are deliberate. |