[Armadeus-commitlog] SF.net SVN: armadeus: [719] trunk
Brought to you by:
sszy
|
From: <jo...@us...> - 2007-11-26 20:15:53
|
Revision: 719
http://armadeus.svn.sourceforge.net/armadeus/?rev=719&view=rev
Author: jorasse
Date: 2007-11-26 12:15:54 -0800 (Mon, 26 Nov 2007)
Log Message:
-----------
[buildroot] ltp-testsuite patch clean-up
Modified Paths:
--------------
trunk/patches/037-buildroot-ltp-testsuite.diff
Removed Paths:
-------------
trunk/buildroot/package/ltp-testsuite/
Modified: trunk/patches/037-buildroot-ltp-testsuite.diff
===================================================================
--- trunk/patches/037-buildroot-ltp-testsuite.diff 2007-11-26 20:00:44 UTC (rev 718)
+++ trunk/patches/037-buildroot-ltp-testsuite.diff 2007-11-26 20:15:54 UTC (rev 719)
@@ -1,13 +1,35 @@
-diff -Naur buildroot.ori/package/ltp-testsuite/ltp-testsuite.mk buildroot/package/ltp-testsuite/ltp-testsuite.mk
---- buildroot.ori/package/ltp-testsuite/ltp-testsuite.mk 2007-10-27 09:15:33.000000000 +0200
-+++ buildroot/package/ltp-testsuite/ltp-testsuite.mk 2007-11-25 20:22:27.000000000 +0100
-@@ -15,7 +15,8 @@
- #
- LTP_PATCHES:=ltp-testsuite-generate-needs-bash.patch \
- ltp-testsuite-sh-is-not-C-code.patch \
-- ltp-testsuite.patch
-+ ltp-testsuite.patch \
-+ ltp-testsuite-missing-open-max.patch
-
- ifeq ($(BR2_PTHREADS_NATIVE),y)
- LTP_PATCHES+=ltp-testsuite-enable-openposix-for-nptl.patch
+diff -Naur buildroot.ori/package/ltp-testsuite/ltp-testsuite.patch buildroot/package/ltp-testsuite/ltp-testsuite.patch
+--- buildroot.ori/package/ltp-testsuite/ltp-testsuite.patch 2007-10-27 09:15:33.000000000 +0200
++++ buildroot/package/ltp-testsuite/ltp-testsuite.patch 2007-11-26 20:47:18.000000000 +0100
+@@ -71,3 +71,31 @@
+ static void setup();
+ static void cleanup();
+ static int setup01();
++diff -Naur ltp-full-20070228.ori/testcases/kernel/ipc/ipc_stress/pipe_test_02.c ltp-full-20070228/testcases/kernel/ipc/ipc_stress/pipe_test_02.c
++--- ltp-full-20070228.ori/testcases/kernel/ipc/ipc_stress/pipe_test_02.c 2007-03-01 05:40:34.000000000 +0100
+++++ ltp-full-20070228/testcases/kernel/ipc/ipc_stress/pipe_test_02.c 2007-11-25 19:01:04.000000000 +0100
++@@ -95,6 +95,10 @@
++ *
++ * USAGE: usage statement
++ */
+++#ifndef OPEN_MAX
+++#define OPEN_MAX 256
+++#endif
+++
++ #define MB (1024*1024)
++ #define DEFAULT_PACKETS_TO_SEND 1024
++ #define DEFAULT_NUM_CHILDREN 1
++diff -Naur ltp-full-20070228.ori/testcases/kernel/syscalls/fork/fork09.c ltp-full-20070228/testcases/kernel/syscalls/fork/fork09.c
++--- ltp-full-20070228.ori/testcases/kernel/syscalls/fork/fork09.c 2007-03-01 05:40:36.000000000 +0100
+++++ ltp-full-20070228/testcases/kernel/syscalls/fork/fork09.c 2007-11-25 19:00:48.000000000 +0100
++@@ -48,6 +48,10 @@
++ #include "test.h"
++ #include "usctest.h"
++
+++#ifndef OPEN_MAX
+++#define OPEN_MAX 256
+++#endif
+++
++ char *TCID = "fork09";
++ int TST_TOTAL = 1;
++ extern int Tst_count;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|