• machenbach's avatar
    [Swarming] Let test runner exit gracefully after test failures. · efcc7fb2
    machenbach authored
    The flake detection is done on the infra-side according to
    the contents of the json test results. We don't want the
    runner to fail after flakes.
    
    This was controlled on the infra side by accepting any exit
    codes so far. After the swarming switch, this is more
    difficult, because the runner is wrapped by the swarming
    collect script. There, failing exit codes can mean many
    things, including network failures. Therefore, we now
    force exit code 0 with test failures if those failures
    are reported in the formal test results json.
    
    The infrastructure will take care of reporting the flakes
    and failures accordingly.
    
    BUG=chromium:535160
    LOG=n
    
    Review URL: https://codereview.chromium.org/1416373005
    
    Cr-Commit-Position: refs/heads/master@{#31740}
    efcc7fb2
Name
Last commit
Last update
benchmarks Loading commit data...
build Loading commit data...
docs Loading commit data...
include Loading commit data...
infra Loading commit data...
samples Loading commit data...
src Loading commit data...
test Loading commit data...
testing Loading commit data...
third_party/binutils Loading commit data...
tools Loading commit data...
.clang-format Loading commit data...
.gitignore Loading commit data...
.ycm_extra_conf.py Loading commit data...
AUTHORS Loading commit data...
BUILD.gn Loading commit data...
ChangeLog Loading commit data...
DEPS Loading commit data...
LICENSE Loading commit data...
LICENSE.strongtalk Loading commit data...
LICENSE.v8 Loading commit data...
LICENSE.valgrind Loading commit data...
Makefile Loading commit data...
Makefile.android Loading commit data...
Makefile.nacl Loading commit data...
OWNERS Loading commit data...
PRESUBMIT.py Loading commit data...
README.md Loading commit data...
WATCHLISTS Loading commit data...
codereview.settings Loading commit data...
snapshot_toolchain.gni Loading commit data...