v8/test/mjsunit/es6/debug-promises
littledan c63236328e Revert of Disable non-standard Promise functions in staging (patchset #1 id:1 of https://codereview.chromium.org/1478533002/ )
Reason for revert:
Will test better; there seems to be a bug related to this.

Original issue's description:
> Reland of Disable non-standard Promise functions in staging (patchset #1 id:1 of https://codereview.chromium.org/1473603002/ )
>
> Reason for revert:
> Breakage in Ignition seems unrelated; relanding.
>
> Original issue's description:
> > Revert of Disable non-standard Promise functions in staging (patchset #5 id:80001 of https://codereview.chromium.org/1469543003/ )
> >
> > Reason for revert:
> > [Sheriff] This breaks ignition on arm sim debug:
> > https://build.chromium.org/p/client.v8/builders/V8%20Linux%20-%20arm%20-%20sim%20-%20debug/builds/5317
> >
> > Seems to not be caught by the cq bot that builds release with dchecks.
> >
> > Original issue's description:
> > > Disable non-standard Promise functions in staging
> > >
> > > This patch removes Promise functions and methods which are absent
> > > from the ES2015 specification when the --es-staging flag is on.
> > >
> > > BUG=v8:3237
> > > R=rossberg
> > > LOG=Y
> > >
> > > Committed: https://crrev.com/941251af7e04d50ac2243da2870249a42111221a
> > > Cr-Commit-Position: refs/heads/master@{#32194}
> >
> > TBR=rossberg@chromium.org,littledan@chromium.org
> > NOPRESUBMIT=true
> > NOTREECHECKS=true
> > NOTRY=true
> > BUG=v8:3237
> >
> > Committed: https://crrev.com/86bd2b3c23b562213d5af158849dcd65f347a827
> > Cr-Commit-Position: refs/heads/master@{#32199}
>
> TBR=rossberg@chromium.org,rmcilroy@chromium.org,machenbach@chromium.org
> NOPRESUBMIT=true
> NOTREECHECKS=true
> NOTRY=true
> BUG=v8:3237
>
> Committed: https://crrev.com/9278b7b05a45c2089007e8b61822af96b5d0c8df
> Cr-Commit-Position: refs/heads/master@{#32235}

TBR=rossberg@chromium.org,rmcilroy@chromium.org,machenbach@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=v8:3237

Review URL: https://codereview.chromium.org/1493713004

Cr-Commit-Position: refs/heads/master@{#32530}
2015-12-02 20:35:40 +00:00
..
async-task-event.js Trigger exception debug events on Promise reject. 2014-08-06 09:41:52 +00:00
events.js Remove unnecessary coupling between Promise tests and Object.observe 2015-07-21 17:17:07 +00:00
promise-all-caught.js Debugger: correctly report uncaught rejections in Promise.all and Promise.race. 2015-10-20 05:40:08 +00:00
promise-all-uncaught.js Debugger: correctly report uncaught rejections in Promise.all and Promise.race. 2015-10-20 05:40:08 +00:00
promise-race-caught.js Debugger: correctly report uncaught rejections in Promise.all and Promise.race. 2015-10-20 05:40:08 +00:00
promise-race-uncaught.js Debugger: correctly report uncaught rejections in Promise.all and Promise.race. 2015-10-20 05:40:08 +00:00
reentry.js Revert of Disable non-standard Promise functions in staging (patchset #1 id:1 of https://codereview.chromium.org/1478533002/ ) 2015-12-02 20:35:40 +00:00
reject-after-resolve.js Revert of Disable non-standard Promise functions in staging (patchset #1 id:1 of https://codereview.chromium.org/1478533002/ ) 2015-12-02 20:35:40 +00:00
reject-caught-all.js Revert of Disable non-standard Promise functions in staging (patchset #1 id:1 of https://codereview.chromium.org/1478533002/ ) 2015-12-02 20:35:40 +00:00
reject-caught-by-default-reject-handler.js Remove unnecessary coupling between Promise tests and Object.observe 2015-07-21 17:17:07 +00:00
reject-caught-late.js Revert of Disable non-standard Promise functions in staging (patchset #1 id:1 of https://codereview.chromium.org/1478533002/ ) 2015-12-02 20:35:40 +00:00
reject-caught-uncaught.js Revert of Disable non-standard Promise functions in staging (patchset #1 id:1 of https://codereview.chromium.org/1478533002/ ) 2015-12-02 20:35:40 +00:00
reject-in-constructor.js Trigger exception debug events on Promise reject. 2014-08-06 09:41:52 +00:00
reject-uncaught-all.js Revert of Disable non-standard Promise functions in staging (patchset #1 id:1 of https://codereview.chromium.org/1478533002/ ) 2015-12-02 20:35:40 +00:00
reject-uncaught-late.js Remove unnecessary coupling between Promise tests and Object.observe 2015-07-21 17:17:07 +00:00
reject-uncaught-uncaught.js Revert of Disable non-standard Promise functions in staging (patchset #1 id:1 of https://codereview.chromium.org/1478533002/ ) 2015-12-02 20:35:40 +00:00
reject-with-invalid-reject.js Revert of Disable non-standard Promise functions in staging (patchset #1 id:1 of https://codereview.chromium.org/1478533002/ ) 2015-12-02 20:35:40 +00:00
reject-with-throw-in-reject.js Revert of Disable non-standard Promise functions in staging (patchset #1 id:1 of https://codereview.chromium.org/1478533002/ ) 2015-12-02 20:35:40 +00:00
reject-with-undefined-reject.js Revert of Disable non-standard Promise functions in staging (patchset #1 id:1 of https://codereview.chromium.org/1478533002/ ) 2015-12-02 20:35:40 +00:00
resolve-after-aborted-try-finally.js Simplify promise event on throw handling. 2015-03-09 13:41:55 +00:00
resolve-after-try-catch.js Simplify promise event on throw handling. 2015-03-09 13:41:55 +00:00
rethrow-in-try-finally.js Simplify promise event on throw handling. 2015-03-09 13:41:55 +00:00
stepin-constructor.js Debugger: allow stepping into resolver from Promise constructor. 2015-10-15 12:27:40 +00:00
stepin-handler.js Debugger: allow stepping into resolver from Promise constructor. 2015-10-15 12:27:40 +00:00
throw-caught-all.js Revert of Disable non-standard Promise functions in staging (patchset #1 id:1 of https://codereview.chromium.org/1478533002/ ) 2015-12-02 20:35:40 +00:00
throw-caught-by-default-reject-handler.js Remove unnecessary coupling between Promise tests and Object.observe 2015-07-21 17:17:07 +00:00
throw-caught-late.js Revert of Disable non-standard Promise functions in staging (patchset #1 id:1 of https://codereview.chromium.org/1478533002/ ) 2015-12-02 20:35:40 +00:00
throw-caught-uncaught.js Revert of Disable non-standard Promise functions in staging (patchset #1 id:1 of https://codereview.chromium.org/1478533002/ ) 2015-12-02 20:35:40 +00:00
throw-eventually-caught.js Fix PromiseHasRejectHandler. 2014-08-18 08:43:11 +00:00
throw-in-constructor.js Trigger exception debug events on Promise reject. 2014-08-06 09:41:52 +00:00
throw-uncaught-all.js Revert of Disable non-standard Promise functions in staging (patchset #1 id:1 of https://codereview.chromium.org/1478533002/ ) 2015-12-02 20:35:40 +00:00
throw-uncaught-uncaught.js Revert of Disable non-standard Promise functions in staging (patchset #1 id:1 of https://codereview.chromium.org/1478533002/ ) 2015-12-02 20:35:40 +00:00
throw-with-throw-in-reject.js Revert of Disable non-standard Promise functions in staging (patchset #1 id:1 of https://codereview.chromium.org/1478533002/ ) 2015-12-02 20:35:40 +00:00
throw-with-undefined-reject.js Revert of Disable non-standard Promise functions in staging (patchset #1 id:1 of https://codereview.chromium.org/1478533002/ ) 2015-12-02 20:35:40 +00:00
try-reject-in-constructor.js Trigger exception debug events on Promise reject. 2014-08-06 09:41:52 +00:00
try-throw-reject-in-constructor.js Trigger exception debug events on Promise reject. 2014-08-06 09:41:52 +00:00