From 4c98451116e39c3ad2a972d3c32cc539d9bacd9d Mon Sep 17 00:00:00 2001 From: Paddy McDonald Date: Wed, 19 Nov 2025 15:20:43 -0800 Subject: [PATCH] Disable test under GCC --- .../test/asan/TestCases/stack_container_dynamic_lib.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compiler-rt/test/asan/TestCases/stack_container_dynamic_lib.cpp b/compiler-rt/test/asan/TestCases/stack_container_dynamic_lib.cpp index e17c537f4ac1c..1321796759189 100644 --- a/compiler-rt/test/asan/TestCases/stack_container_dynamic_lib.cpp +++ b/compiler-rt/test/asan/TestCases/stack_container_dynamic_lib.cpp @@ -2,6 +2,9 @@ // in order to handle uninstrumented libraries // UNSUPPORTED: target={{.*windows-msvc.*}} +// FIXME: Fix this test under GCC. +// REQUIRES: Clang + // Mimic a closed-source library compiled without ASan // RUN: %clangxx_asan -fno-sanitize=address -DSHARED_LIB %s %fPIC -shared -o %t-so.so