XFAIL this on freebsd to bring the bot back.
[oota-llvm.git] / test / Object / directory.ll
1 ;RUN: rm -f %T/test.a
2 ;RUN: not llvm-ar r %T/test.a . 2>&1 | FileCheck %s
3 ;CHECK: .: Is a directory
4 ;XFAIL: freebsd
5
6 ;RUN: rm -f %T/test.a
7 ;RUN: touch %T/a-very-long-file-name
8 ;RUN: llvm-ar r %T/test.a %s %T/a-very-long-file-name
9 ;RUN: llvm-ar r %T/test.a %T/a-very-long-file-name
10 ;RUN: llvm-ar t %T/test.a | FileCheck -check-prefix=MEMBERS %s
11 ;MEMBERS-NOT: /
12 ;MEMBERS: directory.ll
13 ;MEMBERS: a-very-long-file-name
14 ;MEMBERS-NOT: a-very-long-file-name