Commit 9383d14b authored by oth's avatar oth Committed by Commit bot

[interpreter] Disable mjsunit/ignition/elided-instruction

BUG=v8:4680
LOG=N

Review URL: https://codereview.chromium.org/1821183002

Cr-Commit-Position: refs/heads/master@{#34991}
parent 0a4820d0
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment