Skip to content
Snippets Groups Projects
  1. Jun 29, 2015
    • Mike Pennisi's avatar
      Make tests more strict · 64826c2a
      Mike Pennisi authored
      In ECMAScript 5, assignment to a non-reference value throws a runtime
      ReferenceError. ECMAscript 6 specifies an early ReferenceError in these
      cases. Tests for this behavior have been authored to pass in both cases.
      Simplify these tests to describe and assert the early error.
      64826c2a
  2. Jun 26, 2015
  3. Jun 25, 2015
  4. Jun 24, 2015
  5. 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
  6. Jun 19, 2015
  7. Jun 18, 2015
  8. Jun 17, 2015
Loading