Updated BigInt test plan (markdown)

Robin Templeton 2018-03-06 13:04:47 -05:00
parent 2ea0058869
commit af1139af39

@ -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