[compiler-rt] r302783 - mips] XFAIL wcsncpy.cc test.
Simon Dardis via llvm-commits
llvm-commits at lists.llvm.org
Thu May 11 02:56:01 PDT 2017
Author: sdardis
Date: Thu May 11 04:56:01 2017
New Revision: 302783
URL: http://llvm.org/viewvc/llvm-project?rev=302783&view=rev
Log:
mips] XFAIL wcsncpy.cc test.
The stack unwinder fails to unwind the stack past the interceptor stack
frame, resulting in a test failure. XFAIL this for now.
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=302783&r1=302782&r2=302783&view=diff
==============================================================================
--- compiler-rt/trunk/test/msan/wcsncpy.cc (original)
+++ compiler-rt/trunk/test/msan/wcsncpy.cc Thu May 11 04:56:01 2017
@@ -1,6 +1,8 @@
// RUN: %clangxx_msan -fsanitize-memory-track-origins -O0 %s -o %t && not %run %t >%t.out 2>&1
// RUN: FileCheck %s < %t.out && FileCheck %s < %t.out
+// XFAIL: mips
+
#include <assert.h>
#include <wchar.h>
More information about the llvm-commits
mailing list