Index: test/simdjs/harness-adapt.js |
diff --git a/test/simdjs/harness-adapt.js b/test/simdjs/harness-adapt.js |
index 8941e2fdc1cdc66f564ff1b418f2527b5a955a7f..c90d6cc9d181f571307da929197076cd60a89e6d 100644 |
--- a/test/simdjs/harness-adapt.js |
+++ b/test/simdjs/harness-adapt.js |
@@ -33,6 +33,7 @@ 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. |
+ |
+// Disable value type tests for now. The value semantics tests are incorrect. |
+// TODO(bbudge): Drop when tests are fixed. |
var skipValueTests = true; |