[all-commits] [llvm/llvm-project] 9289b6: sanitizer-common: fix buildbot by temporarily disa...
Thurston Dang via All-commits
all-commits at lists.llvm.org
Wed May 24 21:10:48 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9289b64bc48f13638cff7e470afce738af56b795
https://github.com/llvm/llvm-project/commit/9289b64bc48f13638cff7e470afce738af56b795
Author: Thurston Dang <thurston at google.com>
Date: 2023-05-25 (Thu, 25 May 2023)
Changed paths:
M compiler-rt/test/sanitizer_common/TestCases/Linux/release_to_os_test.cpp
Log Message:
-----------
sanitizer-common: fix buildbot by temporarily disabling release_to_os test for tsan
This has been causing substantial redness in the buildbots e.g.,
https://lab.llvm.org/buildbot/#/builders/239/builds/2405
which already contained a commit to deflake the test
(https://github.com/llvm/llvm-project/commit/3afd1b2c357fb5353084a736d885af60115d6acb).
Temporarily disabling the test to prevent this error from
hiding other potential problems.
More information about the All-commits
mailing list