Skip to content

Commit 1a9a487

Browse files
padriffaadeshps-mcw
authored andcommitted
Disable test under GCC (llvm#168792)
New test stack_container_dynamic_lib.cpp has errors under gcc. Require clang while better fix is investigated
1 parent 733c07c commit 1a9a487

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

compiler-rt/test/asan/TestCases/stack_container_dynamic_lib.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
// in order to handle uninstrumented libraries
33
// UNSUPPORTED: target={{.*windows-msvc.*}}
44

5+
// FIXME: Fix this test under GCC.
6+
// REQUIRES: Clang
7+
58
// Mimic a closed-source library compiled without ASan
69
// RUN: %clangxx_asan -fno-sanitize=address -DSHARED_LIB %s %fPIC -shared -o %t-so.so
710

0 commit comments

Comments
 (0)