[prev in list] [next in list] [prev in thread] [next in thread] 

List:       ltp-list
Subject:    Re: [LTP] [PATCH] Add Necessary Headers
From:       Subrata Modak <subrata () linux ! vnet ! ibm ! com>
Date:       2008-02-28 9:25:22
Message-ID: 1204190002.4611.14.camel () subratamodak ! linux ! ibm ! com
[Download RAW message or body]

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-testpi1.py        |   26 ++++++++++++++++++++++++++
> > func/pi-tests/parse-testpi2.py        |   27 +++++++++++++++++++++++++++
> > func/sched_football/parse-football.py |   26 ++++++++++++++++++++++++++
> > scripts/parser.py                     |   26 ++++++++++++++++++++++++++
> > 4 files changed, 105 insertions(+)
> > 
> > Signed-Off-By: Chirag <chirag@linux.vnet.ibm.com>
> 
> Acked-By: Dinakar Guniguntala <dino@in.ibm.com>
> 

And the final one too merged. Thanks Sebastien/Dinakar for taking time
to test and then ack. You generated lot of heat over the 3 patches. Good
to see that.

Regards--
Subrata

> 	-Dinakar
> 
> > 
> > 
> > diff --git a/testcases/realtime/func/pi-tests/parse-testpi1.py \
> > b/testcases/realtime/func/pi-tests/parse-testpi1.py index 940ce9b..a073cf8 100644
> > --- a/testcases/realtime/func/pi-tests/parse-testpi1.py
> > +++ b/testcases/realtime/func/pi-tests/parse-testpi1.py
> > @@ -1,3 +1,29 @@
> > +################################################################################
> > +##                                                                            ##
> > +## Copyright  ©  International Business Machines  Corp., 2007, 2008            \
> > ## +##                                                                            \
> > ## +## This program is free software;  you can redistribute it and#or modify      \
> > ## +## it under the terms of the GNU General Public License as published by       \
> > ## +## the Free Software Foundation; either version 2 of the License, or          \
> > ## +## (at your option) any later version.                                        \
> > ## +##                                                                            \
> > ## +## This program is distributed in the hope that it will be useful, but        \
> > ## +## WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY \
> > ## +## or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License   \
> > ## +## for more details.                                                          \
> > ## +##                                                                            \
> > ## +## You should have received a copy of the GNU General Public License          \
> > ## +## along with this program;  if not, write to the Free Software               \
> > ## +## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA    \
> > ## +##									      ##
> > +## NAME: parse-testpi1.py                                                     ##
> > +##                                                                            ##
> > +## DESCRIPTION: Log Parser for the testpi-1.c test                            ##
> > +##                                                                            ##
> > +## AUTHOR: Chirag <chirag@linux.vnet.ibm.com                                  ##
> > +##                                                                            ##
> > +################################################################################
> > +
> > from scripts.parser import *
> > import re
> > class TestPi1(Log):
> > diff --git a/testcases/realtime/func/pi-tests/parse-testpi2.py \
> > b/testcases/realtime/func/pi-tests/parse-testpi2.py index 2c69e38..b846bcb 100644
> > --- a/testcases/realtime/func/pi-tests/parse-testpi2.py
> > +++ b/testcases/realtime/func/pi-tests/parse-testpi2.py
> > @@ -1,3 +1,30 @@
> > +################################################################################
> > +##                                                                            ##
> > +## Copyright  ©  International Business Machines  Corp., 2007, 2008            \
> > ## +##                                                                            \
> > ## +## This program is free software;  you can redistribute it and#or modify      \
> > ## +## it under the terms of the GNU General Public License as published by       \
> > ## +## the Free Software Foundation; either version 2 of the License, or          \
> > ## +## (at your option) any later version.                                        \
> > ## +##                                                                            \
> > ## +## This program is distributed in the hope that it will be useful, but        \
> > ## +## WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY \
> > ## +## or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License   \
> > ## +## for more details.                                                          \
> > ## +##                                                                            \
> > ## +## You should have received a copy of the GNU General Public License          \
> > ## +## along with this program;  if not, write to the Free Software               \
> > ## +## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA    \
> > ## +##									      ##
> > +## NAME: parse-testpi2.py                                                     ##
> > +##                                                                            ##
> > +## DESCRIPTION: Log Parser for the testpi-2.c test                            ##
> > +##                                                                            ##
> > +## AUTHOR: Chirag <chirag@linux.vnet.ibm.com                                  ##
> > +##                                                                            ##
> > +################################################################################
> > +
> > +
> > from scripts.parser import *
> > import re
> > class TestPi2(Log):
> > diff --git a/testcases/realtime/func/sched_football/parse-football.py \
> > b/testcases/realtime/func/sched_football/parse-football.py index ccf3128..882a6c0 \
> >                 100644
> > --- a/testcases/realtime/func/sched_football/parse-football.py
> > +++ b/testcases/realtime/func/sched_football/parse-football.py
> > @@ -1,3 +1,29 @@
> > +################################################################################
> > +##                                                                            ##
> > +## Copyright  ©  International Business Machines  Corp., 2007, 2008            \
> > ## +##                                                                            \
> > ## +## This program is free software;  you can redistribute it and#or modify      \
> > ## +## it under the terms of the GNU General Public License as published by       \
> > ## +## the Free Software Foundation; either version 2 of the License, or          \
> > ## +## (at your option) any later version.                                        \
> > ## +##                                                                            \
> > ## +## This program is distributed in the hope that it will be useful, but        \
> > ## +## WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY \
> > ## +## or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License   \
> > ## +## for more details.                                                          \
> > ## +##                                                                            \
> > ## +## You should have received a copy of the GNU General Public License          \
> > ## +## along with this program;  if not, write to the Free Software               \
> > ## +## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA    \
> > ## +##									      ##
> > +## NAME: parse-football.py                                                    ##
> > +##                                                                            ##
> > +## DESCRIPTION: Log Parser for the sched_football.c test                      ##
> > +##                                                                            ##
> > +## AUTHOR: Chirag <chirag@linux.vnet.ibm.com                                  ##
> > +##                                                                            ##
> > +################################################################################
> > +
> > from scripts.parser import *
> > import re
> > class SchedFootballLog(Log):
> > diff --git a/testcases/realtime/scripts/parser.py \
> > b/testcases/realtime/scripts/parser.py index 06932af..840a6ae 100644
> > --- a/testcases/realtime/scripts/parser.py
> > +++ b/testcases/realtime/scripts/parser.py
> > @@ -1,3 +1,29 @@
> > +################################################################################
> > +##                                                                            ##
> > +## Copyright  ©  International Business Machines  Corp., 2007, 2008            \
> > ## +##                                                                            \
> > ## +## This program is free software;  you can redistribute it and#or modify      \
> > ## +## it under the terms of the GNU General Public License as published by       \
> > ## +## the Free Software Foundation; either version 2 of the License, or          \
> > ## +## (at your option) any later version.                                        \
> > ## +##                                                                            \
> > ## +## This program is distributed in the hope that it will be useful, but        \
> > ## +## WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY \
> > ## +## or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License   \
> > ## +## for more details.                                                          \
> > ## +##                                                                            \
> > ## +## You should have received a copy of the GNU General Public License          \
> > ## +## along with this program;  if not, write to the Free Software               \
> > ## +## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA    \
> > ## +##                                                                            \
> > ## +## NAME: parser.py                                                            \
> > ## +##                                                                            \
> > ## +## DESCRIPTION: Base class for all log parsers                                \
> > ## +##                                                                            \
> > ## +## AUTHOR: Chirag <chirag@linux.vnet.ibm.com                                  \
> > ## +##                                                                            \
> > ## +################################################################################
> >  +
> > import sys,os,string,re
> > 
> > class Log:
> > 
> > -- 
> > 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/vse0120000070mrt/direct/01/
> _______________________________________________
> Ltp-list mailing list
> Ltp-list@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ltp-list


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic