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

Unified Diff: test/mjsunit/mjsunit.status

Issue 1805533002: S390: Initial test changes and files checkin. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: S390: Initial test changes and files checkin 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
« no previous file with comments | « test/cctest/test-sampler-api.cc ('k') | test/unittests/compiler/s390/instruction-selector-s390-unittest.cc » ('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 d2e204b6766442c66dfc0cf8f1116e1270464237..7f0232e404370b122a45dae95bc873457622ebce 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -716,6 +716,16 @@
}], # 'arch == nacl_ia32 or arch == nacl_x64'
##############################################################################
+['arch == s390 or arch == s390x', {
+
+ # Stack manipulations in LiveEdit is not implemented for this arch.
+ 'debug-liveedit-check-stack': [SKIP],
+ 'debug-liveedit-stack-padding': [SKIP],
+ 'debug-liveedit-restart-frame': [SKIP],
+ 'debug-liveedit-double-call': [SKIP],
+}], # 'arch == s390 or arch == s390x'
+
+##############################################################################
['deopt_fuzzer == True', {
# Skip tests that are not suitable for deoptimization fuzzing.
« no previous file with comments | « test/cctest/test-sampler-api.cc ('k') | test/unittests/compiler/s390/instruction-selector-s390-unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698