[compiler-rt] r248008 - Disable one MSAN test in AArch64 until we have a proper fix

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 18 10:22:49 PDT 2015


Author: rengolin
Date: Fri Sep 18 12:22:48 2015
New Revision: 248008

URL: http://llvm.org/viewvc/llvm-project?rev=248008&view=rev
Log:
Disable one MSAN test in AArch64 until we have a proper fix

Modified:
    compiler-rt/trunk/test/msan/insertvalue_origin.cc

Modified: compiler-rt/trunk/test/msan/insertvalue_origin.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/msan/insertvalue_origin.cc?rev=248008&r1=248007&r2=248008&view=diff
==============================================================================
--- compiler-rt/trunk/test/msan/insertvalue_origin.cc (original)
+++ compiler-rt/trunk/test/msan/insertvalue_origin.cc Fri Sep 18 12:22:48 2015
@@ -4,6 +4,7 @@
 // RUN: FileCheck %s < %t.out && FileCheck %s < %t.out
 
 // Test origin propagation through insertvalue IR instruction.
+// REQUIRES: stable-runtime
 
 #include <stdio.h>
 #include <stdint.h>




More information about the llvm-commits mailing list