-
- Downloads
Fix errors recently introduced. (#1448)
* Fix bad references on tests for BigInt TypedArrays * Remove bad conversions for BigInt TypedArray * Cleanup the BigInt TypedArray harness file Remove non used code (testBigIntTypedArrayConversions) Move the constructors list to inside the exposed function, this prevents early implementations to fail before the function is called. * Fix bad references in TypedArrays.of (BigInt) * Remove BigInt tests from typedarray harness test * Use BigInt for BigInt typedArrays * Apply last fixings on BigInt TypedArray tests * Apply fixes to last revision from @anba
Showing
- harness/testBigIntTypedArray.js 9 additions, 44 deletionsharness/testBigIntTypedArray.js
- test/built-ins/TypedArray/prototype/fill/BigInt/fill-values-conversion-operations-consistent-nan.js 0 additions, 70 deletions...igInt/fill-values-conversion-operations-consistent-nan.js
- test/built-ins/TypedArray/prototype/fill/BigInt/fill-values-conversion-operations.js 0 additions, 56 deletions...rototype/fill/BigInt/fill-values-conversion-operations.js
- test/built-ins/TypedArray/prototype/filter/BigInt/speciesctor-get-species-custom-ctor-returns-another-instance.js 3 additions, 3 deletions...sctor-get-species-custom-ctor-returns-another-instance.js
- test/built-ins/TypedArray/prototype/map/BigInt/return-new-typedarray-conversion-operation-consistent-nan.js 0 additions, 62 deletions...urn-new-typedarray-conversion-operation-consistent-nan.js
- test/built-ins/TypedArray/prototype/map/BigInt/return-new-typedarray-conversion-operation.js 0 additions, 52 deletions.../map/BigInt/return-new-typedarray-conversion-operation.js
- test/built-ins/TypedArray/prototype/set/BigInt/array-arg-src-tonumber-value-conversions.js 0 additions, 31 deletions...pe/set/BigInt/array-arg-src-tonumber-value-conversions.js
- test/built-ins/TypedArray/prototype/set/BigInt/bit-precision.js 0 additions, 35 deletions...uilt-ins/TypedArray/prototype/set/BigInt/bit-precision.js
- test/built-ins/TypedArray/prototype/set/BigInt/typedarray-arg-set-values-diff-buffer-other-type-conversions-sab.js 0 additions, 51 deletions...-arg-set-values-diff-buffer-other-type-conversions-sab.js
- test/built-ins/TypedArray/prototype/set/BigInt/typedarray-arg-set-values-diff-buffer-other-type-conversions.js 0 additions, 38 deletions...rray-arg-set-values-diff-buffer-other-type-conversions.js
- test/built-ins/TypedArray/prototype/set/BigInt/typedarray-arg-set-values-diff-buffer-other-type-sab.js 46 additions, 50 deletions...t/typedarray-arg-set-values-diff-buffer-other-type-sab.js
- test/built-ins/TypedArray/prototype/set/BigInt/typedarray-arg-set-values-diff-buffer-same-type-sab.js 42 additions, 45 deletions...nt/typedarray-arg-set-values-diff-buffer-same-type-sab.js
- test/built-ins/TypedArray/prototype/set/BigInt/typedarray-arg-set-values-same-buffer-same-type-sab.js 16 additions, 18 deletions...nt/typedarray-arg-set-values-same-buffer-same-type-sab.js
- test/built-ins/TypedArray/prototype/slice/BigInt/bit-precision.js 0 additions, 39 deletions...lt-ins/TypedArray/prototype/slice/BigInt/bit-precision.js
- test/built-ins/TypedArray/prototype/slice/BigInt/detached-buffer-custom-ctor-other-targettype.js 1 addition, 1 deletion...ce/BigInt/detached-buffer-custom-ctor-other-targettype.js
- test/built-ins/TypedArray/prototype/slice/BigInt/detached-buffer-zero-count-custom-ctor-other-targettype.js 1 addition, 1 deletion...etached-buffer-zero-count-custom-ctor-other-targettype.js
- test/built-ins/TypedArray/prototype/slice/BigInt/speciesctor-get-species-custom-ctor-returns-another-instance.js 2 additions, 2 deletions...sctor-get-species-custom-ctor-returns-another-instance.js
- test/built-ins/TypedArray/prototype/sort/BigInt/sorted-values-nan.js 0 additions, 38 deletions...ins/TypedArray/prototype/sort/BigInt/sorted-values-nan.js
- test/built-ins/TypedArray/prototype/sort/BigInt/sorted-values.js 2 additions, 24 deletions...ilt-ins/TypedArray/prototype/sort/BigInt/sorted-values.js
- test/built-ins/TypedArray/prototype/subarray/BigInt/speciesctor-get-species-custom-ctor-returns-another-instance.js 2 additions, 2 deletions...sctor-get-species-custom-ctor-returns-another-instance.js
Loading
Please register or sign in to comment