From af1139af3929b2ab672e5a7409cb38202cfd1f55 Mon Sep 17 00:00:00 2001 From: Robin Templeton Date: Tue, 6 Mar 2018 13:04:47 -0500 Subject: [PATCH] Updated BigInt test plan (markdown) --- BigInt-test-plan.md | 4 ++++ 1 file changed, 4 insertions(+) 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