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

Unified Diff: test/mjsunit/mjsunit.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/mjsunit/mjsunit.status
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
index 0b395513ab226cffe241a56bf83603304535f66f..64b4b3030d60b466dd7a43ef41d04f29ee565ee6 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -702,4 +702,22 @@
'whitespaces': [SKIP],
}], # variant == asm_wasm
+['variant == wasm_traps', {
+ # Skip stuff uninteresting for wasm traps
+ 'bugs/*': [SKIP],
+ 'compiler/*': [SKIP],
+ 'es6/*': [SKIP],
+ 'es7/*': [SKIP],
+ 'es8/*': [SKIP],
+ 'harmony/*': [SKIP],
+ 'ignition/*': [SKIP],
+ 'lithium/*': [SKIP],
+ 'third_party/*': [SKIP],
+ 'tools/*': [SKIP],
+ 'apply': [SKIP],
+ 'math-*': [SKIP],
+ 'unicode-test': [SKIP],
+ 'whitespaces': [SKIP],
+}], # variant == wasm_traps
+
Michael Achenbach 2016/11/04 17:52:54 What about cctest? https://cs.chromium.org/chromiu
Michael Achenbach 2016/11/08 07:51:08 Please also take a look at cctest as mentioned abo
Eric Holk 2016/11/08 23:58:15 I originally had blocked cctests too, but I decide
Eric Holk 2016/11/08 23:58:15 Is there a way to invert one of the skip patterns?
Michael Achenbach 2016/11/09 08:05:32 No, this feature doesn't exist. We're misusing the
]

Powered by Google App Engine
This is Rietveld 408576698