From 7553d0b7304892410e27adb4d204f7d5dd9592c2 Mon Sep 17 00:00:00 2001 From: Josh Wolfe Date: Wed, 27 Sep 2017 09:42:03 -0700 Subject: [PATCH] still need bigint-and-bigint relational comparison tests --- BigInt-test-plan.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/BigInt-test-plan.md b/BigInt-test-plan.md index 21b263b..7526e43 100644 --- a/BigInt-test-plan.md +++ b/BigInt-test-plan.md @@ -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)] - [x] RequireObjectCoercible [[merged](https://github.com/tc39/test262/commit/37beb365245f82f3932e4ec6c3fb84490eba630b#diff-aec5f632da934e2410ac460a3cf5a7b7)] - Testing/comparison - - [x] less than - - [x] less than or equal - - [x] greater than - - [x] greater than or equal + - [ ] 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] - [x] equal - [x] not equal - [ ] strictly equal