Skip to content
Snippets Groups Projects
  1. May 04, 2017
  2. Apr 13, 2017
  3. 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
  4. Mar 23, 2017
  5. Mar 13, 2017
  6. Mar 01, 2017
  7. Feb 22, 2017
  8. Jan 20, 2017
  9. Jan 18, 2017
  10. Jan 09, 2017
  11. Dec 21, 2016
    • jungshik's avatar
      Drop 3 tests testing an obsolete Ecma402 v1 spec (#807) · 6a0f1189
      jungshik authored
      The following three tests check an obsolete provision in Ecma 402
      v1 regarding Intl.{Collator,DateTimeFormat,NumberFormat} constructor
      called as a function.
      
      Collator/10.1.2.1_4.js
      DateTimeFormat/12.1.2.1_4.js
      NumberFormat/11.1.2.1_4.js
      6a0f1189
  12. Dec 19, 2016
  13. Oct 14, 2016
  14. Sep 12, 2016
  15. Aug 22, 2016
  16. Aug 15, 2016
  17. Jul 28, 2016
  18. Jun 07, 2016
  19. Apr 25, 2016
    • Mike Pennisi's avatar
      Reduce reliance on `fnGlobalObject.js` · eb644bb2
      Mike Pennisi authored
      This harness function is not necessary in the majority of cases in which
      it is used. Remove its usage to simplify tests and decrease the amount
      of domain-specific knowledge necessary to contribute to the test suite.
      
      Persist the harness function itself for use by future tests for ES2015
      modules (such a helper is necessary for tests that are interpreted as
      module code).
      eb644bb2
  20. Feb 22, 2016
  21. Feb 12, 2016
  22. Sep 07, 2015
  23. Jul 31, 2015
  24. Jul 08, 2015
  25. Apr 21, 2015
  26. Mar 23, 2015
  27. Dec 11, 2014
    • André Bargull's avatar
      Add 'var' declarations for strict mode · 0dbafac5
      André Bargull authored
      This change adds 'var' declarations for global variables to allow the tests to run in strict mode (see issue #35).
      Extra care was taken to ensure the changes do not alter the test behavior, for example when implicit creation of global variables are part of the test.
      Note: The change does not fix all strict mode errors due to missing 'var' declarations.
      0dbafac5
  28. Dec 07, 2014
Loading