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

Unified Diff: test/debugger/debugger.status

Issue 2396433008: [wasm] Add guard regions to end of WebAssembly.Memory buffers (Closed)
Patch Set: Merge branch 'master' of https://chromium.googlesource.com/v8/v8 into guard-pages 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 4eca6f1c2eacf94ef5a0f44089cff6d969fbf999..ce63166e21d14a03b2a6e92ee6c86995e45ffd43 100644
--- a/test/debugger/debugger.status
+++ b/test/debugger/debugger.status
@@ -24,6 +24,15 @@
}], # 'gc_stress == True'
##############################################################################
+['variant == asm_wasm', {
+ '*': [SKIP],
+}], # variant == asm_wasm
+
+##############################################################################
+['variant == wasm_traps', {
+ '*': [SKIP],
+}], # variant == wasm_traps
+
['variant == turbofan_opt', {
# TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan.

Powered by Google App Engine
This is Rietveld 408576698