| Index: test/debugger/debugger.status
|
| diff --git a/test/debugger/debugger.status b/test/debugger/debugger.status
|
| index 5cfe0eb16f1c78029d80f7540f6650b877e6fd3b..5c0192f281a25f464fc783a6a7467f143b1d4239 100644
|
| --- a/test/debugger/debugger.status
|
| +++ b/test/debugger/debugger.status
|
| @@ -42,4 +42,13 @@
|
| 'debug/harmony/async-debug-caught-exception-cases2': [SKIP],
|
| 'debug/harmony/async-debug-caught-exception-cases3': [SKIP],
|
| }], # 'gc_stress == True'
|
| +
|
| +##############################################################################
|
| +['arch == s390 or arch == s390x', {
|
| +
|
| + # Stack manipulations in LiveEdit is not implemented for this arch.
|
| + 'debug/debug-liveedit-check-stack': [SKIP],
|
| + 'debug/debug-liveedit-stack-padding': [SKIP],
|
| + 'debug/debug-liveedit-restart-frame': [SKIP],
|
| +}], # 'arch == s390 or arch == s390x'
|
| ]
|
|
|