Skip to content
Snippets Groups Projects
  1. Mar 06, 2019
  2. Feb 28, 2019
  3. Feb 25, 2019
  4. Feb 14, 2019
  5. Dec 18, 2018
  6. Nov 07, 2018
  7. Oct 23, 2018
  8. Oct 17, 2018
  9. Oct 15, 2018
    • Mathias Bynens's avatar
      Quote variables in ci_build.sh (#1858) · e654d7b2
      Mathias Bynens authored
      This makes it possible to run the script locally even if `TRAVIS_PULL_REQUEST` is not set.
      
      Currently, it results in an error:
      
      tools/scripts/ci_build.sh: line 2: [: !=: unary operator expected
      e654d7b2
  10. Oct 04, 2018
  11. Sep 17, 2018
    • Ujjwal Sharma's avatar
      tools: update lint.py to work with pip 10+ · fbd79b10
      Ujjwal Sharma authored
      Update the lint.py script to work with pip 10+ as pip.req was moved to
      pip._internal.req in version 10 onwards and the existing code only works
      on versions of pip under or equal to 9.0.3
      fbd79b10
  12. Jul 13, 2018
  13. Jul 09, 2018
  14. Jun 19, 2018
  15. Jun 08, 2018
  16. May 12, 2018
  17. Apr 24, 2018
  18. Feb 09, 2018
  19. Jan 11, 2018
  20. Jan 10, 2018
  21. Jan 05, 2018
    • Mike Pennisi's avatar
      e6d674ef
    • Mike Pennisi's avatar
      Rename negative test "phase" for parsing · 13611037
      Mike Pennisi authored
      Early errors may result from parsing the source text of a test file, but
      they may also result from parsing some other source text as referenced
      through the ES2015 module syntax. The latter form of early error is not
      necessarily detectable by ECMAScript parsers, however. Because of this,
      the label "early" is not sufficiently precise for all Test262 consumers
      to correctly interpret all tests.
      
      Update the "phase" name of "early" to "parse" for all those negative
      tests that describe errors resulting from parsing of the file's source
      text directly. A forthcoming commit will update the remaining tests to
      use a "phase" name that is more specific to module resolution.
      13611037
    • Adrian Heine's avatar
      8e7213db
  22. Oct 18, 2017
  23. Oct 04, 2017
  24. Sep 08, 2017
  25. Aug 23, 2017
Loading