relational comparison done

Josh Wolfe 2017-10-02 12:46:18 -07:00
parent 66e815b4b2
commit 6d724ade02

@ -9,10 +9,10 @@
- [ ] ToNumeric [some testing [merged](https://github.com/tc39/test262/commit/37beb365245f82f3932e4ec6c3fb84490eba630b#diff-3b50cc3991f4c891b90554b59baf74ed), more through testing [PR](https://github.com/tc39/test262/pull/1243) (rejected)]
- [x] RequireObjectCoercible [[merged](https://github.com/tc39/test262/commit/37beb365245f82f3932e4ec6c3fb84490eba630b#diff-aec5f632da934e2410ac460a3cf5a7b7)]
- Testing/comparison
- [ ] less than [bigint-and-number [merged](https://github.com/tc39/test262/blob/master/test/language/expressions/less-than/bigint-and-number.js), more tests [PR](https://github.com/tc39/test262/pull/1251)]
- [ ] less than or equal [bigint-and-number merged, more tests PR]
- [ ] greater than [bigint-and-number merged, more tests PR]
- [ ] greater than or equal [bigint-and-number merged, more tests PR]
- [x] less than [bigint-and-number [merged](https://github.com/tc39/test262/blob/master/test/language/expressions/less-than/bigint-and-number.js), more tests [merged](https://github.com/tc39/test262/commit/aca48e4dfd2ce97eff7c56baed93bba54b553fec)]
- [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