public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Martin Michlmayr <tbm@cyrius.com>
To: binutils@sourceware.org
Subject: Test suite results for mipsel-unknown-linux-gnu (2.16.93)
Date: Fri, 19 May 2006 18:33:00 -0000	[thread overview]
Message-ID: <20060519172443.GA14717@deprecation.cyrius.com> (raw)

mipsel has two test failures in gas that mips doesn't have; the other
failures (in ld) as the same as on mips.


Test Run By tbm on Fri May 19 17:50:02 2006
Native configuration is mipsel-unknown-linux-gnu

		=== binutils tests ===

Schedule of variations:
    unix

		=== binutils Summary ===

# of expected passes		35

		=== gas tests ===

Schedule of variations:
    unix

FAIL: gas/mips/vxworks1
FAIL: gas/mips/vxworks1-xgot

		=== gas Summary ===

# of expected passes		579
# of unexpected failures	2
# of expected failures		1


		=== ld tests ===

Schedule of variations:
    unix

FAIL: vers24a
FAIL: vers24b
FAIL: vers24c
FAIL: visibility (hidden_undef) (non PIC, load offset)
FAIL: visibility (hidden_weak) (non PIC)
FAIL: visibility (hidden_weak)
FAIL: visibility (hidden_weak) (PIC main, non PIC so)
FAIL: visibility (hidden_weak) (PIC main)
FAIL: visibility (protected_undef) (non PIC, load offset)
FAIL: visibility (protected_weak) (non PIC)
FAIL: visibility (protected_weak)
FAIL: visibility (protected_weak) (PIC main, non PIC so)
FAIL: visibility (protected_weak) (PIC main)
FAIL: MIPS textrel-1
FAIL: NOCROSSREFS 3

		=== ld Summary ===

# of expected passes		281
# of unexpected failures	15
# of expected failures		20
# of unsupported tests		1

Errors:

/home/tbm/src/binutils-2.16.93/gas/testsuite/lib/run ../as-new  -mips2 -mvxworks-pic -mabi=32 -o dump.o /home/tbm/src/binutils-2.16.93/gas/testsuite/gas/mips/vxworks1.s
/home/tbm/src/binutils-2.16.93/gas/testsuite/../../binutils/objdump  -dr dump.o > dump.out
regexp_diff match failure
regexp "^.*:    88240000        lwl     a0,0\(at\)$"
line   "  2c:   88240003        lwl     a0,3(at)"
regexp_diff match failure
regexp "^.*:    98240003        lwr     a0,3\(at\)$"
line   "  30:   98240000        lwr     a0,0(at)"
regexp_diff match failure
regexp "^.*:    88240000        lwl     a0,0\(at\)$"
line   "  38:   88240003        lwl     a0,3(at)"
regexp_diff match failure
regexp "^.*:    98240003        lwr     a0,3\(at\)$"
line   "  3c:   98240000        lwr     a0,0(at)"
regexp_diff match failure
regexp "^.*:    a8240000        swl     a0,0\(at\)$"
line   "  44:   a8240003        swl     a0,3(at)"
regexp_diff match failure
regexp "^.*:    b8240003        swr     a0,3\(at\)$"
line   "  48:   b8240000        swr     a0,0(at)"
regexp_diff match failure
regexp "^.*:    a8240000        swl     a0,0\(at\)$"
line   "  50:   a8240003        swl     a0,3(at)"
regexp_diff match failure
regexp "^.*:    b8240003        swr     a0,3\(at\)$"
line   "  54:   b8240000        swr     a0,0(at)"
FAIL: gas/mips/vxworks1
/home/tbm/src/binutils-2.16.93/gas/testsuite/lib/run ../as-new  -mips2 -mvxworks-pic -xgot -mabi=32 -o dump.o /home/tbm/src/binutils-2.16.93/gas/testsuite/gas/mips/vxworks1.s
/home/tbm/src/binutils-2.16.93/gas/testsuite/../../binutils/objdump  -dr dump.o > dump.out
regexp_diff match failure
regexp "^.*:    88240000        lwl     a0,0\(at\)$"
line   "  64:   88240003        lwl     a0,3(at)"
regexp_diff match failure
regexp "^.*:    98240003        lwr     a0,3\(at\)$"
line   "  68:   98240000        lwr     a0,0(at)"
regexp_diff match failure
regexp "^.*:    88240000        lwl     a0,0\(at\)$"
line   "  78:   88240003        lwl     a0,3(at)"
regexp_diff match failure
regexp "^.*:    98240003        lwr     a0,3\(at\)$"
line   "  7c:   98240000        lwr     a0,0(at)"
regexp_diff match failure
regexp "^.*:    a8240000        swl     a0,0\(at\)$"
line   "  8c:   a8240003        swl     a0,3(at)"
regexp_diff match failure
regexp "^.*:    b8240003        swr     a0,3\(at\)$"
line   "  90:   b8240000        swr     a0,0(at)"
regexp_diff match failure
regexp "^.*:    a8240000        swl     a0,0\(at\)$"
line   "  a0:   a8240003        swl     a0,3(at)"
regexp_diff match failure
regexp "^.*:    b8240003        swr     a0,3\(at\)$"
line   "  a4:   b8240000        swr     a0,0(at)"
FAIL: gas/mips/vxworks1-xgot

-- 
Martin Michlmayr
http://www.cyrius.com/

             reply	other threads:[~2006-05-19 17:25 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-19 18:33 Martin Michlmayr [this message]
2006-05-19 21:21 ` Thiemo Seufer
2006-05-20  3:00   ` Daniel Jacobowitz
2006-05-19 21:22 ` Thiemo Seufer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060519172443.GA14717@deprecation.cyrius.com \
    --to=tbm@cyrius.com \
    --cc=binutils@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).