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

Unified Diff: test/mjsunit/mjsunit.status

Issue 1424263004: [Interpreter] Skip failing tests on arm.debug in Ignition. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@int_mjsunit4
Patch Set: Created 5 years, 1 month 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 | « no previous file | 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 45b23f2754659890ca13ae01900752ca4399d419..fdebf6eb3197276984ddb9a2df5c26c2482c3302 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -725,7 +725,7 @@
'regress/regress-1132': [SKIP],
}], # 'arch == ppc and simulator_run == True'
-['ignition == True ', {
+['ignition == True', {
'asm/*': [SKIP],
'compiler/*': [SKIP],
'const*': [SKIP],
@@ -1014,4 +1014,20 @@
'with-readonly': [SKIP],
}], # ignition == True
+['ignition == True and arch == arm and mode == debug', {
+ 'date-parse': [SKIP],
+ 'math-floor-part1': [SKIP],
+ 'regress/regress-1167': [SKIP],
+ 'regress/regress-165637': [SKIP],
+ 'regress/regress-2249': [SKIP],
+ 'regress/regress-542823': [SKIP],
+ 'regress/regress-634-debug': [SKIP],
+ 'regress/regress-78270': [SKIP],
+ 'regress/regress-crbug-347903': [SKIP],
+ 'regress/short-circuit': [SKIP],
+ 'stack-traces-overflow': [SKIP],
+ 'unicodelctest': [SKIP],
+ 'unicodelctest-no-optimization': [SKIP],
+}], # ignition == True and arch == arm and mode == debug
+
]
« no previous file with comments | « no previous file | test/test262/test262.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698