diff --git a/BigInt-test-plan.md b/BigInt-test-plan.md index 54ffe09..8b88b2d 100644 --- a/BigInt-test-plan.md +++ b/BigInt-test-plan.md @@ -50,4 +50,9 @@ - Recent spec changes - [x] JSON [[merged](https://github.com/tc39/test262/commit/184a37f011e452da8b9e901a99ad958bdfc3daf9)] - [x] boolean equality [[merged](https://github.com/tc39/test262/commit/772fb79fd765673e06c37bd9b710d2337d6b08bf)] - - [ ] atomic operations (@cxielarko) + - [ ] atomic operations (@cxielarko) [[PR](https://github.com/tc39/test262/pull/1397)] + - [ ] ForceToBigInt/ForceToNumber coercion for TypedArrays + - [ ] ForceToBigInt/ForceToNumber coercion for atomic operations + - [ ] TypedArray sort method + - [ ] TypedArray fill method + - [ ] TypedArray set method