This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: Problem with gas test on cygwin...
- From: Dave Korn <dave dot korn dot cygwin at googlemail dot com>
- To: Christian Joensson <christian dot joensson at gmail dot com>
- Cc: binutils <binutils at sourceware dot org>
- Date: Tue, 02 Jun 2009 10:25:08 +0100
- Subject: Re: Problem with gas test on cygwin...
- References: <5460e3330906012255m7da31a4bv13ba603b9de38b39@mail.gmail.com>
Christian Joensson wrote:
> Hi guys.
>
> Windows XP Pro/SP3 cygwin Intel Core2 Duo T9600@2.80GHz system with packages:
>
> binutils (local build) 2.19.51.20090531 (+D Korn's gas weak patch)
> ../as-new --32 -o dump.o
> /usr/local/src/trunk/src/gas/testsuite/gas/i386/jump.s
> Executing on host: sh -c {../as-new --32 -o dump.o
> /usr/local/src/trunk/src/gas/testsuite/gas/i386/jump.s 2>&1}
> /dev/null gas.out (timeout = 300)
> spawn [open ...]^M
> /usr/local/src/trunk/objdir-binutils/gas/testsuite/../../binutils/objdump
> -drw dump.o
> Executing on host: sh -c
> {/usr/local/src/trunk/objdir-binutils/gas/testsuite/../../binutils/objdump
> -drw dump.o >dump.out 2>gas.stderr} /dev/null (timeout = 300)
> spawn [open ...]^M
> regexp_diff match failure
> regexp "^[ ]*[a-f0-9]+: eb 00 jmp 0x7b$"
> line " 79: eb 00 jmp 7b <.text+0x7b>"
> regexp_diff match failure
> regexp "^[ ]*[a-f0-9]+: eb 00 jmp 0x7e$"
> line " 7c: eb 00 jmp 7e <.text+0x7e>"
> FAIL: i386 jump
> ../as-new --32 -J -o dump.o
> /usr/local/src/trunk/src/gas/testsuite/gas/i386/ssemmx2.s
>
Thanks Christian; I'll see if I can reproduce it. It didn't show up when I
ran the tests last on Friday early a.m. so I'll update my sandbox and see if
that gets me the same failure.
cheers,
DaveK