test262/test/built-ins/Promise
Kevin Gibbons e6abf652d9 Ensure that tests calling $DONE have the async flag 2016-11-21 10:14:30 -05:00
..
Symbol.species Add missing tests for "length" and "name" properties of built-in functions 2016-01-15 18:12:05 +01:00
all Assert iterator protocol for Promise methods 2016-06-27 15:26:35 -04:00
prototype Ensure that tests calling $DONE have the async flag 2016-11-21 10:14:30 -05:00
race Ensure that tests calling $DONE have the async flag 2016-11-21 10:14:30 -05:00
reject Add tests for invocation of Promise capability fns 2016-06-27 15:26:36 -04:00
resolve Update context-non-object-with-promise.js (#790) 2016-11-15 10:45:03 -08:00
S25.4.3.1_A1.1_T1.js Reduce reliance on `fnGlobalObject.js` 2016-04-25 11:09:21 -07:00
S25.4.3.1_A2.1_T1.js Prefer explicit error checking where possible 2015-07-10 14:12:57 -04:00
S25.4.3.1_A2.2_T1.js
S25.4.3.1_A2.3_T1.js Make asynchronous test configuration explicit 2016-02-12 13:03:19 -05:00
S25.4.3.1_A2.4_T1.js Make asynchronous test configuration explicit 2016-02-12 13:03:19 -05:00
S25.4.3.1_A3.1_T1.js Prefer explicit error checking where possible 2015-07-10 14:12:57 -04:00
S25.4.3.1_A4.1_T1.js Make asynchronous test configuration explicit 2016-02-12 13:03:19 -05:00
S25.4.3.1_A5.1_T1.js Reduce reliance on `fnGlobalObject.js` 2016-04-25 11:09:21 -07:00
S25.4.3.1_A5.1_T2.js Make asynchronous test configuration explicit 2016-02-12 13:03:19 -05:00
exception-after-resolve-in-executor.js Make asynchronous test configuration explicit 2016-02-12 13:03:19 -05:00
exception-after-resolve-in-thenable-job.js Make asynchronous test configuration explicit 2016-02-12 13:03:19 -05:00
exec-args.js Extend test coverage for Promise built-in 2015-07-08 14:08:24 -04:00
executor-function-extensible.js Remove unnecessary ES2015 syntax; add feature flags where appropriate. 2015-12-03 17:34:17 -05:00
executor-function-length.js Remove unnecessary ES2015 syntax; add feature flags where appropriate. 2015-12-03 17:34:17 -05:00
executor-function-name.js Remove unnecessary ES2015 syntax; add feature flags where appropriate. 2015-12-03 17:34:17 -05:00
executor-function-nonconstructor.js Remove unnecessary ES2015 syntax; add feature flags where appropriate. 2015-12-03 17:34:17 -05:00
executor-function-prototype.js Remove unnecessary ES2015 syntax; add feature flags where appropriate. 2015-12-03 17:34:17 -05:00
length.js Formalize tests for built-in Promise methods 2015-07-07 13:55:57 -04:00
name.js Formalize tests for built-in Promise methods 2015-07-07 13:55:57 -04:00
proto-from-ctor-realm.js Add tests for realm interactions (#688) 2016-10-24 10:43:17 -07:00
reject-function-extensible.js Test built-in function requirements of Promise and Proxy helper functions 2015-11-24 20:12:55 +01:00
reject-function-length.js Test built-in function requirements of Promise and Proxy helper functions 2015-11-24 20:12:55 +01:00
reject-function-name.js Test built-in function requirements of Promise and Proxy helper functions 2015-11-24 20:12:55 +01:00
reject-function-nonconstructor.js Test built-in function requirements of Promise and Proxy helper functions 2015-11-24 20:12:55 +01:00
reject-function-prototype.js Test built-in function requirements of Promise and Proxy helper functions 2015-11-24 20:12:55 +01:00
reject-ignored-via-abrupt.js Make asynchronous test configuration explicit 2016-02-12 13:03:19 -05:00
reject-ignored-via-fn-deferred.js Extend tests for Promise resolve and reject fns 2016-06-24 20:17:24 -04:00
reject-ignored-via-fn-immed.js Extend tests for Promise resolve and reject fns 2016-06-24 20:17:24 -04:00
reject-via-abrupt.js Make asynchronous test configuration explicit 2016-02-12 13:03:19 -05:00
reject-via-fn-deferred.js Extend tests for Promise resolve and reject fns 2016-06-24 20:17:24 -04:00
reject-via-fn-immed.js Extend tests for Promise resolve and reject fns 2016-06-24 20:17:24 -04:00
resolve-function-extensible.js Test built-in function requirements of Promise and Proxy helper functions 2015-11-24 20:12:55 +01:00
resolve-function-length.js Test built-in function requirements of Promise and Proxy helper functions 2015-11-24 20:12:55 +01:00
resolve-function-name.js Test built-in function requirements of Promise and Proxy helper functions 2015-11-24 20:12:55 +01:00
resolve-function-nonconstructor.js Test built-in function requirements of Promise and Proxy helper functions 2015-11-24 20:12:55 +01:00
resolve-function-prototype.js Test built-in function requirements of Promise and Proxy helper functions 2015-11-24 20:12:55 +01:00
resolve-ignored-via-fn-deferred.js Add more tests for Promise resolution 2016-06-27 15:19:48 -04:00
resolve-ignored-via-fn-immed.js Add more tests for Promise resolution 2016-06-27 15:19:48 -04:00
resolve-non-obj-deferred.js Extend tests for Promise resolve and reject fns 2016-06-24 20:17:24 -04:00
resolve-non-obj-immed.js Extend tests for Promise resolve and reject fns 2016-06-24 20:17:24 -04:00
resolve-non-thenable-deferred.js Extend tests for Promise resolve and reject fns 2016-06-24 20:17:24 -04:00
resolve-non-thenable-immed.js Extend tests for Promise resolve and reject fns 2016-06-24 20:17:24 -04:00
resolve-poisoned-then-deferred.js Extend tests for Promise resolve and reject fns 2016-06-24 20:17:24 -04:00
resolve-poisoned-then-immed.js Extend tests for Promise resolve and reject fns 2016-06-24 20:17:24 -04:00
resolve-prms-cstm-then-deferred.js Ensure that tests calling $DONE have the async flag 2016-11-21 10:14:30 -05:00
resolve-prms-cstm-then-immed.js Ensure that tests calling $DONE have the async flag 2016-11-21 10:14:30 -05:00
resolve-self.js Extend tests for Promise resolve and reject fns 2016-06-24 20:17:24 -04:00
resolve-thenable-deferred.js Extend tests for Promise resolve and reject fns 2016-06-24 20:17:24 -04:00
resolve-thenable-immed.js Extend tests for Promise resolve and reject fns 2016-06-24 20:17:24 -04:00