Index: test/simdjs/simdjs.status |
diff --git a/test/message/message.status b/test/simdjs/simdjs.status |
similarity index 78% |
copy from test/message/message.status |
copy to test/simdjs/simdjs.status |
index f28aa2a8d32eb7ef07de1aec58b7e06e9e1da851..62f98e67ace62bd01539b392106cdfe656e56924 100644 |
--- a/test/message/message.status |
+++ b/test/simdjs/simdjs.status |
@@ -1,4 +1,4 @@ |
-# Copyright 2008 the V8 project authors. All rights reserved. |
+# Copyright 2015 the V8 project authors. All rights reserved. |
# Redistribution and use in source and binary forms, with or without |
# modification, are permitted provided that the following conditions are |
# met: |
@@ -25,16 +25,15 @@ |
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
+# -------------------------------------------------------------------- |
+# If you add a test case to this file, please try to provide |
+# an explanation of why the test fails; this may ease future |
+# debugging. |
+# -------------------------------------------------------------------- |
+ |
[ |
[ALWAYS, { |
- # All tests in the bug directory are expected to fail. |
- 'bugs/*': [FAIL], |
-}], # ALWAYS |
- |
-############################################################################## |
-['arch == x87', { |
- |
- # Crankshaft compiler did not generate required source position for it: |
- 'overwritten-builtins': [SKIP], |
-}], # 'arch == x87' |
+ # TODO(bbudge): Enable when implementation is faster. |
+ 'benchmarks/run': [SKIP], |
+}], |
] |