57 BigInt test plan
Robin Templeton edited this page 2018-03-06 13:04:47 -05:00
  • BigInt literals
  • Type conversion
  • Testing/comparison
  • Expressions
  • BigInt object
  • JSON.stringify
  • Number constructor [merged]
  • TypedArrays [merged, branch with additional coverage]
  • DataViews
    • DataView.prototype.getBigInt64 [merged]
    • DataView.prototype.getBigUint64 (@cxielarko) [merged]
    • DataView.prototype.setBigInt64 [merged]
    • DataView.prototype.setBigUint64 (@cxielarko)
  • feature declaration (@thejoshwolfe)
  • Recent spec changes
    • JSON [merged]
    • boolean equality [merged]
    • atomic operations (@cxielarko) [PR]
    • ForceToBigInt/ForceToNumber coercion for TypedArrays
    • ForceToBigInt/ForceToNumber coercion for atomic operations
    • TypedArray sort method
    • TypedArray fill method
    • TypedArray set method
  • Bugfixes
    • Missing lengths in Big(U)Int64Array constructor tests [issue reported by @jakobkummerow]
    • Restore Symbol.toStringTag property after verifyProperty [issue reported by @jakobkummerow]
    • Check toString result when Symbol.toStringTag property has been deleted