[all-commits] [llvm/llvm-project] b77d16: [HWASan] deflake hwasan_symbolize test
Florian Mayer via All-commits
all-commits at lists.llvm.org
Mon May 9 14:12:10 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b77d16f7f392e057bd6ffe6220deac15a1c8beca
https://github.com/llvm/llvm-project/commit/b77d16f7f392e057bd6ffe6220deac15a1c8beca
Author: Florian Mayer <fmayer at google.com>
Date: 2022-05-09 (Mon, 09 May 2022)
Changed paths:
M compiler-rt/lib/hwasan/scripts/hwasan_symbolize
M compiler-rt/test/hwasan/TestCases/hwasan_symbolize.cpp
Log Message:
-----------
[HWASan] deflake hwasan_symbolize test
Also enable on X86_64.
The directory would change during the test execution. This should not
necessarily prevent us from indexing a directory (a user might
potentially do that if they specify a parent directory of the actual
symbols directory, and change unrelated files).
Reviewed By: eugenis
Differential Revision: https://reviews.llvm.org/D125143
More information about the All-commits
mailing list