diff --git a/compiler-rt/test/ubsan/TestCases/TypeCheck/global-new-alignment.cpp b/compiler-rt/test/ubsan/TestCases/TypeCheck/global-new-alignment.cpp --- a/compiler-rt/test/ubsan/TestCases/TypeCheck/global-new-alignment.cpp +++ b/compiler-rt/test/ubsan/TestCases/TypeCheck/global-new-alignment.cpp @@ -1,5 +1,7 @@ // RUN: %clangxx -fsanitize=alignment %s -o %t // RUN: %run %t 2>&1 | FileCheck %s --implicit-check-not="runtime error" -allow-empty +// Disable with msan and tsan because they also override global new +// UNSUPPORTED: ubsan-msan, ubsan-tsan #include #include