Re: [LTP] [PATCH] ld01: fix the error message of gcc

2012-04-11 Thread Wanlong Gao
On 04/11/2012 06:18 PM, Caspar Zhang wrote: > On 04/11/2012 05:15 PM, Wanlong Gao wrote: >> Gcc has changed the error message by adding a error level. >> >> Signed-off-by: Wanlong Gao > > Reviewed-by: Caspar Zhang pushed, thanks for reviewing, Wanlong Gao > >> --- >> testcases/commands/ad

Re: [LTP] [PATCH] ld01: fix the error message of gcc

2012-04-11 Thread Caspar Zhang
On 04/11/2012 05:15 PM, Wanlong Gao wrote: > Gcc has changed the error message by adding a error level. > > Signed-off-by: Wanlong Gao Reviewed-by: Caspar Zhang > --- > testcases/commands/ade/ld/ld01 | 39 +-- > 1 file changed, 29 insertions(+), 10 deleti

[LTP] [PATCH] ld01: fix the error message of gcc

2012-04-11 Thread Wanlong Gao
Gcc has changed the error message by adding a error level. Signed-off-by: Wanlong Gao --- testcases/commands/ade/ld/ld01 | 39 +-- 1 file changed, 29 insertions(+), 10 deletions(-) diff --git a/testcases/commands/ade/ld/ld01 b/testcases/commands/ade/ld/ld01

Re: [LTP] [PATCH] ld01

2010-09-06 Thread Garrett Cooper
On Mon, Sep 6, 2010 at 9:05 PM, Deepti Thite wrote: > Hi Garrett, > > We execute ltp tests on different architectures like arm, mips, etc., hence > hardcoding the absolute path  will not work on all  architectures. So I came > up with the patch as a generic solution to it. But this isn't a generi

Re: [LTP] [PATCH] ld01

2010-09-06 Thread Deepti Thite
Hi Garrett, We execute ltp tests on different architectures like arm, mips, etc., hence hardcoding the absolute path will not work on all architectures. So I came up with the patch as a generic solution to it. Regards Deepti On Tue, Sep 7, 2010 at 12:38 AM, Garrett Cooper wrote: > On Wed, Se

Re: [LTP] [PATCH] ld01

2010-09-06 Thread Garrett Cooper
On Wed, Sep 1, 2010 at 2:49 AM, Deepti Thite wrote: > Hi Garrett, > > The actual error messages which I got were: > > + diff -iw /tmp/ld-6569/errmsg.out /tmp/ld-6569/errmsg.exp > --- /tmp/ld-6569/errmsg.out Fri Aug 27 15:42:16 2010 > > +++ /tmp/ld-6569/errmsg.exp Fri Aug 27 15:42:16 2010 >

Re: [LTP] [PATCH] ld01

2010-09-06 Thread Subrata Modak
On Tue 2010-08-31 at 08:48 -0700, Garrett Cooper wrote: > On Tue, Aug 31, 2010 at 2:47 AM, Deepti Thite wrote: > > ld01 test fails as native compilers don’t match in the expected and output > > file. > > > > The attached patch will grep expected results from the output file generated > > and will

Re: [LTP] [PATCH] ld01

2010-08-31 Thread Garrett Cooper
On Tue, Aug 31, 2010 at 2:47 AM, Deepti Thite wrote: > ld01 test fails as native compilers don’t match in the expected and output > file. > > The attached patch will grep expected results from the output file generated > and will not create an expected results file. What is the actual error messa

[LTP] [PATCH] ld01

2010-08-31 Thread Deepti Thite
ld01 test fails as native compilers don’t match in the expected and output file. The attached patch will grep expected results from the output file generated and will not create an expected results file. Signed-off: Deepti Thite ld01.patch Description: Binary data --