pkgsrc-WIP-changes archive

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

coreclr-git: Reenable PAL sxs_test1



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Wed Mar 9 01:28:20 2016 +0100
Changeset:	ebe2c6e27969928fc1d6239a4644c7133c13f327

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: Reenable PAL sxs_test1

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

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

diffstat:
 coreclr-git/distinfo                               |  1 +
 ...ption__handling_pal__sxs_test1_exceptionsxs.cpp | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diffs:
diff --git a/coreclr-git/distinfo b/coreclr-git/distinfo
index 310d58c..0597cdb 100644
--- a/coreclr-git/distinfo
+++ b/coreclr-git/distinfo
@@ -6,3 +6,4 @@ SHA1 (patch-src_pal_src_cruntime_printfcpp.cpp) = 4d1ba5fea45402259c67428506f39d
 SHA1 (patch-src_pal_src_cruntime_silent__printf.cpp) = 0922321ad05a90cc3b87b1e2663ff4d0b2e4717e
 SHA1 (patch-src_pal_src_safecrt_output.inl) = ceb1951e8a7e0839fa1c0f5d07fd6c4087afd5df
 SHA1 (patch-src_pal_src_safecrt_safecrt__output__l.c) = 5a17a2525ab434336cfef369980562d1ecdcd953
+SHA1 (patch-src_pal_tests_palsuite_exception__handling_pal__sxs_test1_exceptionsxs.cpp) = 0dacbaebbbbccee37abffc1c9c4f667012bc4516
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..02b9ac7
--- /dev/null
+++ b/coreclr-git/patches/patch-src_pal_tests_palsuite_exception__handling_pal__sxs_test1_exceptionsxs.cpp
@@ -0,0 +1,22 @@
+$NetBSD$
+
+--- src/pal/tests/palsuite/exception_handling/pal_sxs/test1/exceptionsxs.cpp.orig	2016-02-27 21:09:29.000000000 +0000
++++ src/pal/tests/palsuite/exception_handling/pal_sxs/test1/exceptionsxs.cpp
+@@ -31,7 +31,7 @@ extern "C" int InitializeDllTest2();
+ extern "C" int DllTest1();
+ extern "C" int DllTest2();
+ 
+-#if !defined(__FreeBSD__) && !defined(__NetBSD__)
++#if !defined(__FreeBSD__)
+ 
+ bool bSignal = false;
+ bool bCatch = false;
+@@ -73,7 +73,7 @@ void sigsegv_handler(int code, siginfo_t
+ 
+ int __cdecl main(int argc, char *argv[])
+ {
+-#if !defined(__FreeBSD__) && !defined(__NetBSD__)
++#if !defined(__FreeBSD__)
+     struct sigaction newAction;
+     struct sigaction oldAction;
+     newAction.sa_flags = SA_SIGINFO | SA_RESTART;


Home | Main Index | Thread Index | Old Index