ladybird/Userland/Libraries/LibJS/Tests/builtins/DataView
Peter Bindels d4113f6028 LibJS: Correct test to work with our strtod on x86_64 & Clang
Modify constant to be half a ULP lower so our strtod also parses it
correctly. Needs to have issue associated for actually fully fixing
strtod to be correct, rather than correct-enough.
2021-07-18 12:45:10 +01:00
..
ArrayBuffer.prototype.bigInt64.js
ArrayBuffer.prototype.float32.js
ArrayBuffer.prototype.float64.js LibJS: Correct test to work with our strtod on x86_64 & Clang 2021-07-18 12:45:10 +01:00
ArrayBuffer.prototype.int8.js
ArrayBuffer.prototype.int16.js
ArrayBuffer.prototype.int32.js
DataView.js
DataView.prototype.buffer.js
DataView.prototype.byteLength.js
DataView.prototype.byteOffset.js