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

Unified Diff: test/simdjs/simdjs.status

Issue 1155113008: Skip simdjs/shell_test_runner on big-endian platforms. (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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/simdjs/simdjs.status
diff --git a/test/simdjs/simdjs.status b/test/simdjs/simdjs.status
index f0e96c2f0fbdafec560d7703e1143a5bffb1843b..99ce8865e53e1a92f6fa82d7222e3a4aefe08459 100644
--- a/test/simdjs/simdjs.status
+++ b/test/simdjs/simdjs.status
@@ -16,4 +16,11 @@
# TODO(bbudge): Drop this when simd implementation is faster.
'benchmarks/memcpy': SKIP,
}],
+
+######################################################################
+['byteorder == big', {
+ # shell_test_runner requires little-endian, skip it on big-endian.
+ 'shell_test_runner': [SKIP],
+}], # 'byteorder == big'
+
]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698