[llvm] r186317 - XFAIL this on freebsd to bring the bot back.
Rafael Espindola
rafael.espindola at gmail.com
Mon Jul 15 05:18:30 PDT 2013
Author: rafael
Date: Mon Jul 15 07:18:30 2013
New Revision: 186317
URL: http://llvm.org/viewvc/llvm-project?rev=186317&view=rev
Log:
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.
Modified:
llvm/trunk/test/Object/directory.ll
Modified: llvm/trunk/test/Object/directory.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Object/directory.ll?rev=186317&r1=186316&r2=186317&view=diff
==============================================================================
--- llvm/trunk/test/Object/directory.ll (original)
+++ llvm/trunk/test/Object/directory.ll Mon Jul 15 07:18:30 2013
@@ -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
More information about the llvm-commits
mailing list