Commit 0fe56b84 authored by Junliang Yan's avatar Junliang Yan Committed by Commit Bot

s390: skip slow tests on s390

Change-Id: Iefcee48e44b6eb6c00923500be03056e723d8550
Reviewed-on: https://chromium-review.googlesource.com/1095841Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Reviewed-by: 's avatarJakob Gruber <jgruber@chromium.org>
Commit-Queue: Junliang Yan <jyan@ca.ibm.com>
Cr-Commit-Position: refs/heads/master@{#53711}
parent d3e65b50
......@@ -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', {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment