IIUC, D144660 shows that we only ever set config.has_lld for Android, (unless you manually set -DCOMPILER_RT_HAS_LLD=ON).
Running these tests on x86_64 Linux causes some of them crash, see https://crbug.com/1451819.
Differential D152316
[hwasan] Only run tests for Android aeubanks on Jun 6 2023, 4:05 PM. Authored by
Details IIUC, D144660 shows that we only ever set config.has_lld for Android, (unless you manually set -DCOMPILER_RT_HAS_LLD=ON). Running these tests on x86_64 Linux causes some of them crash, see https://crbug.com/1451819.
Diff Detail
Event TimelineComment Actions I don't think we want to disable HWASan tests on Linux generally. If a test has problems on x86, we should either fix that or disable that test only. We also have an arm64 Linux buildbot, which we definitely don't want to disable. Comment Actions makes sense, but is the arm64 linux bot actually running the hwasan tests, or are they all disabled currently? there were a lot of hwasan tests failing on linux x64 (>40), is that expected? Comment Actions It is actually running them.
That is unexpected. Comment Actions % ninja -C build check-hwasan ninja: Entering directory `build' [0/1] Running the HWAddressSanitizer tests Testing Time: 7.14s Unsupported : 32 Passed : 52 Expectedly Failed: 6 |