Skip to content
Snippets Groups Projects
  1. Apr 13, 2017
  2. May 16, 2016
  3. 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
  4. Feb 10, 2016
    • Mike Pennisi's avatar
      Reorganize tests for Annex B extensions · fbce4ea1
      Mike Pennisi authored
      The "mainline" tests in Test262 are converging on a more formal
      structure. Files are organized as tests for either either "language"
      (e.g. syntax-driven) or "built-in" (e.g. API-driven). "Language" test
      locations are themselves structured according to whether the syntactic
      form under test is an Expression or a Statement.
      
      To limit ambiguity when locating/adding tests, re-organize the tests for
      Annex B extensions to match this structure.
      fbce4ea1
Loading