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
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
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
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
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
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
>
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
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
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
--