From dbac34222aa0978e1792db865fd2f58fbce26fad Mon Sep 17 00:00:00 2001 From: Josh Wolfe Date: Fri, 29 Sep 2017 07:52:09 -0700 Subject: [PATCH] Type conversion PR's were rejected. Added PR for relational comparison --- BigInt-test-plan.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/BigInt-test-plan.md b/BigInt-test-plan.md index 7526e43..717db63 100644 --- a/BigInt-test-plan.md +++ b/BigInt-test-plan.md @@ -2,17 +2,17 @@ - [x] invalid digits [[merged](https://github.com/tc39/test262/commit/37beb365245f82f3932e4ec6c3fb84490eba630b#diff-3327b43dd1d3947f3f1c0838ad3632d1), [merged](https://github.com/tc39/test262/commit/dafde72971845dc6f2da7549f0688ff2d2fe3d01#diff-65028006947aed7fd7009705115078b1R405)] - Type conversion - [x] ToPrimitive [[merged](https://github.com/tc39/test262/commit/dafde72971845dc6f2da7549f0688ff2d2fe3d01)] - - [ ] ToBoolean [[PR](https://github.com/tc39/test262/pull/1241)] + - [ ] ToBoolean [[PR](https://github.com/tc39/test262/pull/1241) (rejected)] - [x] ToNumber [[merged](https://github.com/tc39/test262/commit/dafde72971845dc6f2da7549f0688ff2d2fe3d01)] - [x] ToString [[merged](https://github.com/tc39/test262/commit/f83adad4bd1e2005401fb7791fa86f8cf749908e)] - [x] ToObject [[merged](https://github.com/tc39/test262/commit/dafde72971845dc6f2da7549f0688ff2d2fe3d01)] - - [ ] ToNumeric [some testing [merged](https://github.com/tc39/test262/commit/37beb365245f82f3932e4ec6c3fb84490eba630b#diff-3b50cc3991f4c891b90554b59baf74ed), more through testing [PR](https://github.com/tc39/test262/pull/1243)] + - [ ] 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), still need bigint-and-bigint] - - [ ] less than or equal [bigint-and-number merged, still need bigint-and-bigint] - - [ ] greater than [bigint-and-number merged, still need bigint-and-bigint] - - [ ] greater than or equal [bigint-and-number merged, still need bigint-and-bigint] + - [ ] 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] equal - [x] not equal - [ ] strictly equal