Skip to content
Snippets Groups Projects
  1. Jan 07, 2016
    • Mike Pennisi's avatar
      Extend coverage for PromiseReactionJob · 8e069e91
      Mike Pennisi authored
      Add tests that assert sequential job execution
      8e069e91
    • Mike Pennisi's avatar
      Extend tests to fully cover invocation concerns · eded6b26
      Mike Pennisi authored
      Update test metadata to accurately describe the more complete set of
      assertions.
      eded6b26
    • Mike Pennisi's avatar
      Limit semantics under test · 5f2ba252
      Mike Pennisi authored
      Because these tests concern the behavior of the PromiseReactionJob
      abstract operation itself, they should avoid assumptions about the
      correct implementation of that operation. Specifically: they should not
      rely on the behavior of abupt completions returned from "reaction
      handler" functions.
      
      Re-implement tests to express control flow expectations using the
      `$DONE` function only.
      5f2ba252
    • Mike Pennisi's avatar
      Re-organize tests according to internal operations · 5a8d1fdf
      Mike Pennisi authored
      By organizing files according to the structure of the specification,
      test coverage can be more methodically evaluated.
      5a8d1fdf
    • Mike Pennisi's avatar
      Rename tests for PromiseReactionJob · 29cdc454
      Mike Pennisi authored
      Use names that describe the behavior (not the location in the
      specification) as per the current convention.
      29cdc454
    • Mike Pennisi's avatar
      Rename tests for PerformPromiseThen · f0176791
      Mike Pennisi authored
      These tests concern the behavior of PerformPromiseThen for settled
      Promises. That abstract operation behaves differently for pending
      promises, so the file naming scheme should reflect this distinction in
      order to support the future implementation of additional tests.
      f0176791
  2. Dec 18, 2015
  3. Dec 16, 2015
  4. Dec 15, 2015
    • André Bargull's avatar
      Add test cases for recent ES2016 fixes · b62dccf1
      André Bargull authored
      - lastIndex in RegExp.prototype[Symbol.split]: tc39/ecma262@08b4756747f9c967058239df627da544412740a6
      - Missing number conversion in DataView.prototype.setXXX: tc39/ecma262@4f875fe96dcbd5e6363dd3d5b510cd5109199f5b
      - Negative zero byteoffset in TypedArray: tc39/ecma262@2d1ed20db778e8f69f66ba76b351b9322fd38495
      - EvalDeclarationInstantiation throws TypeError: tc39/ecma262@2be6968715946a4763f6ca8633e311ab7ce63577
      - BindingRestElement allows BindingPattern: tc39/ecma262@d322357e6be95bc4bd3e03f5944a736aac55fa50
      - Eval in parameters with computed property keys: tc39/ecma262@04e2e9b7197a33612202e85065e3f8d8385fbcef
      - Use strict with non-simple parameters: tc39/ecma262@15b0db41edd0e519e94668bf13765fe458840766
      - __proto__ in strict mode: tc39/ecma262@5c1984334d6d42538527bd022e68bfbfee5cb652
      b62dccf1
  5. Dec 10, 2015
  6. Dec 04, 2015
  7. Dec 03, 2015
  8. Dec 02, 2015
  9. Nov 24, 2015
  10. Nov 13, 2015
  11. Nov 11, 2015
  12. Nov 06, 2015
  13. Oct 07, 2015
  14. Oct 05, 2015
  15. Sep 30, 2015
  16. Sep 18, 2015
  17. Sep 14, 2015
  18. Sep 12, 2015
  19. Sep 10, 2015
  20. Sep 08, 2015
  21. Sep 07, 2015
Loading