v8/test/debugger/debug/es8
jgruber b8ae2249a4 [tests] Fix assertFalse(exception) anti-pattern
Some debugging tests relied on the following anti-pattern:

 let exception = false;

 try {
   /* ... some code that may throw on test failure ... */
 } catch (e) {
   exception = e;
 }

 assertFalse(exception);

This may be problematic if a falseish value is thrown.

Change-Id: I02eace4cc656fc9581928a90ac53cda4dc72b30c
Reviewed-on: https://chromium-review.googlesource.com/972822
Reviewed-by: Georg Neis <neis@chromium.org>
Commit-Queue: Jakob Gruber <jgruber@chromium.org>
Cr-Commit-Position: refs/heads/master@{#52105}
2018-03-21 10:59:46 +00:00
..
async-debug-basic.js [tests] Fix assertFalse(exception) anti-pattern 2018-03-21 10:59:46 +00:00
async-debug-builtin-predictions.js [debug] Add exception predictions to builtins where missing. 2017-03-10 17:44:51 +00:00
async-debug-caught-exception-cases0.js Remove --harmony-async-await runtime flag 2017-01-10 23:27:02 +00:00
async-debug-caught-exception-cases1.js Remove --harmony-async-await runtime flag 2017-01-10 23:27:02 +00:00
async-debug-caught-exception-cases2.js Remove --harmony-async-await runtime flag 2017-01-10 23:27:02 +00:00
async-debug-caught-exception-cases3.js Remove --harmony-async-await runtime flag 2017-01-10 23:27:02 +00:00
async-debug-caught-exception-cases.js Remove --harmony-async-await runtime flag 2017-01-10 23:27:02 +00:00
async-debug-caught-exception.js Remove --harmony-async-await runtime flag 2017-01-10 23:27:02 +00:00
async-debug-step-abort-at-break.js [ignition] removed nop bytecode 2017-07-18 16:14:29 +00:00
async-debug-step-continue-at-break.js [ignition] removed nop bytecode 2017-07-18 16:14:29 +00:00
async-debug-step-in-and-out.js [ignition] removed nop bytecode 2017-07-18 16:14:29 +00:00
async-debug-step-in-out-out.js [ignition] removed nop bytecode 2017-07-18 16:14:29 +00:00
async-debug-step-in.js [ignition] removed nop bytecode 2017-07-18 16:14:29 +00:00
async-debug-step-nested.js [ignition] removed nop bytecode 2017-07-18 16:14:29 +00:00
async-debug-step-next-constant.js [inspector] removed break location right before suspension in async function 2017-05-31 12:15:09 +00:00
async-debug-step-next.js [ignition] removed nop bytecode 2017-07-18 16:14:29 +00:00
async-debug-step-out.js Remove --harmony-async-await runtime flag 2017-01-10 23:27:02 +00:00
async-function-debug-evaluate.js Make non-Module generators only context allocate parameters. 2017-05-24 13:54:57 +00:00
async-function-debug-scopes.js Make non-Module generators only context allocate parameters. 2017-05-24 13:54:57 +00:00
debug-async-break-on-stack.js Remove --harmony-async-await runtime flag 2017-01-10 23:27:02 +00:00
debug-async-break.js Remove --harmony-async-await runtime flag 2017-01-10 23:27:02 +00:00
debug-async-liveedit.js [liveedit] reimplement frame restarting. 2017-01-27 07:31:03 +00:00
promise-finally.js Reland "[debug] Add test for promise finally" 2017-09-07 21:36:53 +00:00