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

Unified Diff: test/mjsunit/mjsunit.status

Issue 1412343009: [Interpreter] Skip some more tests on Arm64 for Ignition. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix comment 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 376348fcf5da4f24f41b54644b5982f57c18239e..e99688031fa085b45a249d7566d4cf497a528186 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -1015,20 +1015,26 @@
'with-readonly': [SKIP],
}], # ignition == True
-['ignition == True and arch == arm and mode == debug', {
+['ignition == True and mode == debug and (arch == arm or arch == arm64)', {
'date-parse': [SKIP],
'math-floor-part1': [SKIP],
+ 'math-floor-part2': [SKIP],
+ 'math-floor-part3': [SKIP],
+ 'mul-exhaustive-part*': [SKIP],
'regress/regress-1167': [SKIP],
'regress/regress-165637': [SKIP],
'regress/regress-2249': [SKIP],
+ 'regress/regress-319722-ArrayBuffer': [SKIP],
'regress/regress-542823': [SKIP],
'regress/regress-634-debug': [SKIP],
'regress/regress-78270': [SKIP],
'regress/regress-crbug-347903': [SKIP],
+ 'regress/regress-crbug-505007-1': [SKIP],
+ 'regress/regress-crbug-505007-2': [SKIP],
'regress/short-circuit': [SKIP],
'stack-traces-overflow': [SKIP],
'unicodelctest': [SKIP],
'unicodelctest-no-optimization': [SKIP],
-}], # ignition == True and arch == arm and mode == debug
+}], # ignition == True and mode == debug and (arch == arm or arch == arm64)
]
« 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