public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcj/20223] New: libjava testsuite does not fully support multilibs
@ 2005-02-28 13:10 rearnsha at gcc dot gnu dot org
  0 siblings, 0 replies; only message in thread
From: rearnsha at gcc dot gnu dot org @ 2005-02-28 13:10 UTC (permalink / raw)
  To: java-prs

the libjava testsuite does not correctly re-initialize itself for testing
multiple multilib variants in a second or subsequent run.  For example if  your
site.exp contains:

case "$target_triplet" in {
    { "arm*-*-elf*" } {
      set target_list { "arm-sim{,-mthumb}" }
      set board_info(arm-sim,hostname) "localhost"
      set board_info(arm-sim,gdb,skip_huge_test) 1
      set board_info(arm-sim,sim,options) "-m 8378368"
      set board_info(arm-sim/-mthumb,hostname) "localhost"
      set board_info(arm-sim/-mthumb,gdb,skip_huge_test) 1
      set board_info(arm-sim/-mthumb,sim,options) "-m 8378368"
    }
    # Other targets
}

(the key line is the target-list)

Then the testsuite glue and libraries for the -mthumb run are not correctly set.

This works for the other components in the testsuite.

-- 
           Summary: libjava testsuite does not fully support multilibs
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libgcj
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rearnsha at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
                    dot org
GCC target triplet: arm-elf


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20223


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-02-26 16:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-02-28 13:10 [Bug libgcj/20223] New: libjava testsuite does not fully support multilibs rearnsha at gcc dot gnu dot org

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