[llvm] fc81f48 - [llvm-ar][test] Unsupport error-opening-directory.test on FreeBSD
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 3 10:58:27 PDT 2020
Author: sameerarora101
Date: 2020-07-03T10:57:32-07:00
New Revision: fc81f48fdeebd9e7c23900a410a39d3ced26019d
URL: https://github.com/llvm/llvm-project/commit/fc81f48fdeebd9e7c23900a410a39d3ced26019d
DIFF: https://github.com/llvm/llvm-project/commit/fc81f48fdeebd9e7c23900a410a39d3ced26019d.diff
LOG: [llvm-ar][test] Unsupport error-opening-directory.test on FreeBSD
Differential Revision: https://reviews.llvm.org/D82786
Added:
Modified:
llvm/test/tools/llvm-ar/error-opening-directory.test
Removed:
################################################################################
diff --git a/llvm/test/tools/llvm-ar/error-opening-directory.test b/llvm/test/tools/llvm-ar/error-opening-directory.test
index 10cee214183e..1f19da7543b3 100644
--- a/llvm/test/tools/llvm-ar/error-opening-directory.test
+++ b/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:
More information about the llvm-commits
mailing list