claim some tasks

Josh Wolfe 2017-10-03 01:24:38 -07:00
parent 6d724ade02
commit 1bb4573cce

@ -13,17 +13,17 @@
- [x] less than or equal [bigint-and-number merged, more tests merged] - [x] less than or equal [bigint-and-number merged, more tests merged]
- [x] greater than [bigint-and-number merged, more tests merged] - [x] greater than [bigint-and-number merged, more tests merged]
- [x] greater than or equal [bigint-and-number merged, more tests merged] - [x] greater than or equal [bigint-and-number merged, more tests merged]
- [ ] equal [[merged](https://github.com/tc39/test262/commit/37beb365245f82f3932e4ec6c3fb84490eba630b#diff-88ba6fd964dfeb5be4c31b8886be7e98), [deleted](https://github.com/tc39/test262/commit/7765873c3efe2deeabf26070bc2fd14d83b67abf#diff-88ba6fd964dfeb5be4c31b8886be7e98), needs reimplementing] - [ ] equal [[merged](https://github.com/tc39/test262/commit/37beb365245f82f3932e4ec6c3fb84490eba630b#diff-88ba6fd964dfeb5be4c31b8886be7e98), [deleted](https://github.com/tc39/test262/commit/7765873c3efe2deeabf26070bc2fd14d83b67abf#diff-88ba6fd964dfeb5be4c31b8886be7e98), needs reimplementing] (@thejoshwolfe)
- [ ] not equal [merged, deleted, needs reimplementing] - [ ] not equal [merged, deleted, needs reimplementing] (@thejoshwolfe)
- [ ] strictly equal - [ ] strictly equal (@thejoshwolfe)
- [ ] strictly not equal - [ ] strictly not equal (@thejoshwolfe)
- Expressions - Expressions
- [ ] increment/decrement - [ ] increment/decrement (@thejoshwolfe)
- [ ] typeof - [ ] typeof
- [x] prefix + - [x] prefix +
- [ ] negation (@thejoshwolfe) - [ ] negation (@thejoshwolfe)
- [ ] bitwise operators - [ ] bitwise operators (@thejoshwolfe)
- [ ] shifts - [ ] shifts (@thejoshwolfe)
- arithmetic operators - arithmetic operators
- [ ] addition - [ ] addition
- [ ] subtraction - [ ] subtraction