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

Unified Diff: tools/run-tests.py

Issue 2931133002: PPC/S390: Disable skip-stack-guard-page.js test in simulator build (Closed)
Patch Set: Created 3 years, 6 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/wasm-spec-tests/wasm-spec-tests.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/run-tests.py
diff --git a/tools/run-tests.py b/tools/run-tests.py
index cefb34e6700be3f9267efbfc6468425daf0f975f..88dd2d3ef2fc905fc20d09bbfbd58b5900cf2a7d 100755
--- a/tools/run-tests.py
+++ b/tools/run-tests.py
@@ -787,7 +787,7 @@ def Execute(arch, mode, args, options, suites):
# target_arch != v8_target_arch in the dumped build config.
simulator_run = not options.dont_skip_simulator_slow_tests and \
arch in ['arm64', 'arm', 'mipsel', 'mips', 'mips64', 'mips64el', \
- 'ppc', 'ppc64'] and \
+ 'ppc', 'ppc64', 's390', 's390x'] and \
ARCH_GUESS and arch != ARCH_GUESS
# Find available test suites and read test cases from them.
variables = {
« no previous file with comments | « test/wasm-spec-tests/wasm-spec-tests.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698