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

Unified Diff: test/debugger/debugger.status

Issue 2396433008: [wasm] Add guard regions to end of WebAssembly.Memory buffers (Closed)
Patch Set: Merging with master 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/cctest/cctest.status ('k') | test/inspector/inspector.status » ('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 5c0192f281a25f464fc783a6a7467f143b1d4239..e20372358c05816636b8d1f24649cd2cc2d71ba3 100644
--- a/test/debugger/debugger.status
+++ b/test/debugger/debugger.status
@@ -44,6 +44,15 @@
}], # 'gc_stress == True'
##############################################################################
+['variant == asm_wasm', {
+ '*': [SKIP],
+}], # variant == asm_wasm
+
+##############################################################################
+['variant == wasm_traps', {
+ '*': [SKIP],
+}], # variant == wasm_traps
+
['arch == s390 or arch == s390x', {
# Stack manipulations in LiveEdit is not implemented for this arch.
« no previous file with comments | « test/cctest/cctest.status ('k') | test/inspector/inspector.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698