Chromium Code Reviews
DescriptionTry converting some tests over to using console_test_launcher.
In general the console_test_launcher execution type is preferable to
the raw execution type because it configures the environment correctly
for the sanitizer runtimes. Without proper configuration, some
sanitizers (in particular UBSan) may not print a full stack trace.
These specific tests have been converted because they run on the
"CFI Linux Full" bot and the linux_chromium_cfi_rel_ng trybot,
which are configured with CFI enabled and with a diagnostic
configuration that uses the UBSan runtime to produce diagnostics
including stack traces.
None of these tests run on chromium.gpu, so they don't seem to need
direct GPU access. I'm not aware of any other reason why they would
need to use the raw execution type either.
I haven't audited every test suite, so it's possible that other test
suites could also be converted.
BUG=732652
R=dpranke@chromium.org
Review-Url: https://codereview.chromium.org/2961603003
Cr-Commit-Position: refs/heads/master@{#483514}
Committed: https://chromium.googlesource.com/chromium/src/+/9c98ed29555b35e3d3fcaa0e6fdeecbb87533dbc
Patch Set 1 #
Messages
Total messages: 19 (10 generated)
|
|||||||||||||||||||