summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/IR/ConstantsTest.cpp
diff options
context:
space:
mode:
authorMichael Platings <michael.platings@arm.com>2019-03-07 10:27:10 +0000
committerMichael Platings <michael.platings@arm.com>2019-03-07 10:27:10 +0000
commitffab84c7df30a37f64aa942d217f0b78a9d07955 (patch)
tree7b5aa36413155fabb7271ae68aef479713092403 /llvm/unittests/IR/ConstantsTest.cpp
parent730ecf8fd5f5025021a2799a0f8b80431cbc04b1 (diff)
downloadbcm5719-llvm-ffab84c7df30a37f64aa942d217f0b78a9d07955.tar.gz
bcm5719-llvm-ffab84c7df30a37f64aa942d217f0b78a9d07955.zip
Temporarily disable newly added test that fails in debug mode.
llvm-svn: 355588
Diffstat (limited to 'llvm/unittests/IR/ConstantsTest.cpp')
-rw-r--r--llvm/unittests/IR/ConstantsTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/IR/ConstantsTest.cpp b/llvm/unittests/IR/ConstantsTest.cpp
index c0fe18b1182..4d967d29097 100644
--- a/llvm/unittests/IR/ConstantsTest.cpp
+++ b/llvm/unittests/IR/ConstantsTest.cpp
@@ -556,7 +556,7 @@ TEST(ConstantsTest, DontFoldFunctionPtrIfNoModule) {
ASSERT_FALSE(foldFuncPtrAndConstToNull(Context, nullptr, 2, 4));
}
-TEST(ConstantsTest, FoldGlobalVariablePtr) {
+TEST(ConstantsTest, DISABLED_FoldGlobalVariablePtr) {
LLVMContext Context;
OpenPOWER on IntegriCloud