Skip to content

Commit 9289b64

Browse files
committed
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 (3afd1b2). Temporarily disabling the test to prevent this error from hiding other potential problems.
1 parent 4374026 commit 9289b64

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

compiler-rt/test/sanitizer_common/TestCases/Linux/release_to_os_test.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// RUN: %clangxx %s -o %t
22
// RUN: env %tool_options=allocator_release_to_os_interval_ms=-1 %run %t
33

4+
// Temporarily disable test
5+
// UNSUPPORTED: tsan
6+
47
// Not needed, no allocator.
58
// UNSUPPORTED: ubsan
69

0 commit comments

Comments
 (0)