pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

coreclr-git: Mimic FreeBSD and disable sxs_test1 for now



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sun Feb 21 14:42:17 2016 +0100
Changeset:	6dd0a1eb9c30dc49fe3bad1dfbadbc5b8cb85810

Modified Files:
	coreclr-git/distinfo
Added Files:
	coreclr-git/patches/patch-src_pal_tests_palsuite_exception__handling_pal__sxs_test1_exceptionsxs.cpp

Log Message:
coreclr-git: Mimic FreeBSD and disable sxs_test1 for now

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6dd0a1eb9c30dc49fe3bad1dfbadbc5b8cb85810

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 coreclr-git/distinfo                                        |  1 +
 ...uite_exception__handling_pal__sxs_test1_exceptionsxs.cpp | 13 +++++++++++++
 2 files changed, 14 insertions(+)

diffs:
diff --git a/coreclr-git/distinfo b/coreclr-git/distinfo
index fa48ece..03d1fa3 100644
--- a/coreclr-git/distinfo
+++ b/coreclr-git/distinfo
@@ -5,5 +5,6 @@ SHA1 (patch-src_pal_inc_pal.h) = 7d3ef148af8b1b24067ba4cb5efc12581ebc6881
 SHA1 (patch-src_pal_src_cruntime_printf.cpp) = 8a86c57e1fe3953d158e1860f04bd19d7df1fe08
 SHA1 (patch-src_pal_src_cruntime_printfcpp.cpp) = 4d1ba5fea45402259c67428506f39d9c3128ecbd
 SHA1 (patch-src_pal_src_cruntime_silent__printf.cpp) = 0922321ad05a90cc3b87b1e2663ff4d0b2e4717e
+SHA1 (patch-src_pal_tests_palsuite_exception__handling_pal__sxs_test1_exceptionsxs.cpp) = 174daa49b8bb21b851855e016f3c0c824b75aae0
 SHA1 (patch-src_pal_tests_palsuite_threading_GetProcessTimes_test2_test2.c) = 2e99bd2f7775fe8ddfef2b6a171b40623474befe
 SHA1 (patch-src_pal_tools_gen-buildsys-clang.sh) = a495e13ad919aaeaa0963795ff9a76a2f52983fa
diff --git a/coreclr-git/patches/patch-src_pal_tests_palsuite_exception__handling_pal__sxs_test1_exceptionsxs.cpp b/coreclr-git/patches/patch-src_pal_tests_palsuite_exception__handling_pal__sxs_test1_exceptionsxs.cpp
new file mode 100644
index 0000000..e31c19f
--- /dev/null
+++ b/coreclr-git/patches/patch-src_pal_tests_palsuite_exception__handling_pal__sxs_test1_exceptionsxs.cpp
@@ -0,0 +1,13 @@
+$NetBSD$
+
+--- src/pal/tests/palsuite/exception_handling/pal_sxs/test1/exceptionsxs.cpp.orig	2016-02-02 01:31:09.000000000 +0000
++++ src/pal/tests/palsuite/exception_handling/pal_sxs/test1/exceptionsxs.cpp
+@@ -20,7 +20,7 @@ extern "C" int DllTest2();
+ 
+ int main(int argc, char *argv[])
+ {
+-#ifndef __FreeBSD__
++#if !defined(__FreeBSD__) && !defined(__NetBSD__)
+     if (0 != InitializeDllTest1())
+     {
+         return 1;


Home | Main Index | Thread Index | Old Index