Skip to content

Commit df0ccf6

Browse files
committed
[asan] Disable TestCases/Linux/asan_rt_confict_test-2.cpp to fix build
TestCases/Linux/asan_rt_confict_test-2.cpp started failing in https://lab.llvm.org/buildbot/#/builders/66/builds/12265/steps/9/logs/stdio The only change is "[LLD][ELF] Allow merging XO and RX sections, and add --[no-]xosegment flag (#132412)" (2c1bdd4). Based on the test case (which deliberately tries to mix static and dynamically linked ASan), I suspect it's actually the test case that needs to be fixed (probably with a different error message check). This patch disables TestCases/Linux/asan_rt_confict_test-2.cpp to make the buildbots green while I investigate.
1 parent 16d1054 commit df0ccf6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler-rt/test/asan/TestCases/Linux/asan_rt_confict_test-2.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
// RUN: %clangxx_asan_static %s %ld_flags_rpath_exe -o %t
66
// RUN: not %run %t 2>&1 | FileCheck %s
77

8+
// UNSUPPORTED: target={{.*}}
89
// REQUIRES: asan-dynamic-runtime
910
// XFAIL: android
1011

0 commit comments

Comments
 (0)