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

Unified Diff: test/mjsunit/mjsunit.status

Issue 1631593003: [interpreter] Deprecate --ignition-fallback-on-catch flag. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: One more timeout. Created 4 years, 11 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/interpreter/test-interpreter.cc ('k') | test/test262/test262.status » ('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 b06fce2a9dee6aad21d81d9efe06d8d1e50915c1..1166112222ed84af29ae8a134d188f218e851b4e 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -755,6 +755,24 @@
# TODO(bradnelson): Figure out why these tests fail with ignition.
'wasm/*': [SKIP],
+ # TODO(mstarzinger,4674): Beginning of two "try" statements can overlap.
+ 'regress/regress-1213516': [SKIP],
+ 'regress/regress-444805': [SKIP],
+ 'regress/regress-86': [SKIP],
+ 'regress/regress-binop': [SKIP],
+ 'string-charat': [SKIP],
+
+ # TODO(4684): Support for "with" statements is missing.
+ 'regress/regress-1528': [FAIL],
+ 'regress/regress-2594': [FAIL],
+ 'regress/regress-410030': [FAIL],
+ 'regress/regress-96523': [FAIL],
+ 'regress/regress-crbug-505907': [FAIL],
+ 'regress/regress-crbug-506956': [FAIL],
+ 'strict-mode-implicit-receiver': [FAIL],
+ 'throw-and-catch-function': [FAIL],
+ 'with-leave': [FAIL],
+
'allocation-folding': [SKIP],
'apply-arguments-gc-safepoint': [SKIP],
'arguments-load-across-eval': [SKIP],
@@ -793,6 +811,8 @@
'compiler/regress-variable-liveness': [SKIP],
'compiler/rotate': [SKIP],
'compiler/safepoint': [SKIP],
+ 'compiler/strict-recompile': [SKIP],
+ 'compiler/try-binop': [SKIP],
'compiler/try-deopt': [SKIP],
'compiler/uint32': [SKIP],
'compiler/variables': [SKIP],
@@ -914,6 +934,7 @@
'regress/regress-419663': [SKIP],
'regress/regress-4214': [SKIP],
'regress/regress-4255-4': [SKIP],
+ 'regress/regress-4266': [SKIP],
'regress/regress-430201b': [SKIP],
'regress/regress-430201': [SKIP],
'regress/regress-4309-1': [SKIP],
@@ -1053,6 +1074,7 @@
'string-slices': [SKIP],
'tools/profviz': [SKIP],
'try': [SKIP],
+ 'try-binop': [SKIP],
'undetectable-compare': [SKIP],
'unused-context-in-with': [SKIP],
'value-wrapper': [SKIP],
@@ -1064,9 +1086,11 @@
}], # ignition == True
['ignition == True and (arch == arm or arch == arm64)', {
+ 'apply': [SKIP],
'array-constructor': [SKIP],
'array-sort': [SKIP],
'array-store-and-grow': [SKIP],
+ 'asm/construct-double': [SKIP],
'compiler/division-by-constant': [SKIP],
'compiler/osr-big': [SKIP],
'compiler/osr-nested': [SKIP],
@@ -1085,6 +1109,7 @@
'regress/regress-crbug-500497': [SKIP],
'regress/regress-crbug-505007-1': [SKIP],
'regress/regress-crbug-505007-2': [SKIP],
+ 'regress/regress-crbug-514081': [SKIP],
'regress/regress-2193': [SKIP],
'regress/regress-3158': [SKIP],
'regress/regress-347904': [SKIP],
« no previous file with comments | « test/cctest/interpreter/test-interpreter.cc ('k') | test/test262/test262.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698