s390x: skip regress-crbug-178790 on debug mode
regress-crbug-178790 test can cause overflow on debug mode Drive-by: clean up simulator skiped tests Change-Id: Iec6151518fe1814e8eefcaaf09439782a2d29426 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1539791 Auto-Submit: Junliang Yan <jyan@ca.ibm.com> Reviewed-by: Michael Starzinger <mstarzinger@chromium.org> Commit-Queue: Junliang Yan <jyan@ca.ibm.com> Cr-Commit-Position: refs/heads/master@{#60485}
This commit is contained in:
parent
34e1c07110
commit
a5d23e81fd
@ -864,7 +864,7 @@
|
||||
}], # 'predictable == True'
|
||||
|
||||
##############################################################################
|
||||
['simulator_run and (arch == ppc or arch == ppc64 or arch == s390 or arch == s390x)', {
|
||||
['simulator_run and (arch in [ppc64, s390x])', {
|
||||
|
||||
# take too long with the simulator.
|
||||
'regress/regress-1132': [SKIP],
|
||||
@ -876,7 +876,7 @@
|
||||
'whitespaces': [PASS, SLOW],
|
||||
'wasm/atomics-stress': [SKIP],
|
||||
'wasm/atomics64-stress': [SKIP],
|
||||
}], # 'simulator_run and (arch == ppc or arch == ppc64 or arch == s390 or arch == s390x)'
|
||||
}], # 'simulator_run and (arch in [ppc64, s390x])'
|
||||
|
||||
##############################################################################
|
||||
['arch == ppc64', {
|
||||
@ -886,6 +886,12 @@
|
||||
'regress/regress-353551': [SKIP],
|
||||
}], # 'arch == ppc64'
|
||||
|
||||
##############################################################################
|
||||
['arch == s390x', {
|
||||
# stack overflow
|
||||
'regress/regress-crbug-178790': [PASS, ['mode == debug', SKIP]],
|
||||
}], # 'arch == s390x'
|
||||
|
||||
##############################################################################
|
||||
['variant == stress', {
|
||||
# Slow tests.
|
||||
|
Loading…
Reference in New Issue
Block a user