mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-15 16:09:57 +00:00
XFAIL this on freebsd to bring the bot back.
Joerg Sonnenberger tells me one can open a directory in freebsd. I will try to centralize our calls to open so that we can handle O_BINARY in one place, and will then handle this there too. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186317 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ea2e90df15
commit
4c275c31aa
@ -1,6 +1,7 @@
|
||||
;RUN: rm -f %T/test.a
|
||||
;RUN: not llvm-ar r %T/test.a . 2>&1 | FileCheck %s
|
||||
;CHECK: .: Is a directory
|
||||
;XFAIL: freebsd
|
||||
|
||||
;RUN: rm -f %T/test.a
|
||||
;RUN: touch %T/a-very-long-file-name
|
||||
|
Loading…
Reference in New Issue
Block a user