[compiler-rt] r248014 - Disable final MSAN test in AArch64 to get the bots green
Renato Golin via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 18 11:02:55 PDT 2015
Author: rengolin
Date: Fri Sep 18 13:02:55 2015
New Revision: 248014
URL: http://llvm.org/viewvc/llvm-project?rev=248014&view=rev
Log:
Disable final MSAN test in AArch64 to get the bots green
Modified:
compiler-rt/trunk/test/msan/Linux/mallinfo.cc
Modified: compiler-rt/trunk/test/msan/Linux/mallinfo.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/msan/Linux/mallinfo.cc?rev=248014&r1=248013&r2=248014&view=diff
==============================================================================
--- compiler-rt/trunk/test/msan/Linux/mallinfo.cc (original)
+++ compiler-rt/trunk/test/msan/Linux/mallinfo.cc Fri Sep 18 13:02:55 2015
@@ -1,4 +1,5 @@
// RUN: %clangxx_msan -O0 -g %s -o %t && %run %t
+// REQUIRES: stable-runtime
#include <assert.h>
#include <malloc.h>
More information about the llvm-commits
mailing list