[llvm] r355588 - Temporarily disable newly added test that fails in debug mode.
Michael Platings via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 7 02:27:10 PST 2019
Author: michaelplatings
Date: Thu Mar 7 02:27:10 2019
New Revision: 355588
URL: http://llvm.org/viewvc/llvm-project?rev=355588&view=rev
Log:
Temporarily disable newly added test that fails in debug mode.
Modified:
llvm/trunk/unittests/IR/ConstantsTest.cpp
Modified: llvm/trunk/unittests/IR/ConstantsTest.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/unittests/IR/ConstantsTest.cpp?rev=355588&r1=355587&r2=355588&view=diff
==============================================================================
--- llvm/trunk/unittests/IR/ConstantsTest.cpp (original)
+++ llvm/trunk/unittests/IR/ConstantsTest.cpp Thu Mar 7 02:27:10 2019
@@ -556,7 +556,7 @@ TEST(ConstantsTest, DontFoldFunctionPtrI
ASSERT_FALSE(foldFuncPtrAndConstToNull(Context, nullptr, 2, 4));
}
-TEST(ConstantsTest, FoldGlobalVariablePtr) {
+TEST(ConstantsTest, DISABLED_FoldGlobalVariablePtr) {
LLVMContext Context;
More information about the llvm-commits
mailing list