We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
harness/testTypedArray.js was changed in #3849 to include Float16Array in floatArrayConstructors, but test/harness/testTypedArray.js and test/harness/testTypedArray-conversions.js weren't updated to handle the case when Float16Array is supported.
Float16Array
floatArrayConstructors
The text was updated successfully, but these errors were encountered:
Update harness tests for Float16Array
8c83b81
Fixes tc39#4029
c47b716
Fixes #4029
Successfully merging a pull request may close this issue.
harness/testTypedArray.js was changed in #3849 to include
Float16Array
infloatArrayConstructors
, but test/harness/testTypedArray.js and test/harness/testTypedArray-conversions.js weren't updated to handle the case whenFloat16Array
is supported.The text was updated successfully, but these errors were encountered: