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

Unified Diff: test/test262/test262.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/test262/test262.status
diff --git a/test/test262/test262.status b/test/test262/test262.status
index a2ba2facae0ad7a652e934fa5f63b38fb6939076..f73d11150ea1873e7869d8404b760d94a43cf4a4 100644
--- a/test/test262/test262.status
+++ b/test/test262/test262.status
@@ -612,6 +612,9 @@
'*': [SKIP],
}], # variant == asm_wasm
+['variant == wasm_traps', {
+ '*': [SKIP],
+}], # variant == wasm_traps
# Module-related tests
# https://bugs.chromium.org/p/v8/issues/detail?id=1569

Powered by Google App Engine
This is Rietveld 408576698