summaryrefslogtreecommitdiff
path: root/deps/v8/test/simdjs/harness-adapt.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/simdjs/harness-adapt.js')
-rw-r--r--deps/v8/test/simdjs/harness-adapt.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/deps/v8/test/simdjs/harness-adapt.js b/deps/v8/test/simdjs/harness-adapt.js
index a2ca2372c4..c90d6cc9d1 100644
--- a/deps/v8/test/simdjs/harness-adapt.js
+++ b/deps/v8/test/simdjs/harness-adapt.js
@@ -27,3 +27,13 @@ load('ecmascript_simd.js');
load('base.js');
})();
+
+// ecmascript_simd_tests logs errors to the console.
+var console = {
+ log: function(x) { print(x); },
+};
+
+
+// Disable value type tests for now. The value semantics tests are incorrect.
+// TODO(bbudge): Drop when tests are fixed.
+var skipValueTests = true;