diff options
| author | Renato Golin <renato.golin@linaro.org> | 2017-05-11 11:05:52 +0000 |
|---|---|---|
| committer | Renato Golin <renato.golin@linaro.org> | 2017-05-11 11:05:52 +0000 |
| commit | 29006dc724d2eb5d003cb7c89e2d32d5b4c7ea2a (patch) | |
| tree | bf244ce7e84ab5a16f242adfb12b58230ad6281f | |
| parent | 97500a9918d7de5282bc3739a2a907d8e0f50562 (diff) | |
| download | bcm5719-llvm-29006dc724d2eb5d003cb7c89e2d32d5b4c7ea2a.tar.gz bcm5719-llvm-29006dc724d2eb5d003cb7c89e2d32d5b4c7ea2a.zip | |
[MSAN] test failed randomly on ARM when XFAILED for MIPS
llvm-svn: 302786
| -rw-r--r-- | compiler-rt/test/msan/wcsncpy.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/test/msan/wcsncpy.cc b/compiler-rt/test/msan/wcsncpy.cc index eaffbe78d52..b54ff0069fb 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 <assert.h> #include <wchar.h> |

