belkiss updated this revision to Diff 398346. belkiss added a comment. Disable the test in ubsan-msan and ubsan-tsan since they also override global new, causing link error.
Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D116861/new/ https://reviews.llvm.org/D116861 Files: compiler-rt/test/ubsan/TestCases/TypeCheck/global-new-alignment.cpp Index: compiler-rt/test/ubsan/TestCases/TypeCheck/global-new-alignment.cpp =================================================================== --- compiler-rt/test/ubsan/TestCases/TypeCheck/global-new-alignment.cpp +++ 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 <cassert> #include <cstddef>
Index: compiler-rt/test/ubsan/TestCases/TypeCheck/global-new-alignment.cpp =================================================================== --- compiler-rt/test/ubsan/TestCases/TypeCheck/global-new-alignment.cpp +++ 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 <cassert> #include <cstddef>
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits