[PATCH] D82786: [llvm-ar] Unsupport test on FreeBSD

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 3 11:17:44 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rGfc81f48fdeeb: [llvm-ar][test] Unsupport error-opening-directory.test on FreeBSD (authored by sameerarora101, committed by MaskRay).

Changed prior to commit:
  https://reviews.llvm.org/D82786?vs=274263&id=275440#toc

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D82786/new/

https://reviews.llvm.org/D82786

Files:
  llvm/test/tools/llvm-ar/error-opening-directory.test


Index: llvm/test/tools/llvm-ar/error-opening-directory.test
===================================================================
--- llvm/test/tools/llvm-ar/error-opening-directory.test
+++ llvm/test/tools/llvm-ar/error-opening-directory.test
@@ -1,3 +1,7 @@
+## Unsupported on FreeBSD as FreeBSD 12 and earlier allow reading directories
+## by default.
+# UNSUPPORTED: system-freebsd
+
 # RUN: rm -rf %t && mkdir -p %t
 
 ## Passing in a directory:


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82786.275440.patch
Type: text/x-patch
Size: 449 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200703/dda44b1d/attachment.bin>


More information about the llvm-commits mailing list