From 7716df5b7db6e71295380d852daf0dfb8975fcc0 Mon Sep 17 00:00:00 2001 From: Renato Golin Date: Fri, 18 Sep 2015 18:02:55 +0000 Subject: [PATCH] Disable final MSAN test in AArch64 to get the bots green llvm-svn: 248014 --- compiler-rt/test/msan/Linux/mallinfo.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler-rt/test/msan/Linux/mallinfo.cc b/compiler-rt/test/msan/Linux/mallinfo.cc index 3c3692969852..545ae934a611 100644 --- a/compiler-rt/test/msan/Linux/mallinfo.cc +++ b/compiler-rt/test/msan/Linux/mallinfo.cc @@ -1,4 +1,5 @@ // RUN: %clangxx_msan -O0 -g %s -o %t && %run %t +// REQUIRES: stable-runtime #include #include