Mike Pennisi
ad064a631c
fixup! Fix bug in test
2015-06-23 13:42:19 -04:00
Mike Pennisi
5e8b276bf5
fixup! Fix bug in test
2015-06-23 12:03:09 -04:00
Mike Pennisi
6f2feb0157
Fix bug in test
...
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`
2015-06-23 10:30:01 -04:00
Jordan Harband
00fb43009a
Promise methods should not be enumerable, per https://people.mozilla.org/~jorendorff/es6-draft.html#table-4
2015-06-01 17:26:59 -07:00
Rick Waldron
59e2a7ac57
Import tests from Google V8 (Symbol)
...
These tests are derived from the following files within the Google V8 project:
test/mjsunit/harmony/private.js
2015-04-07 16:53:18 -04:00
smikes
cc18dd2d79
2 new tests re: foreign thenables
2015-02-17 18:27:34 -07:00
Brian Terlson
8eb0bd1279
Merge pull request #162 from bocoup/146
...
Move test/built-ins/Promise/prototype/resolve/ to test/built-ins/Promise...
2015-02-17 12:30:50 -08:00
Brian Terlson
3e45af7d72
Merge pull request #163 from bocoup/145
...
Move test/built-ins/Promise/prototype/race/ to test/built-ins/Promise/ra...
2015-02-17 12:30:42 -08:00
Rick Waldron
849cea38a5
Move test/built-ins/Promise/prototype/reject/ to test/built-ins/Promise/reject/ Closes gh-161
2015-02-17 13:34:48 -05:00
Rick Waldron
d9554f9fca
Move test/built-ins/Promise/prototype/race/ to test/built-ins/Promise/race/. Closes gh-145
2015-02-17 13:33:34 -05:00
Rick Waldron
4e5be1f257
Move test/built-ins/Promise/prototype/resolve/ to test/built-ins/Promise/resolve. Closes gh-146
2015-02-17 13:31:28 -05:00
Rick Waldron
cda3ec74a1
ES6-specific tests: es5id=>es6id, new es6id entries. Closes gh-144
2015-02-12 16:36:13 -05:00
Brian Terlson
2a74f0ec1b
Reorganize ./test
2014-12-07 15:33:09 -08:00