From 086dfda03483d0e962f168c2f8db0a44c60736f0 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Mon, 15 Jul 2013 22:16:53 +0000 Subject: [PATCH] XFAIL on windows too and document the XFAILs. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186354 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Object/directory.ll | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/Object/directory.ll b/test/Object/directory.ll index 6bf4655f1da..cb3fb580277 100644 --- a/test/Object/directory.ll +++ b/test/Object/directory.ll @@ -1,7 +1,10 @@ ;RUN: rm -f %T/test.a ;RUN: not llvm-ar r %T/test.a . 2>&1 | FileCheck %s ;CHECK: .: Is a directory -;XFAIL: freebsd + +; opening a directory works on freebsd. On windows we just get a +; "permission denied" +;XFAIL: freebsd, win32 ;RUN: rm -f %T/test.a ;RUN: touch %T/a-very-long-file-name