| 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 = {
|
|
|