Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(386)

Unified Diff: test/debugger/debugger.status

Issue 2503293002: [debug-wrapper] LiveEdit, frame.restart(), breakpoints (Closed)
Patch Set: Address comments Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/debugger/debug/regress/regress-crbug-481896.js ('k') | test/debugger/test-api.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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'
]
« no previous file with comments | « test/debugger/debug/regress/regress-crbug-481896.js ('k') | test/debugger/test-api.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698