test262/test/built-ins/Promise
Mike Pennisi eb644bb2da Reduce reliance on `fnGlobalObject.js`
This harness function is not necessary in the majority of cases in which
it is used. Remove its usage to simplify tests and decrease the amount
of domain-specific knowledge necessary to contribute to the test suite.

Persist the harness function itself for use by future tests for ES2015
modules (such a helper is necessary for tests that are interpreted as
module code).
2016-04-25 11:09:21 -07:00
..
Symbol.species Add missing tests for "length" and "name" properties of built-in functions 2016-01-15 18:12:05 +01:00
all Make asynchronous test configuration explicit 2016-02-12 13:03:19 -05:00
prototype Reduce reliance on `fnGlobalObject.js` 2016-04-25 11:09:21 -07:00
race Merge pull request #504 from bocoup/explicit-async 2016-03-17 15:28:08 -04:00
reject Make asynchronous test configuration explicit 2016-02-12 13:03:19 -05:00
resolve Merge pull request #504 from bocoup/explicit-async 2016-03-17 15:28:08 -04: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 ES6-specific tests: es5id=>es6id, new es6id entries. Closes gh-144 2015-02-12 16:36:13 -05:00
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
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 Make asynchronous test configuration explicit 2016-02-12 13:03:19 -05:00
reject-ignored-via-fn-immed.js Make asynchronous test configuration explicit 2016-02-12 13:03:19 -05:00
reject-via-abrupt.js Make asynchronous test configuration explicit 2016-02-12 13:03:19 -05:00
reject-via-fn-deferred.js Make asynchronous test configuration explicit 2016-02-12 13:03:19 -05:00
reject-via-fn-immed.js Make asynchronous test configuration explicit 2016-02-12 13:03:19 -05: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-non-obj-deferred.js Make asynchronous test configuration explicit 2016-02-12 13:03:19 -05:00
resolve-non-obj-immed.js Make asynchronous test configuration explicit 2016-02-12 13:03:19 -05:00
resolve-non-thenable-deferred.js Make asynchronous test configuration explicit 2016-02-12 13:03:19 -05:00
resolve-non-thenable-immed.js Make asynchronous test configuration explicit 2016-02-12 13:03:19 -05:00
resolve-poisoned-then-deferred.js Make asynchronous test configuration explicit 2016-02-12 13:03:19 -05:00
resolve-poisoned-then-immed.js Make asynchronous test configuration explicit 2016-02-12 13:03:19 -05:00
resolve-prms-cstm-then-deferred.js Promise: Add tests to disallow faulty optimization 2016-02-10 13:38:03 -05:00
resolve-prms-cstm-then-immed.js Promise: Add tests to disallow faulty optimization 2016-02-10 13:38:03 -05:00
resolve-self.js Make asynchronous test configuration explicit 2016-02-12 13:03:19 -05:00
resolve-thenable-deferred.js Make asynchronous test configuration explicit 2016-02-12 13:03:19 -05:00
resolve-thenable-immed.js Make asynchronous test configuration explicit 2016-02-12 13:03:19 -05:00