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

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
Index: test/debugger/debugger.status
diff --git a/test/debugger/debugger.status b/test/debugger/debugger.status
index 497479508fa6c5c7647a24e3f018da8052704ae7..1795bd9d8cbeafbf82ea403b2fa943b9a6f2b860 100644
--- a/test/debugger/debugger.status
+++ b/test/debugger/debugger.status
@@ -41,4 +41,15 @@
'debug/harmony/async-debug-caught-exception-cases2': [SKIP],
'debug/harmony/async-debug-caught-exception-cases3': [SKIP],
}], # 'gc_stress == True'
+
+##############################################################################
+['variant == asm_wasm', {
+ '*': [SKIP],
+}], # variant == asm_wasm
+
+##############################################################################
+['variant == wasm_traps', {
+ '*': [SKIP],
+}], # variant == wasm_traps
+
]

Powered by Google App Engine
This is Rietveld 408576698