[LTP] [PATCH 0/2] Remove libjvmsim from realtime testsuite

2008-11-25 Thread Chirag Jog
Hi, These patches remove the jvmsim library and references from all applications that optionally use it. Signed-Off-By: Chirag [EMAIL PROTECTED] PATCH 1/2 - Remove all references of jvmsim from tests. PATCH 2/2 - Remove the libjvmsim and associated files.

[LTP] [PATCH 1/2] Remove references of jvmsim from the tests

2008-11-25 Thread Chirag Jog
Most of the testcases, have an option (-j) which runs the jvmsim as a background load so as to simulate the behavior of the JVM. This patch removes the references of jvmsim from all the testcases. Signed-Off-By: Chirag [EMAIL PROTECTED] Acked-by: Sripathi Kodi [EMAIL PROTECTED]

[LTP] [PATCH 2/2] Remove libjvmsim

2008-11-25 Thread Chirag Jog
This patch removes the libjvmsim itself. Hence no testcase can use it anymore Signed-Off-By: Chirag [EMAIL PROTECTED] Acked-By: Sripathi Kodi [EMAIL PROTECTED] ltp/testcases/realtime/config.mk |7 testcases/realtime/include/libjvmsim.h | 70 -

[LTP] [PATCH] Fix BUG 36012

2008-11-23 Thread Chirag Jog
This patch ensures that prio-preempt uses the librt debug mechanism. Tested: Running the test ./prio_preempt ./prio_preempt -v3 ./run_auto Signed-Off-By: Chirag [EMAIL PROTECTED] Acked-by: Darren Hart [EMAIL PROTECTED] Index: ltp/testcases/realtime/func/prio-preempt/prio-preempt.c

[LTP] [PATCH] Fix for Bug 36014

2008-11-23 Thread Chirag Jog
This patch adds librt debug support for prio-wake. The log level selected is 0, as it necessary to print all the buffered information. Tested: ./prio-wake ./run_auto. Signed-Off-By: Chirag [EMAIL PROTECTED] Acked-by: Darren Hart [EMAIL PROTECTED] Index:

[LTP] [PATCH] Fix clock source in gtod_infinite

2008-10-03 Thread Chirag Jog
The clock source used in the gtod_infinite test should be CLOCK_MONOTONIC instead of CLOCK_REALTIME. This is to avoid plausible inconsistencies caused by NTP time adjustments. Tested: running gtod_infinite and then killing it. Signed-Off-By: Chirag [EMAIL PROTECTED] Index:

Re: [LTP] [PATCH 3/4] Fix run.sh

2008-09-23 Thread Chirag Jog
* Darren Hart [EMAIL PROTECTED] [2008-09-22 09:49:31]: On Wed, 2008-09-17 at 13:41 +0530, Chirag Jog wrote: * Darren Hart [EMAIL PROTECTED] [2008-09-16 15:27:10]: This patch fixes a few minor issues in run.sh 1. Adds list option to the usage() command. 2. Remove java from all

Re: [LTP] [PATCH 3/4] Fix run.sh

2008-09-23 Thread Chirag Jog
* Darren Hart [EMAIL PROTECTED] [2008-09-23 07:06:09]: On Tue, 2008-09-23 at 11:59 +0530, Chirag Jog wrote: stress all stress tests will be run + echo -e \t\t\tperfall perf tests will be run + echo -e \t\t\t allall tests will be run

Re: [LTP] [PATCH 2/4] Fix Documentation

2008-09-18 Thread Chirag Jog
Hi Subrata * Subrata Modak [EMAIL PROTECTED] [2008-09-18 16:08:38]: Thanks. I have checked this is. But your [1/4] patch is yet to hit my mailbox. Could you please resend me that Thanks for checkng in this and other patches. patch 1/4 was very huge and never made it to the list. It was an

Re: [LTP] Patch[0/3] Autotest cleanups

