Skip to content

BigInt test plan

Robin Templeton edited this page Mar 6, 2018 · 57 revisions
  • 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
Clone this wiki locally