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
|
] |