From 4c275c31aa2a4aa357daa518505a199580d15309 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Mon, 15 Jul 2013 12:18:30 +0000 Subject: [PATCH] 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 --- test/Object/directory.ll | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Object/directory.ll b/test/Object/directory.ll index 48eefcb6ecb..6bf4655f1da 100644 --- a/test/Object/directory.ll +++ b/test/Object/directory.ll @@ -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