Skip to content
Snippets Groups Projects
  1. Nov 07, 2018
  2. Oct 23, 2018
  3. Oct 15, 2018
  4. Aug 07, 2018
  5. Apr 19, 2018
  6. Mar 23, 2018
  7. Mar 22, 2018
  8. Mar 13, 2018
  9. Feb 27, 2018
    • 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
  10. Feb 15, 2018
    • 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
  11. Jan 05, 2018
  12. Dec 21, 2017
  13. Sep 11, 2017
  14. Sep 07, 2017
  15. Jul 14, 2017
  16. Jun 28, 2017
  17. Jun 23, 2017
  18. May 01, 2017
  19. Apr 15, 2017
  20. May 25, 2016
  21. Apr 21, 2016
  22. Apr 19, 2016
    • jugglinmike's avatar
      Correct invalid tests for the Date constructor · cf68c3be
      jugglinmike authored
      The millisecond representation of a given Date instance is dependent on
      the local system's time zone settings. In order to pass consistently
      across contexts, tests for this value must take the system configuration
      into account.
      
      Introduce a test harness utility function to encapsulate these concerns.
      Re-use this function across all test files that assert the exact
      millisecond representation of Date instances.
      cf68c3be
Loading