Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(984)

Unified Diff: test/mjsunit/mjsunit.status

Issue 2214283003: [test] Activate ignition_staging variant (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Skip one cpu profiler test Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/cctest/cctest.status ('k') | tools/run-tests.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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],
« no previous file with comments | « test/cctest/cctest.status ('k') | tools/run-tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698