mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 17:39:16 +00:00
llvm/test/Other/close-stderr.ll: Mark this as XFAIL:valgrind. We got 127 instead of 1 here.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172956 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8a72eff7c3
commit
fe311dba3e
@ -1,6 +1,10 @@
|
||||
; RUN: sh -c 'opt --reject-this-option 2>&-; echo $?; opt -o /dev/null /dev/null 2>&-; echo $?;' \
|
||||
; RUN: | FileCheck %s
|
||||
|
||||
; CHECK: {{^1$}}
|
||||
; On valgrind, we got 127 here.
|
||||
; XFAIL: valgrind
|
||||
|
||||
; CHECK: {{^0$}}
|
||||
; XFAIL: vg_leak
|
||||
; REQUIRES: shell
|
||||
|
Loading…
x
Reference in New Issue
Block a user