summaryrefslogtreecommitdiff
path: root/deps/v8/test/inspector/inspector.status
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/inspector/inspector.status')
-rw-r--r--deps/v8/test/inspector/inspector.status12
1 files changed, 7 insertions, 5 deletions
diff --git a/deps/v8/test/inspector/inspector.status b/deps/v8/test/inspector/inspector.status
index 7088623601..25ffec6180 100644
--- a/deps/v8/test/inspector/inspector.status
+++ b/deps/v8/test/inspector/inspector.status
@@ -12,11 +12,6 @@
'debugger/update-call-frame-scopes': [PASS, FAIL],
'debugger/side-effect-free-debug-evaluate': [PASS, FAIL],
'debugger/evaluate-on-call-frame-in-module': [PASS, FAIL],
- # Issue 6170. Crash.
- 'cpu-profiler/console-profile': [SKIP],
- 'cpu-profiler/console-profile-end-parameterless-crash': [SKIP],
- # Issue 6171. Timeout.
- 'debugger/set-blackbox-patterns': [SKIP],
}], # variant != default
##############################################################################
@@ -24,6 +19,13 @@
'*': [SKIP],
}], # variant == no_wasm_traps
+##############################################################################
+['arch == s390 or arch == s390x', {
+ # Stack manipulations in LiveEdit is not implemented for this arch.
+ 'debugger/set-script-source-stack-padding': [SKIP],
+}], # 'arch == s390 or arch == s390x'
+
+##############################################################################
[ALWAYS, {
# https://crbug.com/v8/7767
'debugger/wasm-imports': [SKIP],