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

Unified Diff: test/mjsunit/mjsunit.status

Issue 1732903002: [fullcodegen] Fix assert for operand stack depth tracking. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Skip for interpreter. Created 4 years, 10 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/full-codegen/full-codegen.cc ('k') | test/mjsunit/regress/regress-crbug-589472.js » ('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 7a682619025acb8965988b030ea6bb8711badc91..da49432e6957147ea444e4b6eddb1ca9b89b7802 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -773,6 +773,10 @@
# Skip strong mode tests since strong mode is unsupported on ignition.
'strong/*': [SKIP],
+ # TODO(mstarzinger): Flushes out a similar, but different issue to what the
+ # regression test was designed to test against. Investigate separately.
+ 'regress/regress-crbug-589472': [SKIP],
+
# TODO(yangguo,4690): Requires debugger support.
'es6/debug*': [SKIP],
'harmony/debug*': [SKIP],
« no previous file with comments | « src/full-codegen/full-codegen.cc ('k') | test/mjsunit/regress/regress-crbug-589472.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698