test262/test/built-ins
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
..
Array Merge pull request #318 from pvginkel/fill-is-es6 2015-06-16 13:31:23 -04:00
ArrayBuffer Import tests from Google V8 (Symbol) 2015-04-07 16:53:18 -04:00
ArrayIteratorPrototype Move tests for iterator prototype methods 2015-05-26 11:39:19 -04:00
Boolean Remove `$FAIL` function 2015-06-09 19:44:25 -04:00
Date Remove `$FAIL` function 2015-06-09 19:44:25 -04:00
Error Remove `$FAIL` function 2015-06-09 19:44:25 -04:00
Function Fix tautological pattern in tests 2015-06-16 12:55:56 -04:00
GeneratorFunction Move test file to more appropriate directory 2015-05-25 16:51:35 -04:00
GeneratorPrototype Add tests for GeneratorPrototype#return 2015-05-26 13:47:58 -04:00
Infinity Enable strict mode for more built-in tests 2015-05-18 18:01:00 +02:00
JSON Remove `$FAIL` function 2015-06-09 19:44:25 -04:00
Map Refactor tests for built-in @@iterator methods 2015-05-26 11:39:20 -04:00
MapIteratorPrototype Move tests for iterator prototype methods 2015-05-26 11:39:19 -04:00
Math Merge pull request #313 from evilpie/includes 2015-06-11 12:07:48 -04:00
NaN Enable strict mode for more built-in tests 2015-05-18 18:01:00 +02:00
Number Add tests for OctalIntegerLiterals 2015-06-12 16:06:52 -04:00
Object add tests for Object.assign 2015-06-18 15:23:15 +08:00
Promise Fix bug in test 2015-06-23 10:30:01 -04:00
Proxy Proxy: construct 2015-06-15 22:37:59 -04:00
RegExp Remove `$FAIL` function 2015-06-09 19:44:25 -04:00
Set Merge pull request #285 from anba/for-in-undefined 2015-06-02 20:19:19 -05:00
SetIteratorPrototype Move tests for iterator prototype methods 2015-05-26 11:39:19 -04:00
String Remove $PRINT helper function 2015-06-16 13:43:23 -04:00
StringIteratorPrototype Move tests for iterator prototype methods 2015-05-26 11:39:19 -04:00
Symbol fixing a typo 2015-04-24 12:32:17 -07:00
WeakMap Import tests from Google V8 (Symbol) 2015-04-07 16:53:18 -04:00
WeakSet Import tests from Google V8 (Symbol) 2015-04-07 16:53:18 -04:00
decodeURI Remove `$FAIL` function 2015-06-09 19:44:25 -04:00
decodeURIComponent Remove `$FAIL` function 2015-06-09 19:44:25 -04:00
encodeURI Remove `$FAIL` function 2015-06-09 19:44:25 -04:00
encodeURIComponent Remove `$FAIL` function 2015-06-09 19:44:25 -04:00
eval Remove `$FAIL` function 2015-06-09 19:44:25 -04:00
global Additional tests with incorrect for-in context 2015-05-26 17:52:52 +02:00
intrinsics/FunctionPrototype Add tests for %FunctionPrototype% restricted properties 2015-04-11 20:46:27 -04:00
isFinite Remove `$FAIL` function 2015-06-09 19:44:25 -04:00
isNaN Remove `$FAIL` function 2015-06-09 19:44:25 -04:00
parseFloat Remove `$FAIL` function 2015-06-09 19:44:25 -04:00
parseInt Remove `$FAIL` function 2015-06-09 19:44:25 -04:00
undefined Enable strict mode for more built-in tests 2015-05-18 18:01:00 +02:00