Skip to content
Snippets Groups Projects
  1. Dec 21, 2017
  2. Dec 20, 2017
  3. Dec 19, 2017
  4. Dec 10, 2017
    • Mike Pennisi's avatar
      Refactor AssignmentExpression tests for parsers · 025b44f3
      Mike Pennisi authored
      A number of tests for the parsing of the AssignmentExpression production
      were expressed using `eval`. This made the tests more complex than
      necessary, and also prevented the tests from providing value to
      ECMAScript parsers.
      
      Remove the use of `eval` in the relevant tests and instead express the
      expectations with literal source text. Remove superfluous "onlyStrict"
      restriction from tests by declaring the probe binding prior to
      assignment.
      025b44f3
    • Mike Pennisi's avatar
      f3bb0de6
  5. Dec 08, 2017
    • Daniel Ehrenberg's avatar
      Remove some spurious blank lines · c48cd085
      Daniel Ehrenberg authored
      A few BigInt tests had a blank line in an inconvenient place which
      breaks an old, possibly incorrect YAML parser used by V8's test262
      test automation. The best fix is to deploy a new YAML parser, but
      in the short term, this patch deletes the blank lines and lets
      V8 understand the feature flags below. Related: #1370
      c48cd085
  6. Dec 03, 2017
    • Mike Pennisi's avatar
      4ff280f1
    • Mike Pennisi's avatar
      Install linter dependencies in CI · 670a525f
      Mike Pennisi authored
      Ensure that the linter's Python dependencies are satisfied in the
      continuous integration environment.
      
      Note that this is not currently necessary but only because the linter's
      dependencies happen to align with those of the test generation tool. The
      dependencies of the two tool should be satisfied explicitly in order to
      promote isolation.
      670a525f
  7. Dec 01, 2017
  8. Nov 28, 2017
Loading