pkgsrc-WIP-changes archive

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

coreclr-git: Remove system headers from tests and build 98% of sources



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Thu Feb 4 02:45:22 2016 +0100
Changeset:	380a659cee71fc761fd6f8a7719ac5598f294e84

Modified Files:
	coreclr-git/distinfo
Added Files:
	coreclr-git/patches/patch-src_pal_tests_palsuite_threading_GetThreadTimes_test1_test1.c
	coreclr-git/patches/patch-src_pal_tests_palsuite_threading_QueryThreadCycleTime_test1_test1.c

Log Message:
coreclr-git: Remove system headers from tests and build 98% of sources

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

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

diffstat:
 coreclr-git/distinfo                                |  2 ++
 ..._palsuite_threading_GetThreadTimes_test1_test1.c | 21 +++++++++++++++++++++
 ...ite_threading_QueryThreadCycleTime_test1_test1.c | 21 +++++++++++++++++++++
 3 files changed, 44 insertions(+)

diffs:
diff --git a/coreclr-git/distinfo b/coreclr-git/distinfo
index 455f35c..ffe3cb3 100644
--- a/coreclr-git/distinfo
+++ b/coreclr-git/distinfo
@@ -20,3 +20,5 @@ SHA1 (patch-src_pal_tests_palsuite_c__runtime_swscanf_test5_test5.c) = b3d756b03
 SHA1 (patch-src_pal_tests_palsuite_c__runtime_swscanf_test6_test6.c) = b34a7ff156a208e4d2fb7d5be1fad00a056b1dd3
 SHA1 (patch-src_pal_tests_palsuite_c__runtime_swscanf_test7_test7.c) = c9c466c9bf16d92cbc49edd7871ef49df8b5d7e8
 SHA1 (patch-src_pal_tests_palsuite_c__runtime_swscanf_test8_test8.c) = 308f4de7dc624572db2090e4b1c81b3ee4a6d902
+SHA1 (patch-src_pal_tests_palsuite_threading_GetThreadTimes_test1_test1.c) = a78c94efb05d8e7fb1155bcd7f2863a9da59eb9c
+SHA1 (patch-src_pal_tests_palsuite_threading_QueryThreadCycleTime_test1_test1.c) = d31a7f44db2f66c0144d5738e57c57c327210d18
diff --git a/coreclr-git/patches/patch-src_pal_tests_palsuite_threading_GetThreadTimes_test1_test1.c b/coreclr-git/patches/patch-src_pal_tests_palsuite_threading_GetThreadTimes_test1_test1.c
new file mode 100644
index 0000000..93b9002
--- /dev/null
+++ b/coreclr-git/patches/patch-src_pal_tests_palsuite_threading_GetThreadTimes_test1_test1.c
@@ -0,0 +1,21 @@
+$NetBSD$
+
+--- src/pal/tests/palsuite/threading/GetThreadTimes/test1/test1.c.orig	2016-01-28 19:04:13.000000000 +0000
++++ src/pal/tests/palsuite/threading/GetThreadTimes/test1/test1.c
+@@ -13,9 +13,7 @@
+ **
+ **=========================================================*/
+ 
+-#define _GNU_SOURCE
+ #include <palsuite.h>
+-#include <sched.h>
+ 
+ int __cdecl main(int argc, char *argv[]) {
+     int ret = FAIL;
+@@ -102,6 +100,3 @@ int __cdecl main(int argc, char *argv[])
+ EXIT:
+     return ret;
+ }
+-
+-
+-
diff --git a/coreclr-git/patches/patch-src_pal_tests_palsuite_threading_QueryThreadCycleTime_test1_test1.c b/coreclr-git/patches/patch-src_pal_tests_palsuite_threading_QueryThreadCycleTime_test1_test1.c
new file mode 100644
index 0000000..5330fd3
--- /dev/null
+++ b/coreclr-git/patches/patch-src_pal_tests_palsuite_threading_QueryThreadCycleTime_test1_test1.c
@@ -0,0 +1,21 @@
+$NetBSD$
+
+--- src/pal/tests/palsuite/threading/QueryThreadCycleTime/test1/test1.c.orig	2016-01-28 19:04:13.000000000 +0000
++++ src/pal/tests/palsuite/threading/QueryThreadCycleTime/test1/test1.c
+@@ -13,9 +13,7 @@
+ **
+ **=========================================================*/
+ 
+-#define _GNU_SOURCE
+ #include <palsuite.h>
+-#include <sched.h>
+ 
+ int __cdecl main(int argc, char *argv[]) {
+     int ret = FAIL;
+@@ -98,6 +96,3 @@ int __cdecl main(int argc, char *argv[])
+ EXIT:
+     return ret;
+ }
+-
+-
+-


Home | Main Index | Thread Index | Old Index