2008-09-18 Thread Chirag Jog
* Sebastien Dugue [EMAIL PROTECTED] [2008-09-18 08:09:19]: On Thu, 18 Sep 2008 09:27:02 +0530 Chirag Jog [EMAIL PROTECTED] wrote: * Sebastien Dugue [EMAIL PROTECTED] [2008-09-17 13:15:36]: On Wed, 17 Sep 2008 15:24:27 +0530 Chirag Jog [EMAIL PROTECTED] wrote: The [PATCH 1

Re: [LTP] [PATCH 2/4] Fix Documentation

2008-09-17 Thread Chirag Jog
This patch removes outdated (or irrelevant) parts of the existing documentation and updates its. Also incorporated are suggestions made by Darren. Signed-Off-By: Chirag [EMAIL PROTECTED] diff --git a/testcases/realtime/README b/testcases/realtime/README index 32a35c5..269a75f 100644 ---

[LTP] Patch[0/3] Autotest cleanups

2008-09-17 Thread Chirag Jog
The [PATCH 1/1] Fixes and Clean up to realtime testsuite was too big in size and never made it to the ltp list I have split the patch into 3 patches These patches just remove the unnecessary autotest files. -- -Thanks,Chirag

[LTP] Patch[1/3] Autotest cleanups - 1

2008-09-17 Thread Chirag Jog
Removing unnecessary autotest files Signed-Off-By: Chirag [EMAIL PROTECTED] GNUmakefile.am | 39 - config/GNUmakefile.am|3 - func/GNUmakefile.am | 19

Re: [LTP] Patch[0/3] Autotest cleanups

2008-09-17 Thread Chirag Jog
* Sebastien Dugue [EMAIL PROTECTED] [2008-09-17 13:15:36]: On Wed, 17 Sep 2008 15:24:27 +0530 Chirag Jog [EMAIL PROTECTED] wrote: The [PATCH 1/1] Fixes and Clean up to realtime testsuite was too big in size and never made it to the ltp list I have split the patch into 3 patches

[LTP] [PATCH 3/4] Fix run.sh

2008-09-16 Thread Chirag Jog
This patch fixes two minor issues in run.sh 1. Adds list option to the usage() command. 2. Remove java from all tests to be run. Signed-Off-By: Chirag [EMAIL PROTECTED] run.sh |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testcases/realtime/run.sh

[LTP] [PATCH 4/4] Add utf-8 support for python scripts

2008-09-16 Thread Chirag Jog
This patch ensures that the python scripts support utf encoding. Prior to the patch, the python scripts would exit with this error: File parse-testpi1.py, line 3 SyntaxError: Non-ASCII character '\xc2' in file parse-testpi1.py on line 3, but no encoding declared; see

[LTP] [PATCH 2/4] Fix Documentation

2008-09-16 Thread Chirag Jog
This patch removes outdated (or irrelevant) parts of the existing documentation and updates its. Signed-Off-By: Chirag [EMAIL PROTECTED] README | 33 +++-- doc/HOWTO_ADD_TESTS | 10 +- 2 files changed, 20 insertions(+), 23 deletions(-)

[LTP] [PATCH] Run Async_handler and async_handler_jk test by default

2008-06-12 Thread Chirag Jog
/gtod_latency gtod_latency func/sched_jitter sched_jitter -- Cheers, Chirag Jog - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open

Re: [LTP] ltp-full-20080531 realtime testing

2008-06-10 Thread Chirag Jog
=120915160126510w=2 -- Cheers, Chirag Jog - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php

Re: [LTP] [PATCH 03/11] Added -c arg into rt_init of librttest.c

2008-05-05 Thread Chirag Jog
?http://java.sun.com/javaone ___ Ltp-list mailing list Ltp-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ltp-list -- Cheers, Chirag Jog - This SF.net

Re: [LTP] [PATCH 10/11] Modified tc-2.c to consider pass criteria (-c) arg.

2008-05-05 Thread Chirag Jog
://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone ___ Ltp-list mailing list Ltp-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ltp-list -- Cheers, Chirag Jog

Re: [LTP] [PATCH 07/11] Modified async_handler.c and async_handler_jk.c to consider pass criteria (-c) arg.

2008-05-05 Thread Chirag Jog
___ Ltp-list mailing list Ltp-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ltp-list -- Cheers, Chirag Jog - This SF.net email is sponsored by the 2008 JavaOne

Re: [LTP] [PATCH 05/11] Modified pthread_kill_latency.c to consider pass criteria (-c) arg.

2008-05-05 Thread Chirag Jog
/javaone ___ Ltp-list mailing list Ltp-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ltp-list -- Cheers, Chirag Jog - This SF.net email is sponsored

Re: [LTP] [PATCH 09/11] Modified hrtimer-prio.c to consider pass criteria (-c) arg.

2008-05-05 Thread Chirag Jog
;198757673;13503038;p?http://java.sun.com/javaone ___ Ltp-list mailing list Ltp-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ltp-list -- Cheers, Chirag Jog

Re: [LTP] [PATCH 11/11] Modified sched_latency.c to consider pass criteria (-c) arg.

2008-05-05 Thread Chirag Jog
://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone ___ Ltp-list mailing list Ltp-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ltp-list -- Cheers, Chirag Jog

Re: [LTP] [PATCH 2/5] [Realtime] Add pi_perf testcase to the build

2008-04-17 Thread Chirag Jog
___ Ltp-list mailing list Ltp-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ltp-list -- Cheers, Chirag Jog - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss

Re: [LTP] [PATCH 1/5] [Realtime] Remove references to NPTL from comments in source files

2008-04-17 Thread Chirag Jog
async_handler.c -o async_handler This applies for the rest as well. -- Cheers, Chirag Jog - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save

Re: [LTP] [PATCH 3/5] [Realtime] No need to build libraries containing a single object

2008-04-17 Thread Chirag Jog
://java.sun.com/javaone ___ Ltp-list mailing list Ltp-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ltp-list -- Cheers, Chirag Jog - This SF.net email

Re: [LTP] [PATCH 4/5] [Realtime] periodic_cpu_load - Add help entry for number of iterations

2008-04-17 Thread Chirag Jog
. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone ___ Ltp-list mailing list Ltp-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ltp-list -- Cheers, Chirag Jog

Re: [LTP] [PATCH 5/5] [Realtime] Add checks for minimum number of iterations.

2008-04-17 Thread Chirag Jog
https://lists.sourceforge.net/lists/listinfo/ltp-list -- Cheers, Chirag Jog - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use

Re: [LTP] checks return values of asprintf calls

2008-04-14 Thread Chirag Jog
, filename) == -1) { fprintf(stderr, Failed to allocate string for plot filename\n); return -1; } Cheers -- Cheers, Chirag Jog - This SF.net email is sponsored by the 2008 JavaOne(SM

Re: [LTP] ltp-full-20080331 on Fedora Core release 3

2008-04-11 Thread Chirag Jog
special glibc/kernel support. For now, we can probably ensure that configure is run before make. Thoughts? -- Cheers, Chirag Jog - This SF.net email is sponsored by the 2008 JavaOne(SM

Re: [LTP] Reg: LTP Latest Release.

2008-04-01 Thread Chirag Jog
, Chirag Jog - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace

Re: [LTP] [PATCH 3/3] periodic_cpu_load_single.c: whitespace cleanup.

2008-03-18 Thread Chirag Jog
2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ ___ Ltp-list mailing list Ltp-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ltp-list -- Cheers, Chirag Jog

Re: [LTP] [PATCH 1/3] periodic_cpu_load.c: whitespaces cleanup.

2008-03-18 Thread Chirag Jog
@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ltp-list -- Cheers, Chirag Jog - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT

[LTP] Query abt git and cvs repos

2008-03-12 Thread Chirag Jog
Hi, The git repo is a mirror of the cvs repo. Are these two repos always in sync? Is there some time-lag? -- Cheers, Chirag Jog - This SF.net email is sponsored by: Microsoft Defy all challenges

Re: [LTP] PATCH[2/3] Use librttest infrastructure

2008-02-27 Thread Chirag Jog
\n, retc); } -pthread_create (thread, NULL, child_thread, NULL); - -pthread_join(thread, NULL); +create_other_thread(child_thread, NULL); +join_threads(); return 0; } -- Cheers, Chirag Jog

