Skip to content
Snippets Groups Projects
  1. Jun 22, 2018
  2. Jun 04, 2018
  3. May 20, 2018
    • Mike Pennisi's avatar
      Formalize asynchronous failure conditions · 51bbcf59
      Mike Pennisi authored
      Previously, the error message generated by failed asynchronous tests was
      generic and underspecified. Improve the format and explicitly document
      it in project's interpreting guidelines.
      51bbcf59
  4. May 18, 2018
  5. May 03, 2018
  6. Apr 19, 2018
  7. Mar 23, 2018
  8. Mar 22, 2018
  9. Mar 18, 2018
  10. Mar 13, 2018
  11. Mar 08, 2018
  12. Mar 07, 2018
  13. 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
      Unverified
      27128070
  14. Feb 15, 2018
    • Leo Balter's avatar
      Last cases of convertToBigInt · c6cd5359
      Leo Balter authored
      c6cd5359
    • Leo Balter's avatar
      Remove N() · 098c6954
      Leo Balter authored
      098c6954
    • 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
  15. Jan 25, 2018
  16. Dec 21, 2017
Loading