Skip to content
Snippets Groups Projects
  1. Jan 30, 2019
  2. Dec 20, 2018
  3. Oct 23, 2018
  4. Jun 27, 2018
  5. May 11, 2018
  6. May 03, 2018
  7. Apr 24, 2018
    • André Bargull's avatar
      Fix various test bugs · a1faccdd
      André Bargull authored
      - "CannotSuspendMainAgent" feature was changed to "CanBlockIsFalse" flag
      - Move annex-b tests into annex-b directory
      - Update variable names in nonshared-int-views.js tests
      - Move getReport() call in nan-for-timeout.js to avoid iloop
      - Update BigInt constructor to match new semantics (tc39/proposal-bigint#138)
      a1faccdd
  8. Jan 25, 2018
  9. Jan 10, 2018
  10. Jan 05, 2018
    • 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
    • Rick Waldron's avatar
      Frontmatter: fixup "info: >" to "info: |" · 92a26219
      Rick Waldron authored
      92a26219
  11. Oct 19, 2017
  12. Oct 18, 2017
  13. Oct 17, 2017
  14. Sep 08, 2017
  15. Jun 28, 2017
  16. May 02, 2017
  17. Apr 18, 2017
  18. Apr 17, 2017
  19. Apr 13, 2017
  20. Mar 28, 2017
  21. Mar 16, 2017
  22. Mar 06, 2017
  23. Oct 19, 2016
    • Mike Pennisi's avatar
      Re-format tests for SyntaxErrors · 7d4b1d28
      Mike Pennisi authored
      Authored via the following command:
      
         $ find test -type f -print0 | \
             xargs -0 sed \
               -i 's/^\(\s*\)negative:\s*SyntaxError\s*$/\1negative:\n\1  phase: early\n\1  type: SyntaxError/g'
      7d4b1d28
    • Mike Pennisi's avatar
      Reformat miscellaneous negative tests · 0c29e6de
      Mike Pennisi authored
      The expected errors in these tests cannot be asserted with the
      `assert.throws` helper function for various reasons. Re-format their
      meta-data according to the latest design in order to more precisely
      describe test expectations.
      0c29e6de
  24. Aug 02, 2016
  25. Jul 11, 2016
    • jugglinmike's avatar
      Annex b skip fib (#704) · a41b7111
      jugglinmike authored
      * Re-generate tests
      
      The test generation tool has been modified in the time since these tests
      were first generated and committed to the project. Re-generate the tests
      using the latest version of the tool.
      
      * Add test cases for Annex B hoisting disqualifiers
      
      The "variable-like" function hoisting semantics defined in Annex B
      extension B.3.3 is only applied if "[...] replacing the
      FunctionDeclaration f with a VariableStatement that has F as a
      BindingIdentifier would not produce any Early Errors [...]". Test262
      previously included tests for this condition when the disqualifying
      early error originated from the ScriptBody and FunctionBody productions.
      
      Add test cases to assert the behavior when it is disqualified by all
      other relevant early errors: Block statements, `for` statements,
      `for-of` statements, `for-in` statements, and Switch statements.
      
      * Generate tests
      
      * fixup! Add test cases for Annex B hoisting disqualifiers
      
      * fixup! Add test cases for Annex B hoisting disqualifiers
      
      Correct test case "info" meta-data.
      
      * fixup! Add test cases for Annex B hoisting disqualifiers
      
      Improve test bodies
      
      * fixup! Generate tests
      a41b7111
  26. Jun 28, 2016
  27. May 19, 2016
  28. May 10, 2016
  29. May 09, 2016
Loading