v8/test/debugger/debug/es6/debug-promises
Camillo Bruni e3e8ea5d65 [flags] Rename --opt to --turbofan
To be consistent with the all the other tiers and avoid confusion, we
rename --opt to ---turbofan, and --always-opt to --always-turbofan.

Change-Id: Ie23dc8282b3fb4cf2fbf73b6c3d5264de5d09718
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3610431
Reviewed-by: Leszek Swirski <leszeks@chromium.org>
Commit-Queue: Camillo Bruni <cbruni@chromium.org>
Reviewed-by: Jakob Linke <jgruber@chromium.org>
Cr-Commit-Position: refs/heads/main@{#80336}
2022-05-03 12:10:30 +00:00
..
evaluate-across-microtasks.js Replace %RunMicrotasks with %PerformMicrotaskCheckpoint 2018-12-06 11:10:18 +00:00
promise-all-caught.js [debugger] Basic scope functionality and exception events in wrapper 2016-11-08 14:54:10 +00:00
promise-all-uncaught.js [d8] Exit with error code upon unhandled promise rejection 2020-06-24 07:21:58 +00:00
promise-any-caught.js [flags] Remove --harmony-promise-any 2020-11-12 01:09:38 +00:00
promise-any-uncaught.js [flags] Remove --harmony-promise-any 2020-11-12 01:09:38 +00:00
promise-race-caught.js [debugger] Basic scope functionality and exception events in wrapper 2016-11-08 14:54:10 +00:00
promise-race-uncaught.js [d8] Exit with error code upon unhandled promise rejection 2020-06-24 07:21:58 +00:00
proxy-as-promise.js [d8] Exit with error code upon unhandled promise rejection 2020-06-24 07:21:58 +00:00
reentry.js [debugger] Basic scope functionality and exception events in wrapper 2016-11-08 14:54:10 +00:00
reject-after-resolve.js [debugger] Stepping and break-related functions in wrapper 2016-11-08 13:54:37 +00:00
reject-caught-all.js [debug-wrapper] Further extend the debug wrapper 2016-11-16 08:34:44 +00:00
reject-caught-by-default-reject-handler.js [d8] Exit with error code upon unhandled promise rejection 2020-06-24 07:21:58 +00:00
reject-caught-late.js [debugger] Basic scope functionality and exception events in wrapper 2016-11-08 14:54:10 +00:00
reject-caught-uncaught.js [debugger] Basic scope functionality and exception events in wrapper 2016-11-08 14:54:10 +00:00
reject-in-constructor-opt.js [d8] Exit with error code upon unhandled promise rejection 2020-06-24 07:21:58 +00:00
reject-in-constructor.js [d8] Exit with error code upon unhandled promise rejection 2020-06-24 07:21:58 +00:00
reject-uncaught-all.js [d8] Exit with error code upon unhandled promise rejection 2020-06-24 07:21:58 +00:00
reject-uncaught-late.js [d8] Exit with error code upon unhandled promise rejection 2020-06-24 07:21:58 +00:00
reject-uncaught-uncaught.js [d8] Exit with error code upon unhandled promise rejection 2020-06-24 07:21:58 +00:00
reject-with-invalid-reject.js [debug-wrapper] Adapt tests, breakpoint.actual_location 2016-11-21 09:29:17 +00:00
reject-with-throw-in-reject.js [debug-wrapper] Adapt tests, breakpoint.actual_location 2016-11-21 09:29:17 +00:00
reject-with-undefined-reject.js [debug-wrapper] Adapt tests, breakpoint.actual_location 2016-11-21 09:29:17 +00:00
stepin-constructor.js [debug][cleanup] Use consistent StepInto and StepOver naming. 2021-06-01 11:26:57 +00:00
stepin-handler.js [flags] Rename --opt to --turbofan 2022-05-03 12:10:30 +00:00
throw-caught-all.js [debug-wrapper] Further extend the debug wrapper 2016-11-16 08:34:44 +00:00
throw-caught-by-default-reject-handler.js [d8] Exit with error code upon unhandled promise rejection 2020-06-24 07:21:58 +00:00
throw-caught-late.js [debugger] Basic scope functionality and exception events in wrapper 2016-11-08 14:54:10 +00:00
throw-caught-uncaught.js [debugger] Basic scope functionality and exception events in wrapper 2016-11-08 14:54:10 +00:00
throw-eventually-caught.js [debugger] Basic scope functionality and exception events in wrapper 2016-11-08 14:54:10 +00:00
throw-finally-caught-all.js [debug-wrapper] Further extend the debug wrapper 2016-11-16 08:34:44 +00:00
throw-in-constructor.js [d8] Exit with error code upon unhandled promise rejection 2020-06-24 07:21:58 +00:00
throw-uncaught-all.js [d8] Exit with error code upon unhandled promise rejection 2020-06-24 07:21:58 +00:00
throw-uncaught-uncaught.js [d8] Exit with error code upon unhandled promise rejection 2020-06-24 07:21:58 +00:00
throw-with-throw-in-reject.js [promisehook] Check for JSReceiver in runtime function 2018-02-08 17:28:54 +00:00
try-reject-in-constructor.js [d8] Exit with error code upon unhandled promise rejection 2020-06-24 07:21:58 +00:00
try-throw-reject-in-constructor.js [d8] Exit with error code upon unhandled promise rejection 2020-06-24 07:21:58 +00:00