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

Unified Diff: test/mjsunit/mjsunit.status

Issue 2309943003: [turbofan] Treat PREMONOMORPHIC like UNINITIALIZED.
Patch Set: Blacklist test. 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
« no previous file with comments | « src/type-feedback-vector.h ('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 cf72c63b9da978ec045404ab8fe64572bc3ccd3f..649365fa3cd96491f91a6943453ada548160e228 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -797,6 +797,10 @@
# TODO(rmcilroy): Flaky OOM.
'unicodelctest-no-optimization': [SKIP],
+
+ # TODO(bmeurer): We treat PREMONOMORPHIC load/store ICs like UNINITIALIZED
+ # and add a soft deopt, which makes this test fail.
+ 'compiler/manual-concurrent-recompile': [FAIL],
}], # variant == ignition_turbofan
['variant == ignition_turbofan and arch == arm64', {
« no previous file with comments | « src/type-feedback-vector.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698