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

Unified Diff: test/mjsunit/mjsunit.status

Issue 2361043002: [Ignition] Use binary operation feedback from Ignition to Crankshaft. (Closed)
Patch Set: Created 4 years, 3 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
« src/type-info.cc ('K') | « test/cctest/cctest.status ('k') | no next file » | 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 98d776c5ad16d4bbdf1510c1131002d622b580ba..50df15b14ae70dc3bbef20b8cad4f9ee6ee0d3a4 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -656,11 +656,16 @@
# TODO(4680): Test doesn't know about three tier compiler pipeline.
'assert-opt-and-deopt': [SKIP],
+ # Fails because concurrent compilation is not triggered on bytecode.
+ # Check in Runtime_OptimizeFunctionOnNextCall.
+ 'compiler/manual-concurrent-recompile': [FAIL],
+ 'regress/regress-embedded-cons-string': [FAIL],
+ 'regress/regress-prepare-break-while-recompile': [FAIL],
+
# BUG(rmcilroy,4989): Function is optimized without type feedback and so
# immediately deopts again, causing check failure in the test.
'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],
@@ -674,15 +679,11 @@
'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-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],
@@ -724,7 +725,6 @@
'assert-opt-and-deopt': [SKIP],
'compiler/deopt-inlined-from-call': [FAIL],
'compiler/increment-typefeedback': [FAIL],
- 'compiler/manual-concurrent-recompile': [FAIL],
'constant-folding-2': [FAIL],
'debug-is-active': [FAIL],
'debug-liveedit-double-call': [FAIL],
@@ -738,15 +738,11 @@
'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-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],
'regress-sync-optimized-lists': [FAIL],
'shift-for-integer-div': [FAIL],
'sin-cos': [FAIL],
@@ -754,6 +750,12 @@
'smi-mul': [FAIL],
'unary-minus-deopt': [FAIL],
+ # Fails because concurrent compilation is not triggered on bytecode.
+ # Check in Runtime_OptimizeFunctionOnNextCall.
+ 'compiler/manual-concurrent-recompile': [FAIL],
+ 'regress/regress-embedded-cons-string': [FAIL],
+ 'regress/regress-prepare-break-while-recompile': [FAIL],
+
# Flaky.
'asm/int32div': [SKIP],
'asm/int32mod': [SKIP],
« src/type-info.cc ('K') | « test/cctest/cctest.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698