[PATCH] D83579: [llvm-ar][test][AIX] Unsupport error-opening-directory.test on AIX

Steven Wan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 13 09:00:23 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rGa7e9c5a39fbc: [llvm-ar][test][AIX] Unsupport error-opening-directory.test on AIX (authored by stevewan).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83579

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,6 +1,6 @@
-## Unsupported on FreeBSD as FreeBSD 12 and earlier allow reading directories
-## by default.
-# UNSUPPORTED: system-freebsd
+## Unsupported on AIX and FreeBSD as AIX and FreeBSD 12 and earlier allow
+## reading directories by default.
+# UNSUPPORTED: system-freebsd, system-aix
 
 # RUN: rm -rf %t && mkdir -p %t
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83579.277450.patch
Type: text/x-patch
Size: 575 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200713/f86c93e4/attachment.bin>


More information about the llvm-commits mailing list