diff --git a/clang/test/Interpreter/inline-virtual.cpp b/clang/test/Interpreter/inline-virtual.cpp index 9c31208a4a642..c9e85683d3cd0 100644 --- a/clang/test/Interpreter/inline-virtual.cpp +++ b/clang/test/Interpreter/inline-virtual.cpp @@ -1,6 +1,9 @@ // REQUIRES: host-supports-jit // UNSUPPORTED: system-aix // +// This test is flaky with ASan: https://github.com/llvm/llvm-project/issues/135401 +// UNSUPPORTED: asan +// // We disable RTTI to avoid problems on Windows for non-RTTI builds of LLVM // where the JIT cannot find ??_7type_info@@6B@. // RUN: cat %s | clang-repl -Xcc -fno-rtti -Xcc -fno-sized-deallocation \