pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
libcxx-netbsd: Enable filesystem tests
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Fri Jun 8 11:34:20 2018 +0200
Changeset: d753b228d2bdb7bf9921b61cec1f515b53a7ec86
Modified Files:
libcxx-netbsd/distinfo
Added Files:
libcxx-netbsd/patches/patch-test_support_filesystem__dynamic__test__helper.py
Log Message:
libcxx-netbsd: Enable filesystem tests
Sponsored by <The NetBSD Foundation>
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d753b228d2bdb7bf9921b61cec1f515b53a7ec86
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
libcxx-netbsd/distinfo | 1 +
...patch-test_support_filesystem__dynamic__test__helper.py | 14 ++++++++++++++
2 files changed, 15 insertions(+)
diffs:
diff --git a/libcxx-netbsd/distinfo b/libcxx-netbsd/distinfo
index dcfd9f0c43..a12df60e03 100644
--- a/libcxx-netbsd/distinfo
+++ b/libcxx-netbsd/distinfo
@@ -14,3 +14,4 @@ RMD160 (llvm-3.6.2.src.tar.xz) = 521cbc5fe2925ea3c6e90c7a31f752a04045c972
Size (llvm-3.6.2.src.tar.xz) = 12802380 bytes
SHA1 (patch-include_cstddef) = bb7a7ff5257f3ce6c53ae0c32f3d76166d6157e5
SHA1 (patch-include_stddef.h) = 573fcd22ee3bcf120dc4aea2bd2cec285b8abfcb
+SHA1 (patch-test_support_filesystem__dynamic__test__helper.py) = 739b100dc6241a2bafbfedd2959d9d20048fa46f
diff --git a/libcxx-netbsd/patches/patch-test_support_filesystem__dynamic__test__helper.py b/libcxx-netbsd/patches/patch-test_support_filesystem__dynamic__test__helper.py
new file mode 100644
index 0000000000..556b8bbc78
--- /dev/null
+++ b/libcxx-netbsd/patches/patch-test_support_filesystem__dynamic__test__helper.py
@@ -0,0 +1,14 @@
+$NetBSD$
+
+--- test/support/filesystem_dynamic_test_helper.py.orig 2018-06-07 17:10:26.000000000 +0000
++++ test/support/filesystem_dynamic_test_helper.py
+@@ -4,7 +4,8 @@ import stat
+
+ # Ensure that this is being run on a specific platform
+ assert sys.platform.startswith('linux') or sys.platform.startswith('darwin') \
+- or sys.platform.startswith('cygwin') or sys.platform.startswith('freebsd')
++ or sys.platform.startswith('cygwin') or sys.platform.startswith('freebsd') \
++ or sys.platform.startswith('netbsd')
+
+ def env_path():
+ ep = os.environ.get('LIBCXX_FILESYSTEM_DYNAMIC_TEST_ROOT')
Home |
Main Index |
Thread Index |
Old Index