Skip to content
Snippets Groups Projects
  1. Oct 03, 2017
  2. Oct 02, 2017
  3. Sep 13, 2017
    • Josh Wolfe's avatar
      BigInt.asUintN tests · dafde729
      Josh Wolfe authored
      * typeCoercion.js supports ToIndex
      * typeCoercion.js supports ToBigInt
      * updated BigInt.asIntN type coercion tests to use typeCoercion.js
      dafde729
  4. Sep 08, 2017
  5. Aug 31, 2017
  6. Aug 03, 2017
  7. Jul 14, 2017
  8. Jun 28, 2017
  9. Jun 23, 2017
  10. May 01, 2017
  11. Apr 27, 2017
  12. Apr 18, 2017
    • André Bargull's avatar
      Optimize decodeURI/encodeURI tests (#987) · 94f6003d
      André Bargull authored
      * Move decimalToHexString into harness instead of duplicating it in multiple files
      
      * Optimize decimalToHexString and support numbers greater than 65535
      
      * Replace alternative decimalToHexString function with include for decimalToHexString.js
      
      * Add decimalToHex2String to return the string representation of a two-digit hex-number
      
      * Replace decimalToHex2String with decimalToPercentHexString to return the percent hex-encoded string of a two-digit hex-number
      
      * Replace two String.fromCharCode calls with a single call
      
      * Further reduce string concatentations in decodeURI[Component] tests
      
      * Remove unnecessary Test262Error error handling in catch-clauses
      
      * Remove try/catch wrappings in decodeURI/encodeURI tests
      94f6003d
  13. Apr 15, 2017
  14. Apr 14, 2017
  15. Apr 13, 2017
  16. Mar 13, 2017
  17. Mar 02, 2017
  18. Mar 01, 2017
  19. Feb 07, 2017
  20. Nov 22, 2016
  21. Oct 19, 2016
    • Mike Pennisi's avatar
      Remove "NotEarlyError" object · ade6d2e3
      Mike Pennisi authored
      Because expectations regarding error "phase" are now expressed via test
      meta-data, the test runner may now enforce this requirement on negative
      tests.
      
      Remove the "NotEarlyError" from the project source. This reduces the
      amount of domain knowledge required to author tests and lessens the
      potential for inconsistencies between tests.
      ade6d2e3
  22. Jun 20, 2016
  23. May 25, 2016
  24. May 12, 2016
    • jugglinmike's avatar
      Add tests for NaN handling with Typed Arrays (#623) · b17ffc02
      jugglinmike authored
      Ensure that NaN values are canonicalized consistently by all invocations
      of SetValueInBuffer. Also ensure that `%TypedArray%.prototype.set` and
      `%TypedArray%.prototype.slice` preserve the bit-level encoding of the
      source data.
      
      Use a set of experimentally-derived expressions known to produce NaN
      values with distinct bit patterns in various platforms.
      b17ffc02
  25. Apr 21, 2016
  26. 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
    • Leonardo Balter's avatar
      04a3c28f
Loading