Updated BigInt test plan (markdown)

Robin Templeton 2017-10-17 11:52:01 -04:00
parent 189a2b62c1
commit 728e9a2901

@ -21,13 +21,8 @@
- [ ] shifts `<<`, `>>`, `>>>` (@thejoshwolfe) - [ ] shifts `<<`, `>>`, `>>>` (@thejoshwolfe)
- [x] unary minus [[merged](https://github.com/tc39/test262/commit/0b5c39cf91c8de8e66429a354e66f0636b2c9338)] - [x] unary minus [[merged](https://github.com/tc39/test262/commit/0b5c39cf91c8de8e66429a354e66f0636b2c9338)]
- [ ] arithmetic operator type errors [[PR](https://github.com/tc39/test262/pull/1282)] - [ ] arithmetic operator type errors [[PR](https://github.com/tc39/test262/pull/1282)]
- arithmetic operators [[PR](https://github.com/tc39/test262/pull/1283)] - [x] arithmetic operators (`+`, `-`, `*`, `/`, `%`, `**`)
- [ ] addition - [ ] [operand coercion](https://github.com/tc39/test262/pull/1281#pullrequestreview-69707588)
- [ ] subtraction
- [ ] multiplication
- [ ] division
- [ ] modulo
- [ ] exponentiation
- BigInt object - BigInt object
- [x] constructor - [x] constructor
- [x] property descriptor (@thejoshwolfe) - [x] property descriptor (@thejoshwolfe)