Skip to content
Snippets Groups Projects
  1. Mar 22, 2018
  2. Feb 27, 2018
    • Rick Waldron's avatar
    • Leo Balter's avatar
      Fix errors recently introduced. (#1448) · 27128070
      Leo Balter authored
      * Fix bad references on tests for BigInt TypedArrays
      
      * Remove bad conversions for BigInt TypedArray
      
      * Cleanup the BigInt TypedArray harness file
      
      Remove non used code (testBigIntTypedArrayConversions)
      
      Move the constructors list to inside the exposed function, this prevents early implementations to fail before the function is called.
      
      * Fix bad references in TypedArrays.of (BigInt)
      
      * Remove BigInt tests from typedarray harness test
      
      * Use BigInt for BigInt typedArrays
      
      * Apply last fixings on BigInt TypedArray tests
      
      * Apply fixes to last revision from @anba
      27128070
  3. Feb 15, 2018
    • Leo Balter's avatar
      Last cases of convertToBigInt · c6cd5359
      Leo Balter authored
      c6cd5359
    • Leo Balter's avatar
      whitespace · 3f3f2faa
      Leo Balter authored
      3f3f2faa
    • Leo Balter's avatar
      Restore original tests for TypedArrays and optimize files · c1bc43b1
      Leo Balter authored
      - optimize file names
      - BigInt folder for TAs.from and of
      - copy tests preparing for bigint
      - copy ta prototype methods for bigint
      - Use an exclusive harness for bigint typedarrays
      - add features
      - use proper harness
      - use preper harness
      - Restore original tests for TypedArrays
      - final fixes
      - fix includes
      c1bc43b1
    • Robin Templeton's avatar
      BigInt TypedArray tests · 9232d65b
      Robin Templeton authored
      - add @jakobkummerow's changes
      - remove EOL whitespace
      - use 'Array.isArray' instead of 'instanceof Array'
      - check for BigInt type in toLocaleString tests
      - specify TypedArray constructor list for non-BigInt tests
      - update TypedArray harness test for BigInt
      - add a missing type coercion
      - disable more tests for Big(U)Int64Array
      - check for BigInt before using BigInt TypedArray constructors
      9232d65b
  4. Jul 14, 2017
  5. Apr 13, 2017
  6. May 25, 2016
  7. Apr 19, 2016
  8. Feb 13, 2016
  9. Jan 15, 2016
  10. Dec 15, 2015
    • André Bargull's avatar
      Add test cases for recent ES2016 fixes · b62dccf1
      André Bargull authored
      - lastIndex in RegExp.prototype[Symbol.split]: tc39/ecma262@08b4756747f9c967058239df627da544412740a6
      - Missing number conversion in DataView.prototype.setXXX: tc39/ecma262@4f875fe96dcbd5e6363dd3d5b510cd5109199f5b
      - Negative zero byteoffset in TypedArray: tc39/ecma262@2d1ed20db778e8f69f66ba76b351b9322fd38495
      - EvalDeclarationInstantiation throws TypeError: tc39/ecma262@2be6968715946a4763f6ca8633e311ab7ce63577
      - BindingRestElement allows BindingPattern: tc39/ecma262@d322357e6be95bc4bd3e03f5944a736aac55fa50
      - Eval in parameters with computed property keys: tc39/ecma262@04e2e9b7197a33612202e85065e3f8d8385fbcef
      - Use strict with non-simple parameters: tc39/ecma262@15b0db41edd0e519e94668bf13765fe458840766
      - __proto__ in strict mode: tc39/ecma262@5c1984334d6d42538527bd022e68bfbfee5cb652
      b62dccf1
Loading