public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/40707]  New: [4.5 regression] Testsuite no longer works with emulator
@ 2009-07-10  2:47 hjl dot tools at gmail dot com
  2009-07-10 16:18 ` [Bug testsuite/40707] " hjl dot tools at gmail dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: hjl dot tools at gmail dot com @ 2009-07-10  2:47 UTC (permalink / raw)
  To: gcc-bugs

Revision 149113:

http://gcc.gnu.org/ml/gcc-cvs/2009-06/msg01099.html

broke testsuite with my emulator. I can run AVX binary
under my AVX emulator, which is based on "sim", directly.
To do that, I set up LD_LIBRARY_PATH properly my sim_load,
according to ld_library_path. Revision 149113 removed
ld_library_path support and instead depended on
set_ld_library_path_env_vars, which has

    # Setting the ld library path causes trouble when testing cross-compilers.
    if { [is_remote target] } {
        return
    }

As the result, ld library path is wrong for emulator.
If I make is_remote to return false, remote_spawn
won't return.


-- 
           Summary: [4.5 regression] Testsuite no longer works with emulator
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hjl dot tools at gmail dot com


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug testsuite/40707] [4.5 regression] Testsuite no longer works with emulator
  2009-07-10  2:47 [Bug testsuite/40707] New: [4.5 regression] Testsuite no longer works with emulator hjl dot tools at gmail dot com
@ 2009-07-10 16:18 ` hjl dot tools at gmail dot com
  2009-07-11  6:11 ` rsandifo at gcc dot gnu dot org
  2009-07-11  6:32 ` rsandifo at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: hjl dot tools at gmail dot com @ 2009-07-10 16:18 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from hjl dot tools at gmail dot com  2009-07-10 16:18 -------
A patch is posted at

http://gcc.gnu.org/ml/gcc-patches/2009-07/msg00602.html


-- 

hjl dot tools at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |http://gcc.gnu.org/ml/gcc-
                   |                            |patches/2009-
                   |                            |07/msg00602.html


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug testsuite/40707] [4.5 regression] Testsuite no longer works with emulator
  2009-07-10  2:47 [Bug testsuite/40707] New: [4.5 regression] Testsuite no longer works with emulator hjl dot tools at gmail dot com
  2009-07-10 16:18 ` [Bug testsuite/40707] " hjl dot tools at gmail dot com
@ 2009-07-11  6:11 ` rsandifo at gcc dot gnu dot org
  2009-07-11  6:32 ` rsandifo at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: rsandifo at gcc dot gnu dot org @ 2009-07-11  6:11 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from rsandifo at gcc dot gnu dot org  2009-07-11 06:11 -------
Subject: Bug 40707

Author: rsandifo
Date: Sat Jul 11 06:10:49 2009
New Revision: 149508

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=149508
Log:
gcc/testsuite/
        PR testsuite/40699
        PR testsuite/40707
        PR testsuite/40709
        * lib/gcc-defs.exp, lib/target-libpath.exp, lib/objc.exp,
        lib/gfortran.exp, lib/g++.exp, lib/obj-c++.exp, lib/c-torture.exp,
        lib/gcc-dg.exp, lib/gnat.exp, g++.dg/compat/compat.exp,
        g++.dg/compat/struct-layout-1.exp: Revert 2009-06-30 commit.

libstdc++-v3/
        PR testsuite/40699
        PR testsuite/40707
        PR testsuite/40709
        * testsuite/lib/libstdc++.exp: Revert 2009-06-30 commit.

libjava/
        PR testsuite/40699
        PR testsuite/40707
        PR testsuite/40709
        * testsuite/lib/libjava.exp: Revert 2009-06-30 commit.

libgomp/
        PR testsuite/40699
        PR testsuite/40707
        PR testsuite/40709
        * testsuite/lib/libgomp.exp: Revert 2009-07-02 and 2009-06-30 commits.
        * testsuite/libgomp.c/c.exp, testsuite/libgomp.c++/c++.exp,
        testsuite/libgomp.fortran/fortran.exp: Revert 2009-06-30 commits.

libffi/
        PR testsuite/40699
        PR testsuite/40707
        PR testsuite/40709
        * testsuite/lib/libffi-dg.exp: Revert 2009-07-02, 2009-07-01 and
        2009-06-30 commits.

libmudflap/
        PR testsuite/40699
        PR testsuite/40707
        PR testsuite/40709
        * testsuite/lib/libmudflap.exp: Revert 2009-06-30 commit.

Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/g++.dg/compat/compat.exp
    trunk/gcc/testsuite/g++.dg/compat/struct-layout-1.exp
    trunk/gcc/testsuite/lib/c-torture.exp
    trunk/gcc/testsuite/lib/g++.exp
    trunk/gcc/testsuite/lib/gcc-defs.exp
    trunk/gcc/testsuite/lib/gcc-dg.exp
    trunk/gcc/testsuite/lib/gfortran.exp
    trunk/gcc/testsuite/lib/gnat.exp
    trunk/gcc/testsuite/lib/obj-c++.exp
    trunk/gcc/testsuite/lib/objc.exp
    trunk/gcc/testsuite/lib/target-libpath.exp
    trunk/libffi/ChangeLog
    trunk/libffi/testsuite/lib/libffi-dg.exp
    trunk/libgomp/ChangeLog
    trunk/libgomp/testsuite/lib/libgomp.exp
    trunk/libgomp/testsuite/libgomp.c++/c++.exp
    trunk/libgomp/testsuite/libgomp.c/c.exp
    trunk/libgomp/testsuite/libgomp.fortran/fortran.exp
    trunk/libjava/ChangeLog
    trunk/libjava/testsuite/lib/libjava.exp
    trunk/libmudflap/ChangeLog
    trunk/libmudflap/testsuite/lib/libmudflap.exp
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/testsuite/lib/libstdc++.exp


-- 


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug testsuite/40707] [4.5 regression] Testsuite no longer works with emulator
  2009-07-10  2:47 [Bug testsuite/40707] New: [4.5 regression] Testsuite no longer works with emulator hjl dot tools at gmail dot com
  2009-07-10 16:18 ` [Bug testsuite/40707] " hjl dot tools at gmail dot com
  2009-07-11  6:11 ` rsandifo at gcc dot gnu dot org
@ 2009-07-11  6:32 ` rsandifo at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: rsandifo at gcc dot gnu dot org @ 2009-07-11  6:32 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from rsandifo at gcc dot gnu dot org  2009-07-11 06:32 -------
Reverted the offending commit.


-- 

rsandifo at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-07-11  6:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-10  2:47 [Bug testsuite/40707] New: [4.5 regression] Testsuite no longer works with emulator hjl dot tools at gmail dot com
2009-07-10 16:18 ` [Bug testsuite/40707] " hjl dot tools at gmail dot com
2009-07-11  6:11 ` rsandifo at gcc dot gnu dot org
2009-07-11  6:32 ` rsandifo 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).