Re: [LTP] PATCH[2/3] Use librttest infrastructure

2008-02-27 Thread Chirag Jog
* Sebastien Dugue [EMAIL PROTECTED] [2008-02-27 11:23:01]: On Wed, 27 Feb 2008 14:30:35 +0530 Chirag Jog [EMAIL PROTECTED] wrote: Hi Sebastien, Here is the patch redone. Signed-Off-By: Chirag [EMAIL PROTECTED] Using librttest support Nice, compile and run tested

Re: [LTP] PATCH[3/3] Use librttest infrastructure [ tc-2]

2008-02-27 Thread Chirag Jog
*/ if ((clock_gettime (CLOCK_PROCESS_CPUTIME_ID, myts)) 0) { perror(clock_gettime: CLOCK_PROCESS_CPUTIME_ID: ); -- Cheers, Chirag Jog - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R

Re: [LTP] [PATCH] Add Necessary Headers

2008-02-26 Thread Chirag Jog
* Subrata Modak [EMAIL PROTECTED] [2008-02-26 17:14:43]: On Mon, 2008-02-25 at 16:00 +0530, Dinakar Guniguntala wrote: On Mon, Feb 25, 2008 at 03:07:02PM +0530, Chirag Jog wrote: Hi, These patches adds missing headers to the following files. func/pi-tests/parse

[LTP] PATCH[0/3] rt-test clean ups

2008-02-25 Thread Chirag Jog
Hi, Here is a set of clean ups for the realtime tests. -- Cheers, Chirag Jog - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go

Re: [LTP] PATCH[0/3] rt-test clean ups

2008-02-25 Thread Chirag Jog
)\n, ret, strerror(ret)); list_del(thread-_threads); pthread_attr_destroy(thread-attr); -- Cheers, Chirag Jog - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R

