From: Jeff Burke <jburke@redhat.com>
To: Kiran <kiran@linux.vnet.ibm.com>
Cc: ltp-list@lists.sf.net, rostedt <rostedt@goodmis.org>
Subject: Re: [LTP] [PATCH] Patch to change the format of Steve Rostedt's rt-migrate-test testcase
Date: Fri, 18 Sep 2009 13:57:12 -0400 [thread overview]
Message-ID: <4AB3C9F8.6070405@redhat.com> (raw)
In-Reply-To: <1253275727.6773.41.camel@kiran-laptop>
Kiran wrote:
> On Thu, 2009-09-17 at 09:38 -0400, Jeff Burke wrote:
>> Jeff Burke wrote:
>>> Kiran wrote:
>>>> Hi Subrata,
>>>>
>>>> This patch places the rt-migrate testcase into the
>>>> realtime/func/rt-migrate directory.
>>>>
>>>> Signed-off-by: Kiran Prakash <kiran@linux.vnet.ibm.com>
>>>>
>>> Kiran,
>>> Did you get a chance to test this on both x86_64 and i386? In my
>>> stand alone version(Before you ported it to LTP). My results vary quite
>>> a bit for i386. I have attached two files.
>>> standalone - Is the rt-migrate test results outside of LTP
>>> ltpver - Is the rt-migrate test results ported into LTP
>>>
>>> Note: The results are from the same system same kernel. The test were
>>> run back to back.
>>>
>> Kiran,
>> Did you get a chance to review the results?
>> Jeff
>>> Thanks,
>>> Jeff
>>>
> Hi,
>
> This is a patch on the cvs version of LTP.
Kiran,
I have retested with this patch applied. This patch looks good.
Thanks,
Jeff
>
> Signed-off-by: Kiran Prakash <kiran@linux.vnet.ibm.com>
>
> diff -Naur ltp_orig/testcases/realtime/func/rt-migrate/rt-migrate.c ltp/testcases/realtime/func/rt-migrate/rt-migrate.c
> --- ltp_orig/testcases/realtime/func/rt-migrate/rt-migrate.c 2009-09-07 14:29:10.000000000 +0530
> +++ ltp/testcases/realtime/func/rt-migrate/rt-migrate.c 2009-09-18 17:30:34.000000000 +0530
> @@ -46,7 +46,6 @@
> * testcases by Kiran Prakash
> *
> */
> -#define _GNU_SOURCE
> #include <stdio.h>
> #ifndef __USE_XOPEN2K
> # define __USE_XOPEN2K
> @@ -247,17 +246,17 @@
> for (i = 0; i < nr_runs; i++) {
> printf("%4d: ", i);
> for (t = 0; t < nr_tasks; t++)
> - printf("%6lld ", intervals[t].records[i].y);
> + printf("%ld ", intervals[t].records[i].y);
>
> printf("\n");
> printf(" len: ");
> for (t = 0; t < nr_tasks; t++)
> - printf("%6lld ", intervals_length[t].records[i].y);
> + printf("%ld ", intervals_length[t].records[i].y);
>
> printf("\n");
> printf(" loops: ");
> for (t = 0; t < nr_tasks; t++)
> - printf("%6ld ", intervals_loops[t].records[i].y);
> + printf("%ld ", intervals_loops[t].records[i].y);
>
> printf("\n");
> printf("\n");
>
> Thanks,
> Kiran
>
>
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry® Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay
> ahead of the curve. Join us from November 9-12, 2009. Register now!
> http://p.sf.net/sfu/devconf
> _______________________________________________
> Ltp-list mailing list
> Ltp-list@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ltp-list
>
------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
prev parent reply other threads:[~2009-09-18 17:57 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-01 8:37 [LTP] [PATCH] Patch to change the format of Steve Rostedt's rt-migrate-test testcase Kiran
2009-09-02 7:14 ` Subrata Modak
2009-09-04 9:49 ` Kiran
2009-09-04 22:54 ` Steven Rostedt
2009-09-07 11:39 ` Subrata Modak
[not found] ` <4AB037E4.9000904@redhat.com>
[not found] ` <4AB23BCE.4030703@redhat.com>
2009-09-18 10:26 ` Kiran
2009-09-18 12:08 ` Kiran
2009-09-18 17:57 ` Jeff Burke [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4AB3C9F8.6070405@redhat.com \
--to=jburke@redhat.com \
--cc=kiran@linux.vnet.ibm.com \
--cc=ltp-list@lists.sf.net \
--cc=rostedt@goodmis.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox