s390: skip slow tests on s390

Change-Id: Iefcee48e44b6eb6c00923500be03056e723d8550
Reviewed-on: https://chromium-review.googlesource.com/1095841
Reviewed-by: Michael Achenbach <machenbach@chromium.org>
Reviewed-by: Jakob Gruber <jgruber@chromium.org>
Commit-Queue: Junliang Yan <jyan@ca.ibm.com>
Cr-Commit-Position: refs/heads/master@{#53711}
This commit is contained in:
Junliang Yan 2018-06-12 13:09:43 -04:00 committed by Commit Bot
parent d3e65b5094
commit 0fe56b84d5

View File

@ -716,7 +716,7 @@
}], # 'predictable == True'
##############################################################################
['arch == ppc and simulator_run or arch == ppc64 and simulator_run', {
['simulator_run and (arch == ppc or arch == ppc64 or arch == s390 or arch == s390x)', {
# take too long with the simulator.
'regress/regress-1132': [SKIP],
@ -725,7 +725,7 @@
'regress/regress-91008': [PASS, SLOW],
'harmony/regexp-property-lu-ui': [PASS, SLOW],
'whitespaces': [PASS, SLOW],
}], # 'arch == ppc and simulator_run'
}], # 'simulator_run and (arch == ppc or arch == ppc64 or arch == s390 or arch == s390x)'
##############################################################################
['arch == ppc64', {