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

Unified Diff: test/simdjs/harness-adapt.js

Issue 1239423004: SIMD.js: Update Float32x4 and tests to current spec. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 5 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/harness-adapt.js
diff --git a/test/simdjs/harness-adapt.js b/test/simdjs/harness-adapt.js
index 21f56002ce09cf2ed07c9b2698389a64c506d6c0..8941e2fdc1cdc66f564ff1b418f2527b5a955a7f 100644
--- a/test/simdjs/harness-adapt.js
+++ b/test/simdjs/harness-adapt.js
@@ -32,3 +32,7 @@ load('base.js');
var console = {
log: function(x) { print(x); },
};
+
+// Disable value type tests for now, since the polyfill can't pass them.
+// TODO(bbudge): Drop when polyfill is not needed.
+var skipValueTests = true;

Powered by Google App Engine
This is Rietveld 408576698