• Michael Achenbach's avatar
    [test] Overhaul mode processing in test runner · 608b732d
    Michael Achenbach authored
    This simplifies mode processing as follows:
    - Passing the --mode parameter is deprecated.
    - The build output is now only searched in the --outdir parameter
    that was passed (previously some combinations of mode and outdir
    were possible).
    - The mode is deduced from the build artifacts based on the gn
    arguments "is_debug" and "dcheck_always_on".
    - Timeouts and status file entries in release mode with dchecks are
    treated like in debug mode.
    
    This change was prepared on the infrastructure side by deprecating
    the --mode flag and passing --outdir=out/build:
    https://crrev.com/c/2426643
    
    Bug: chromium:1132088, v8:10893
    Change-Id: I0f34ebc003b220f07df4ecdbf69ea6c06ac1f66a
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2450016Reviewed-by: 's avatarJakob Kummerow <jkummerow@chromium.org>
    Commit-Queue: Michael Achenbach <machenbach@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#70363}
    608b732d
Name
Last commit
Last update
..
testdata Loading commit data...
__init__.py Loading commit data...
compare_torque_output_test.py Loading commit data...
predictable_wrapper_test.py Loading commit data...
run_perf_test.py Loading commit data...
run_tests_test.py Loading commit data...
v8_presubmit_test.py Loading commit data...