Skip to content
Snippets Groups Projects
  1. Apr 19, 2018
  2. Feb 15, 2018
  3. Feb 14, 2018
  4. Feb 09, 2018
  5. Jan 05, 2018
  6. Apr 13, 2017
  7. Mar 14, 2017
  8. Jul 01, 2016
  9. Jun 27, 2016
  10. Jun 20, 2016
  11. Apr 18, 2016
    • Mike Pennisi's avatar
      Add tests for Math constants · b698c8b3
      Mike Pennisi authored
      Closes gh-540
      
      Because the specific value of each constant is specified as a
      host-defined approximation, only the value type may be enforced by
      Test262.
      b698c8b3
    • Mike Pennisi's avatar
      Remove over-specified tests · f7aa31b4
      Mike Pennisi authored
      Except for a small set of expected input/output pairs, both ES5 and
      ES2015 define the expected return value of these methods in terms of an
      "implementation-dependent approximation." This makes it inappropriate to
      enforce expectations for specific values, even if expressed imprecisely.
      f7aa31b4
  12. Mar 17, 2016
    • Mike Pennisi's avatar
      Avoid false positives · 6e61c27a
      Mike Pennisi authored
      As written, the test for `Math.random` would pass if the runtime
      erroneously produced a non-numeric value. Add the necessary assertions
      to guard against this case.
      6e61c27a
  13. Feb 22, 2016
  14. Jan 15, 2016
  15. Aug 13, 2015
  16. Aug 08, 2015
  17. Aug 06, 2015
  18. Jul 17, 2015
  19. Jun 10, 2015
  20. Jun 09, 2015
  21. May 22, 2015
Loading