[compiler-rt] r302786 - [MSAN] test failed randomly on ARM when XFAILED for MIPS

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Thu May 11 04:05:53 PDT 2017


Author: rengolin
Date: Thu May 11 06:05:52 2017
New Revision: 302786

URL: http://llvm.org/viewvc/llvm-project?rev=302786&view=rev
Log:
[MSAN] test failed randomly on ARM when XFAILED for MIPS

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

Modified: compiler-rt/trunk/test/msan/wcsncpy.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/msan/wcsncpy.cc?rev=302786&r1=302785&r2=302786&view=diff
==============================================================================
--- compiler-rt/trunk/test/msan/wcsncpy.cc (original)
+++ compiler-rt/trunk/test/msan/wcsncpy.cc Thu May 11 06:05:52 2017
@@ -2,6 +2,7 @@
 // RUN: FileCheck %s < %t.out && FileCheck %s < %t.out
 
 // XFAIL: mips
+// REQUIRES: stable-runtime
 
 #include <assert.h>
 #include <wchar.h>




More information about the llvm-commits mailing list