Updated BigInt test plan (markdown)

Robin Templeton 2018-01-22 21:39:53 -05:00
parent 38e3f619df
commit 2ea0058869

@ -43,8 +43,8 @@
- [x] TypedArrays [[merged](https://github.com/tc39/test262/commit/e38587ec2c5f73e06cadedcb7a4446f5695c5315), [branch](https://github.com/cxielarko/test262/commits/bigint-ta-3) with additional coverage]
- DataViews
- [x] DataView.prototype.getBigInt64 [[merged](https://github.com/tc39/test262/commit/70daabaf1ac286ca6db05e4583d311d5d64c1bf9)]
- [ ] DataView.prototype.getBigUint64 (@cxielarko) [[merged](https://github.com/tc39/test262/pull/1317)]
- [ ] DataView.prototype.setBigInt64 [[merged](https://github.com/tc39/test262/pull/1316)]
- [x] DataView.prototype.getBigUint64 (@cxielarko) [[merged](https://github.com/tc39/test262/pull/1317)]
- [x] DataView.prototype.setBigInt64 [[merged](https://github.com/tc39/test262/pull/1316)]
- [ ] DataView.prototype.setBigUint64 (@cxielarko)
- [x] feature declaration (@thejoshwolfe)
- Recent spec changes