diff --git a/BigInt-test-plan.md b/BigInt-test-plan.md index 0b76f19..18ae330 100644 --- a/BigInt-test-plan.md +++ b/BigInt-test-plan.md @@ -56,3 +56,7 @@ - [ ] TypedArray sort method - [ ] TypedArray fill method - [ ] TypedArray set method +- Bugfixes + - Missing lengths in Big(U)Int64Array constructor tests [[issue](https://github.com/tc39/test262/issues/1467) reported by @jakobkummerow] + - Restore Symbol.toStringTag property after verifyProperty [[issue](https://github.com/tc39/test262/issues/1467) reported by @jakobkummerow] + - Check toString result when Symbol.toStringTag property has been deleted \ No newline at end of file