This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ARM] testsuite remaining errors


On 18 November 2015 at 12:41, Matthew Wahab <matthew.wahab@foss.arm.com> wrote:
> On 16/11/15 20:52, Christophe Lyon wrote:
>> Hi,
>>
>> I ran the testsuite on a variety of arm-* configurations, and I
>> noticed a few FAILs:
>>
>> arm-none-symbianelf:
>> ./gas/testsuite/gas.sum:FAIL: ARM Mapping Symbols for .short (ELF version)
>
> This looks like a typo in mapshort-elf.d (the skip list has
> 'syymbianelf' rather than 'symbianelf').
>
Indeed this one is very easy :-)

>> arm-wince-pe:
>> ./gas/testsuite/gas.sum:FAIL: align2
>
> This is a failure in gas/all/align2.s:
> ---
> testsuite/gas/all/align2.s: Assembler messages:
> testsuite/gas/all/align2.s: Fatal error: cannot fill 48 bytes in section
> .text of test.o because: 'Bad value'
> ---
>
>> ./gas/testsuite/gas.sum:FAIL: 64 Bytes alignment test
>> ./gas/testsuite/gas.sum:FAIL: ARM .bundle_lock
>> ./gas/testsuite/gas.sum:FAIL: ARM .bundle_align_mode
>
> Same as align2.s
>
>> ./gas/testsuite/gas.sum:FAIL: Valid v7e-m+fpv5-d16
>> ./gas/testsuite/gas.sum:FAIL: gas/arm/armv7e-m+fpv5-sp-d16
>> ./gas/testsuite/gas.sum:FAIL: Valid v8-a+pan
>> ./gas/testsuite/gas.sum:FAIL: ARM load/store with 0 offset
>
> These look like a simple mismatch with the expected output. Skipping the
> tests seems safe (but I know nothing about arm-wince-pe). e.g:
>
Neither do I, that's why I thought I'd ask here to check if that
target is still supported.

> +#skip: *-*-pe *-*-wince

>From what I can see in the logs, we have things like:
regexp "^0[0-9a-f]+ <[^>]+> eeb2 ab6f   vcvtb.f64.f16   d10, s31$"
line   "000000d4 <.text+0xd4> ab6feeb2  blge    01bfbba4 <.text+0x1bfbba4>"
that is, the 2 16-bits words of the instruction are swapped compared to
the expected output.

Why would that be?

>> ./gas/testsuite/gas.sum:FAIL: blx->bl convert under no -march/cpu
>
> This is appears to be the assembler not understanding the syntax used
> in the test.
>
Indeed

>> ./gas/testsuite/gas.sum:FAIL: ARM WinCE basic tests
>
> This is also the assembler not understanding the syntax used in the
> test.
>
Yes, but since that test is named 'WinCE basic tests' it's quite surprising
to have syntax errors.

It really seems that this target is not maintained.

>> ./gas/testsuite/gas.sum:FAIL: ARM basic instructions (WinCE version)
>
> This looks like a, possibly simple, mismatch with the expected output.
>
>> ./ld/ld.sum:FAIL: TLS directory entry
>> ./ld/ld.sum:FAIL: align1
>> ./ld/ld.sum:FAIL: extract symbols
>> ./binutils/binutils.sum:FAIL: dlltool -p (symbol names)
>> ./binutils/binutils.sum:FAIL: dlltool -p (symbol names) alias-2.def
>> ./binutils/binutils.sum:FAIL: dlltool -p (symbol names leading underscore)
>> ./binutils/binutils.sum:FAIL: dlltool -p (symbol names leading
>> underscore) alias-2.def
>>
>
> Afraid I didn't look at these.
>
> Matthew
>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]