Skip to content
Snippets Groups Projects
  1. May 16, 2017
  2. May 15, 2017
  3. May 11, 2017
  4. May 10, 2017
  5. May 04, 2017
  6. May 03, 2017
  7. May 02, 2017
  8. May 01, 2017
  9. Apr 28, 2017
  10. Apr 25, 2017
  11. Apr 21, 2017
  12. Apr 10, 2017
  13. Apr 06, 2017
    • Daniel Ehrenberg's avatar
      Fix async generator test templates · dcfcd17a
      Daniel Ehrenberg authored
      - Insert a missing .next() call
      - Avoid overlapping names used in test cases
      
      Case files like `src/dstr-binding/ary-ptrn-elem-ary-elision-init.case` are already setting
      bindings named `g`. Renaming them in the templates prevents overlapping names.
      Unverified
      dcfcd17a
    • 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
    • Daniel Ehrenberg's avatar
      Add feature flags for various tests · 6330eccf
      Daniel Ehrenberg authored
      Unverified
      6330eccf
  14. Mar 28, 2017
  15. Mar 27, 2017
  16. Mar 20, 2017
  17. Mar 14, 2017
Loading