Chromium Code Reviews

Unified Diff: test/mozilla/mozilla.status

Issue 2396433008: [wasm] Add guard regions to end of WebAssembly.Memory buffers (Closed)
Patch Set: Code review feedback Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: test/mozilla/mozilla.status
diff --git a/test/mozilla/mozilla.status b/test/mozilla/mozilla.status
index d5b967408be230c5f991465b40bdf997da2da6e6..f8b215e862bb60ad53173393ccf153ac6f04e6c6 100644
--- a/test/mozilla/mozilla.status
+++ b/test/mozilla/mozilla.status
@@ -999,4 +999,8 @@
'*': [SKIP],
}], # variant == asm_wasm
+['variant == wasm_traps', {
+ '*': [SKIP],
+}], # variant == wasm_traps
+
]

Powered by Google App Engine