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

Unified Diff: test/mjsunit/mjsunit.status

Issue 1801473003: [ignition, debugger] correctly set position for return with elided bytecode. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: do not use --ignition flag Created 4 years, 9 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
Index: test/mjsunit/mjsunit.status
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
index 5cb5666e1ee5aaff9c47d957a2921eaf55bef8fc..b26a95aa02d1484ceae7c6bce570cc0f43e4ea67 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -807,6 +807,9 @@
# TODO(mythria, 4680): possibly problem with line numbers.
'es6/regress/regress-468661': [FAIL],
+ # Debugger test cases that pass with ignition, but not full-codegen.
+ # These differences between full-codegen and ignition are deliberate.
+ 'ignition/elided-instruction-no-ignition': [FAIL],
}], # ignition == True
['ignition == True and arch == arm64', {
@@ -823,6 +826,12 @@
'regress/regress-1257': [SKIP],
}], # ignition == True and arch == arm
+['ignition == False', {
+ # Debugger test cases that pass with full-codegen, but not ignition.
+ # These differences between full-codegen and ignition are deliberate.
+ 'ignition/elided-instruction': [FAIL],
+}], # ignition == False
+
##############################################################################
['gcov_coverage', {
# Tests taking too long.
« no previous file with comments | « test/mjsunit/ignition/elided-instruction-no-ignition.js ('k') | test/unittests/interpreter/source-position-table-unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698