summaryrefslogtreecommitdiff
path: root/test/msan/wcsncpy.cc
AgeCommit message (Collapse)Author
2017-05-11Renumber test line number expectations after r302783.Benjamin Kramer
Also remove a confused stable-runtimes requirement. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@302801 91177308-0d34-0410-b5e6-96231b3b80d8
2017-05-11[MSAN] test failed randomly on ARM when XFAILED for MIPSRenato Golin
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@302786 91177308-0d34-0410-b5e6-96231b3b80d8
2017-05-11mips] XFAIL wcsncpy.cc test.Simon Dardis
The stack unwinder fails to unwind the stack past the interceptor stack frame, resulting in a test failure. XFAIL this for now. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@302783 91177308-0d34-0410-b5e6-96231b3b80d8
2017-03-15[msan] Relax lit check in wcsncpy.ccEric Liu
Summary: The CHECK failed when the name is __interceptor_wcsncpy Reviewers: bkramer, eugenis Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D30975 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@297828 91177308-0d34-0410-b5e6-96231b3b80d8
2017-03-14[msan] Intercept wcsncpy, wcsnlen.Evgeniy Stepanov
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@297793 91177308-0d34-0410-b5e6-96231b3b80d8