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

Unified Diff: test/simdjs/simdjs.status

Issue 1147743004: Adding ecmascript simd tests. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 7 months 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/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],
+}],
]

Powered by Google App Engine
This is Rietveld 408576698