Skip to content
Snippets Groups Projects
  1. Jul 07, 2015
    • Mike Pennisi's avatar
      Implement `raw` flag · ab7617de
      Mike Pennisi authored
      Some tests involving the directive prologue are invalidated by source
      text transformations that insert executable code in the beginning of the
      script. Implement a `raw` flag that allows these tests to opt-out of
      this transformation. Update the relevant tests to use this flag (and
      remove references to globals only available when code is injected).
      
      Update the Python runner accordingly:
      
      - Do not run tests marked as "raw" in strict mode
      - Reject invalid test configurations
      
      Update the browser runner accordingly:
      
      - Do not modify the script body of tests marked as "raw"
      ab7617de
  2. Jul 06, 2015
  3. Jul 01, 2015
  4. Jun 29, 2015
  5. Jun 28, 2015
  6. Jun 26, 2015
  7. Jun 25, 2015
  8. Jun 24, 2015
  9. Jun 23, 2015
    • Mike Pennisi's avatar
      fixup! Fix bug in test · ad064a63
      Mike Pennisi authored
      ad064a63
    • Mike Pennisi's avatar
      fixup! Fix bug in test · 5e8b276b
      Mike Pennisi authored
      5e8b276b
    • Mike Pennisi's avatar
      Fix bug in test · 6f2feb01
      Mike Pennisi authored
      This test's description concerns the behavior of `Promise.all` when the
      IteratorStep abstract operation fails due to an abrupt completion
      returned by the iterator's `next` method. The test body did not actually
      assert that functionality.
      
      Update the test body to correctly define the requisite iterator and
      assert that the specific error created is the one thrown from the
      invocation of `Promise.all`
      6f2feb01
  10. Jun 19, 2015
  11. Jun 18, 2015
Loading