Index: test/mjsunit/mjsunit.status |
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status |
index cf09c70ed231f05580baec158c11c83d7b395e47..46b8c5872c47be5c1f04b08652b50a9dd3eee8c1 100644 |
--- a/test/mjsunit/mjsunit.status |
+++ b/test/mjsunit/mjsunit.status |
@@ -701,6 +701,52 @@ |
}], # 'arch == ppc64' |
############################################################################## |
+['variant == ignition_staging', { |
+ 'allocation-site-info': [FAIL], |
+ 'array-constructor-feedback': [FAIL], |
+ 'array-feedback': [FAIL], |
+ 'array-literal-feedback': [FAIL], |
+ 'assert-opt-and-deopt': [FAIL], |
+ 'compiler/deopt-inlined-from-call': [FAIL], |
+ 'compiler/increment-typefeedback': [FAIL], |
+ 'compiler/manual-concurrent-recompile': [FAIL], |
+ 'constant-folding-2': [FAIL], |
+ 'debug-is-active': [FAIL], |
+ 'deopt-with-fp-regs': [FAIL], |
+ 'deserialize-optimize-inner': [FAIL], |
+ 'div-mul-minus-one': [FAIL], |
+ 'elements-transition-hoisting': [FAIL], |
+ 'es6/block-let-crankshaft': [FAIL], |
+ 'es6/block-let-crankshaft-sloppy': [FAIL], |
+ 'getters-on-elements': [FAIL], |
+ 'harmony/do-expressions': [FAIL], |
+ 'math-floor-of-div-minus-zero': [FAIL], |
+ 'regress/regress-2132': [FAIL], |
+ 'regress/regress-2339': [FAIL], |
+ 'regress/regress-3176': [FAIL], |
+ 'regress/regress-3709': [FAIL], |
+ 'regress/regress-385565': [FAIL], |
+ 'regress/regress-4121': [FAIL], |
+ 'regress/regress-crbug-594183': [FAIL], |
+ 'regress/regress-embedded-cons-string': [FAIL], |
+ 'regress/regress-map-invalidation-2': [FAIL], |
+ 'regress/regress-param-local-type': [FAIL], |
+ 'regress/regress-prepare-break-while-recompile': [FAIL], |
+ 'shift-for-integer-div': [FAIL], |
+ 'sin-cos': [FAIL], |
+ 'smi-mul-const': [FAIL], |
+ 'smi-mul': [FAIL], |
+ 'unary-minus-deopt': [FAIL], |
+ |
+ # Flaky. |
+ 'asm/int32div': [SKIP], |
+ 'asm/int32mod': [SKIP], |
+ 'compiler/uint32': [SKIP], |
+ 'regress/regress-454725': [SKIP], |
+ |
+}], # variant == ignition_staging |
+ |
+############################################################################## |
['variant == ignition_turbofan', { |
# TODO(mythria, 4780): Related to type feedback for calls in interpreter. |
'array-literal-feedback': [FAIL], |