v8/test/cctest/interpreter
ssanfilippo dc71deb077 [Interpreter] Silence runtime errors in generate-bytecode-expectations.
Runtime errors will be suppressed in --rebaseline mode, unless the
--verbose flag is passed.

The reasoning behind (rebaseline && !verbose) and not just (verbose)
is to suppress harmless noise while updating the expectation for
existing, known good snippets, without hiding actually relevant
errors when the tool is used to write new expectation files.

In fact, some tests are supposed to produce a runtime error, which
might nevertheless alarm a developer who is just --rebaseline'ing.

BUG=v8:4280
LOG=N

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

Cr-Commit-Position: refs/heads/master@{#34385}
2016-03-01 10:43:22 +00:00
..
bytecode_expectations [Interpreter] Rebaseline ForOf bytecode generator tests. 2016-02-26 14:22:28 +00:00
bytecode-expectations-printer.cc [Interpreter] Refactor bytecode generator test suite. 2016-02-25 12:07:19 +00:00
bytecode-expectations-printer.h [Interpreter] Refactor bytecode generator test suite. 2016-02-25 12:07:19 +00:00
generate-bytecode-expectations.cc [Interpreter] Silence runtime errors in generate-bytecode-expectations. 2016-03-01 10:43:22 +00:00
test-bytecode-generator.cc [Interpreter] Refactor bytecode generator test suite. 2016-02-25 12:07:19 +00:00
test-interpreter.cc Revert of [Interpreter] Implements calls through CallICStub in the interpreter. (patchset #15 id:270001 of https://codereview.chromium.org/1688283003/ ) 2016-02-24 15:16:19 +00:00