[LTP] PATCH[2/3] Use librttest infrastructure

2008-02-25 Thread Chirag Jog
); +create_other_thread (child_thread, NULL); -pthread_join(thread, NULL); +join_threads(); return 0; } -- Cheers, Chirag Jog - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008

[LTP] PATCH[3/3] Use librttest infrastructure [ tc-2]

2008-02-25 Thread Chirag Jog
], NULL); - } - + join_threads(); /* Get the process cpu clock value */ if ((clock_gettime (CLOCK_PROCESS_CPUTIME_ID, myts)) 0) { perror(clock_gettime: CLOCK_PROCESS_CPUTIME_ID: ); -- Cheers, Chirag Jog

[LTP] [PATCH] Add Necessary Headers

2008-02-25 Thread Chirag Jog
] ## +## ## + + import sys,os,string,re class Log: -- Cheers, Chirag Jog - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R

Re: [LTP] [PATCH][realtime] Clean ups and fixes - Round 3

2008-02-25 Thread Chirag Jog
* Jeff Burke [EMAIL PROTECTED] [2008-02-24 19:48:31]: sudhanshu wrote: On Saturday 23 February 2008 23:25:10 Jeff Burke wrote: sudhanshu wrote: On Friday 22 February 2008 15:40:52 Chirag Jog wrote: * sudhanshu [EMAIL PROTECTED] [2008-02-22 14:44:35]: Hi

Re: [LTP] PATCH[3/3] Use librttest infrastructure [ tc-2]

2008-02-25 Thread Chirag Jog
* Sebastien Dugue [EMAIL PROTECTED] [2008-02-25 11:47:05]: Hi Chirag, some comments On Mon, 25 Feb 2008 15:04:19 +0530 Chirag Jog [EMAIL PROTECTED] wrote: Hi, The thread-clock test doesn't use the librttest infrastructure. This patch ensures that it does

[LTP] PATCH[2/3] Use librttest infrastructure

2008-02-25 Thread Chirag Jog
, char **argv) printf(Failed to init mutex: %d\n, retc); } -pthread_create (thread, NULL, child_thread, NULL); +create_other_thread (child_thread, NULL); -pthread_join(thread, NULL); +join_threads(); return 0; } -- Cheers, Chirag Jog

Re: [LTP] [PATCH][realtime] Clean ups and fixes - Round 3

2008-02-22 Thread Chirag Jog
* sudhanshu [EMAIL PROTECTED] [2008-02-22 18:03:11]: On Friday 22 February 2008 15:40:52 Chirag Jog wrote: * sudhanshu [EMAIL PROTECTED] [2008-02-22 14:44:35]: Hi , There are numerous cleanups, fixes and features went into our locally maintained version of realtime tests, since its