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

Sameer Arora via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 29 09:42:38 PDT 2020


sameerarora101 created this revision.
sameerarora101 added reviewers: gkistanova, jhenderson, alexshap, smeenai, Ktwu.
Herald added subscribers: llvm-commits, rupprecht, MaskRay, krytarowski, arichardson, emaste.
Herald added a project: LLVM.

The test `error-opening-directory.test` fails on FreeBSD as it allows
for reading in directories just fine. This patch adds `# UNSUPPORTED:
system-freebsd` to the test to prevent it from running on FreeBSD.


Repository:
  rG LLVM Github Monorepo

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 it
+## allows for reading in directories.
+# UNSUPPORTED: system-freebsd
+
 # RUN: rm -rf %t && mkdir -p %t
 
 ## Passing in a directory:


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82786.274155.patch
Type: text/x-patch
Size: 426 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200629/8522d2b8/attachment-0001.bin>


More information about the llvm-commits mailing list