Skip to content
Snippets Groups Projects
  1. Oct 23, 2018
  2. Sep 04, 2018
  3. Aug 31, 2018
  4. 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
  5. Oct 17, 2017
  6. Oct 04, 2017
  7. Sep 08, 2017
  8. Sep 07, 2017
  9. Sep 04, 2017
    • André Bargull's avatar
      Fix issues in async generator case files · f810ad25
      André Bargull authored
      Incorrect $DONE handlers which led to calling $DONE twice
      - async-generators/yield-promise-reject-next-yield-star-async-iterator.case
      - dstr-assignment-for-await/array-elem-trlg-iter-rest-nrml-close-skip.case
      
      $DONE handler not called at all:
      - dstr-assignment-for-await/array-elem-put-const.case
      - dstr-assignment-for-await/array-elem-trlg-iter-elision-iter-nrml-close-null.case
      
      Incorrect assumed execution sequence in IteratorDestructuringAssignmentEvaluation:
      - dstr-assignment-for-await/array-elem-iter-rtrn-close-null.case
      f810ad25
  10. Jun 28, 2017
  11. May 02, 2017
  12. Apr 10, 2017
  13. Apr 06, 2017
    • André Bargull's avatar
      Fix multiple test errors · 3291704e
      André Bargull authored
      Tests doesn't use async functionality and don't call $DONE, so remove
      "async" flag:
      - src/params/error/async-gen-named-func-expr.template
      - test/language/expressions/async-generator/params-named-dflt-abrupt.js
      - test/language/expressions/async-generator/params-named-dflt-ref-later.js
      - test/language/expressions/async-generator/params-named-dflt-ref-self.js
      
      Intl.PluralRules.prototype is no longer a Intl.Prototype instance:
      - test/intl402/PluralRules/prototype/prototype.js
      
      Intl.PluralRules throws an error when called as a function:
      - test/intl402/PluralRules/undefined-newtarget-throws.js
      
      Module namespace objects call OrdinaryDelete for symbol properties:
      - test/language/module-code/namespace/internals/delete-non-exported.js
      
      Async generators no longer retrieves "done" property twice:
      - src/async-generators/yield-star-async-next.case
      - src/async-generators/yield-star-async-return.case
      - src/async-generators/yield-star-async-throw.case
      
      Minor units of CLF is 4, so we need to test with maximumFractionDigits=3
      to get an error:
      - test/intl402/NumberFormat/dft-currency-mnfd-range-check-mxfd.js
      
      DateTimeFormat.prototype.formatToParts length property was changed from
      0 to 1:
      - test/intl402/DateTimeFormat/prototype/formatToParts/length.js
      
      minimumSignificantDigits and maximumSignificantDigits properties are
      only retrieved once:
      - test/intl402/NumberFormat/11.1.1_32.js
      Unverified
      3291704e
  14. Mar 28, 2017
  15. Mar 27, 2017
Loading