mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:32:44 +01:00
[llvm-ar][test][AIX] Unsupport error-opening-directory.test on AIX
Summary: The test fails on AIX as it allows open() and read() on a directory. This patch adds `# UNSUPPORTED: system-aix` to the test to prevent it from running on AIX. Reviewers: sameerarora101, daltenty, ShuhongL, hubert.reinterpretcast, MaskRay, smeenai, alexshap Reviewed By: sameerarora101, hubert.reinterpretcast, MaskRay, smeenai Subscribers: MaskRay, rupprecht, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D83579
This commit is contained in:
parent
af4f8a5640
commit
f1312423ac
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user