Commit 9237a05b authored by Junliang Yan's avatar Junliang Yan Committed by Commit Bot

PPC/s390x: skip atomics(64)-stress on sim

simulator takes too long to run.

Change-Id: I77f6e932129bfed7d1cdb7e9ccf78a4608554ff5
Reviewed-on: https://chromium-review.googlesource.com/c/1320389Reviewed-by: 's avatarJakob Kummerow <jkummerow@chromium.org>
Commit-Queue: Junliang Yan <jyan@ca.ibm.com>
Cr-Commit-Position: refs/heads/master@{#57296}
parent 194588d4
...@@ -774,8 +774,8 @@ ...@@ -774,8 +774,8 @@
'regress/regress-91008': [PASS, SLOW], 'regress/regress-91008': [PASS, SLOW],
'harmony/regexp-property-lu-ui': [PASS, SLOW], 'harmony/regexp-property-lu-ui': [PASS, SLOW],
'whitespaces': [PASS, SLOW], 'whitespaces': [PASS, SLOW],
'wasm/atomics-stress': [PASS, SLOW], 'wasm/atomics-stress': [SKIP],
'wasm/atomics64-stress': [PASS, SLOW], 'wasm/atomics64-stress': [SKIP],
}], # 'simulator_run and (arch == ppc or arch == ppc64 or arch == s390 or arch == s390x)' }], # 'simulator_run and (arch == ppc or arch == ppc64 or arch == s390 or arch == s390x)'
############################################################################## ##############################################################################
......
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