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] greater than [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]
- [ ] not equal [merged, deleted, needs reimplementing]
- [ ] strictly equal
- [ ] strictly not equal
- [ ] 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] (@thejoshwolfe)
- [ ] strictly equal (@thejoshwolfe)
- [ ] strictly not equal (@thejoshwolfe)
- Expressions
- [ ] increment/decrement
- [ ] increment/decrement (@thejoshwolfe)
- [ ] typeof
- [x] prefix +
- [ ] negation (@thejoshwolfe)
- [ ] bitwise operators
- [ ] shifts
- [ ] bitwise operators (@thejoshwolfe)
- [ ] shifts (@thejoshwolfe)
- arithmetic operators
- [ ] addition
- [ ] subtraction