v8/test
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
..
benchmarks [test] Forgive tests timing out on num-fuzzers 2018-02-08 23:08:05 +00:00
cctest [wasm] Make multi-return tests wasm-specific 2018-03-21 09:56:12 +00:00
common [wasm] Add remaining saturating conversions 2018-02-07 19:45:39 +00:00
debugger [tests] Fix assertFalse(exception) anti-pattern 2018-03-21 10:59:46 +00:00
fuzzer [wasm] Make multi-return tests wasm-specific 2018-03-21 09:56:12 +00:00
inspector [inspector] Add Runtime.getIsolateId & Runtime.getHeapUsage commands 2018-03-20 23:33:53 +00:00
intl [test] Remove context usage from test processors 2018-02-01 10:35:02 +00:00
js-perf-test [js-perf-test] Add micro-benchmark for StringAt functions 2018-03-09 12:43:36 +00:00
memory [snapshot] add tracking for builtin snapshot size. 2017-08-31 07:29:31 +00:00
message Revert "[d8][wasm] Test wasm compilation completion" 2018-03-19 12:03:14 +00:00
mjsunit [parser] Fix aborting preparsing of a function with a rest param. 2018-03-21 09:04:07 +00:00
mkgrokdump [API] Remove ArrayBuffer::Allocator virtual memory methods. 2018-03-03 12:00:24 +00:00
mozilla [test] Remove context usage from test processors 2018-02-01 10:35:02 +00:00
preparser [test] Remove dead code from suites and tests 2018-02-01 14:12:49 +00:00
test262 [esnext] Implement Array.prototype.{flatten,flatMap} 🥙 2018-03-15 17:26:12 +00:00
unittests [wasm] Add new API for enabling trap handler 2018-03-20 18:06:38 +00:00
wasm-spec-tests [wasm] Update spec tests 2018-02-28 13:22:37 +00:00
webkit [test][mips64]: Skip dfg-int-overflow-in-loop on simulator. 2018-03-07 14:37:23 +00:00
bot_default.isolate
BUILD.gn [test] Add a d8_default test suite collection 2018-01-12 15:18:04 +00:00
d8_default.isolate [test] Add a d8_default test suite collection 2018-01-12 15:18:04 +00:00
default.isolate
optimize_for_size.isolate
perf.isolate Reland "Reland "[test] Creating command before execution phase."" 2017-12-04 13:40:29 +00:00