From 29006dc724d2eb5d003cb7c89e2d32d5b4c7ea2a Mon Sep 17 00:00:00 2001 From: Renato Golin Date: Thu, 11 May 2017 11:05:52 +0000 Subject: [PATCH] [MSAN] test failed randomly on ARM when XFAILED for MIPS llvm-svn: 302786 --- compiler-rt/test/msan/wcsncpy.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler-rt/test/msan/wcsncpy.cc b/compiler-rt/test/msan/wcsncpy.cc index eaffbe7..b54ff00 100644 --- a/compiler-rt/test/msan/wcsncpy.cc +++ b/compiler-rt/test/msan/wcsncpy.cc @@ -2,6 +2,7 @@ // RUN: FileCheck %s < %t.out && FileCheck %s < %t.out // XFAIL: mips +// REQUIRES: stable-runtime #include #include -- 2.7.4