diff --git a/BigInt-test-plan.md b/BigInt-test-plan.md index 9db6dbd..64ef761 100644 --- a/BigInt-test-plan.md +++ b/BigInt-test-plan.md @@ -40,11 +40,9 @@ - [x] valueOf [[merged](https://github.com/tc39/test262/commit/5f338a30a127df80934f72adf6285ec3b5ed309e), [merged](https://github.com/tc39/test262/commit/9737a5ff73c487bd5b70850bc143f2e3c3207318)] - [x] JSON.stringify - [x] Number constructor [[merged](https://github.com/tc39/test262/commit/37beb365245f82f3932e4ec6c3fb84490eba630b#diff-3b50cc3991f4c891b90554b59baf74ed)] -- TypedArrays - - [ ] BigInt64Array (@cxielarko) [[PR](https://github.com/tc39/test262/pull/1315), [branch](https://github.com/cxielarko/test262/commits/bigint-ta-3)] - - [ ] BigUint64Array (@cxielarko) [[PR](https://github.com/tc39/test262/pull/1315), [branch](https://github.com/cxielarko/test262/commits/bigint-ta-3)] +- [x] TypedArrays [[merged](https://github.com/tc39/test262/commit/e38587ec2c5f73e06cadedcb7a4446f5695c5315), [branch](https://github.com/cxielarko/test262/commits/bigint-ta-3) with additional coverage] - DataViews - - [ ] DataView.prototype.getBigInt64 [[PR](https://github.com/tc39/test262/pull/1284)] + - [x] DataView.prototype.getBigInt64 [[merged](https://github.com/tc39/test262/commit/70daabaf1ac286ca6db05e4583d311d5d64c1bf9)] - [ ] DataView.prototype.getBigUint64 (@cxielarko) [[PR](https://github.com/tc39/test262/pull/1317)] - [ ] DataView.prototype.setBigInt64 [[PR](https://github.com/tc39/test262/pull/1316)] - [ ] DataView.prototype.setBigUint64 (@cxielarko)