public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/15047] New: libstdc++ testing does not work remotely
@ 2004-04-21 16:41 drow at gcc dot gnu dot org
  2004-04-21 16:44 ` [Bug libstdc++/15047] " pinskia at gcc dot gnu dot org
                   ` (11 more replies)
  0 siblings, 12 replies; 17+ messages in thread
From: drow at gcc dot gnu dot org @ 2004-04-21 16:41 UTC (permalink / raw)
  To: gcc-bugs

The libstdc++ tests do not work when run over RSH.  There are two problems:
  - the shared libstdc++ is picked up using LD_LIBRARY_PATH, which is
    only set on the host.  The shared libstdc++ doesn't even exist on the
    target.  I don't have any idea what to do about this.
  - Many of the tests read input files that they expect to be in the current
    directory.  These files are never downloaded to the remote system, so
    many tests show assertion failures.  It might be as simple as making
    sure to download all supporting files before running any tests.

-- 
           Summary: libstdc++ testing does not work remotely
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P2
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: drow at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: i386-pc-linux-gnu
GCC target triplet: arm-unknown-linux-gnu


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


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

* [Bug libstdc++/15047] libstdc++ testing does not work remotely
  2004-04-21 16:41 [Bug libstdc++/15047] New: libstdc++ testing does not work remotely drow at gcc dot gnu dot org
@ 2004-04-21 16:44 ` pinskia at gcc dot gnu dot org
  2004-04-21 16:48 ` pinskia at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-21 16:44 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-21 16:01 -------
PR 11610 is the bug report for copying the files over.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |11610


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


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

* [Bug libstdc++/15047] libstdc++ testing does not work remotely
  2004-04-21 16:41 [Bug libstdc++/15047] New: libstdc++ testing does not work remotely drow at gcc dot gnu dot org
  2004-04-21 16:44 ` [Bug libstdc++/15047] " pinskia at gcc dot gnu dot org
@ 2004-04-21 16:48 ` pinskia at gcc dot gnu dot org
  2004-04-21 16:56 ` dank at kegel dot com
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-21 16:48 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-21 16:02 -------
PR 10251 looks very much related.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |10251


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


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

* [Bug libstdc++/15047] libstdc++ testing does not work remotely
  2004-04-21 16:41 [Bug libstdc++/15047] New: libstdc++ testing does not work remotely drow at gcc dot gnu dot org
  2004-04-21 16:44 ` [Bug libstdc++/15047] " pinskia at gcc dot gnu dot org
  2004-04-21 16:48 ` pinskia at gcc dot gnu dot org
@ 2004-04-21 16:56 ` dank at kegel dot com
  2004-04-21 17:27 ` drow at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 17+ messages in thread
From: dank at kegel dot com @ 2004-04-21 16:56 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dank at kegel dot com  2004-04-21 16:33 -------
The way I dealt with LD_LIBRARY_PATH was to
simply run the tests in a chroot environment
with the libstdc++ under test being the 
chroot environment's active libstdc++.
I'm happy with that.

The file copying stuff I never figured out;
one of these days I intended to follow up
on the comments in PR 11610 but never got a round tuit.

-- 


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


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

* [Bug libstdc++/15047] libstdc++ testing does not work remotely
  2004-04-21 16:41 [Bug libstdc++/15047] New: libstdc++ testing does not work remotely drow at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2004-04-21 16:56 ` dank at kegel dot com
@ 2004-04-21 17:27 ` drow at gcc dot gnu dot org
  2004-04-21 17:38 ` pinskia at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 17+ messages in thread
From: drow at gcc dot gnu dot org @ 2004-04-21 17:27 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From drow at gcc dot gnu dot org  2004-04-21 16:59 -------
Copying the files turned out to be easy.  I have a patch.
For the shared library, the thing to do will probably be to rely
on LD_RUN_PATH and download libstdc++ and libgcc_s to the target.

-- 


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


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

* [Bug libstdc++/15047] libstdc++ testing does not work remotely
  2004-04-21 16:41 [Bug libstdc++/15047] New: libstdc++ testing does not work remotely drow at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2004-04-21 17:27 ` drow at gcc dot gnu dot org
@ 2004-04-21 17:38 ` pinskia at gcc dot gnu dot org
  2004-04-23 15:14 ` cvs-commit at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-21 17:38 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-21 17:18 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-04-21 17:18:46
               date|                            |


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


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

* [Bug libstdc++/15047] libstdc++ testing does not work remotely
  2004-04-21 16:41 [Bug libstdc++/15047] New: libstdc++ testing does not work remotely drow at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2004-04-21 17:38 ` pinskia at gcc dot gnu dot org
@ 2004-04-23 15:14 ` cvs-commit at gcc dot gnu dot org
  2004-04-23 16:07 ` cvs-commit at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 17+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-04-23 15:14 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-04-23 14:33 -------
Subject: Bug 15047

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	drow@gcc.gnu.org	2004-04-23 14:33:36

Modified files:
	libstdc++-v3   : ChangeLog 
	libstdc++-v3/testsuite/lib: libstdc++.exp 

Log message:
	PR libstdc++/15047, libstdc++/11610
	* testsuite/lib/libstdc++.exp (v3-copy-files): Use remote_download.
	(libstdc++_init): Don't pass outdir to v3-copy-files.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&r1=1.2456&r2=1.2457
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/lib/libstdc++.exp.diff?cvsroot=gcc&r1=1.19&r2=1.20



-- 


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


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

* [Bug libstdc++/15047] libstdc++ testing does not work remotely
  2004-04-21 16:41 [Bug libstdc++/15047] New: libstdc++ testing does not work remotely drow at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2004-04-23 15:14 ` cvs-commit at gcc dot gnu dot org
@ 2004-04-23 16:07 ` cvs-commit at gcc dot gnu dot org
  2004-05-14 11:44 ` bkoz at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 17+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-04-23 16:07 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-04-23 15:39 -------
Subject: Bug 15047

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_4-branch
Changes by:	drow@gcc.gnu.org	2004-04-23 15:39:02

Modified files:
	libstdc++-v3   : ChangeLog 
	libstdc++-v3/testsuite/lib: libstdc++.exp 

Log message:
	PR libstdc++/15047, libstdc++/11610
	* testsuite/lib/libstdc++.exp (v3-copy-files): Use remote_download.
	(libstdc++_init): Don't pass outdir to v3-copy-files.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.2224.2.80&r2=1.2224.2.81
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/lib/libstdc++.exp.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.15.4.2&r2=1.15.4.3



-- 


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


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

* [Bug libstdc++/15047] libstdc++ testing does not work remotely
  2004-04-21 16:41 [Bug libstdc++/15047] New: libstdc++ testing does not work remotely drow at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2004-04-23 16:07 ` cvs-commit at gcc dot gnu dot org
@ 2004-05-14 11:44 ` bkoz at gcc dot gnu dot org
  2004-05-14 12:35 ` drow at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 17+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2004-05-14 11:44 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bkoz at gcc dot gnu dot org  2004-05-13 16:10 -------

What's the remaining status on this? Is the LD_LIBRARY_PATH bit just a glob of
documentation that could be applied to:

http://gcc.gnu.org/onlinedocs/libstdc++/test.html

If so, let's do it and close out this sucker.

-benjamin

-- 


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


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

* [Bug libstdc++/15047] libstdc++ testing does not work remotely
  2004-04-21 16:41 [Bug libstdc++/15047] New: libstdc++ testing does not work remotely drow at gcc dot gnu dot org
                   ` (7 preceding siblings ...)
  2004-05-14 11:44 ` bkoz at gcc dot gnu dot org
@ 2004-05-14 12:35 ` drow at gcc dot gnu dot org
  2004-05-14 14:05 ` bkoz at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 17+ messages in thread
From: drow at gcc dot gnu dot org @ 2004-05-14 12:35 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From drow at gcc dot gnu dot org  2004-05-13 17:40 -------
Subject: Re:  libstdc++ testing does not work remotely

Right now we don't copy the shared libraries to the target.  I'd like
to figure out how to do that, and then I can document how to use
rsh or ssh to run the tests on a hosted target board.


-- 


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


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

* [Bug libstdc++/15047] libstdc++ testing does not work remotely
  2004-04-21 16:41 [Bug libstdc++/15047] New: libstdc++ testing does not work remotely drow at gcc dot gnu dot org
                   ` (8 preceding siblings ...)
  2004-05-14 12:35 ` drow at gcc dot gnu dot org
@ 2004-05-14 14:05 ` bkoz at gcc dot gnu dot org
  2004-05-14 15:27 ` drow at gcc dot gnu dot org
  2004-05-24  1:32 ` bkoz at gcc dot gnu dot org
  11 siblings, 0 replies; 17+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2004-05-14 14:05 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bkoz at gcc dot gnu dot org  2004-05-13 20:35 -------

Ok, since this is already an enhancement, and now it has well defined
objectives, I don't have a problem with keeping it open.

It would indeed be interesting to have this work, although not so interesting
that I am going to put any effort into it myself....

I'd imagine that newlib/libjava would also need this kind of thing, right? Can't
the required bits just be stolen from somebody who has already figured this out...

best,
-benjamin

-- 


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


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

* [Bug libstdc++/15047] libstdc++ testing does not work remotely
  2004-04-21 16:41 [Bug libstdc++/15047] New: libstdc++ testing does not work remotely drow at gcc dot gnu dot org
                   ` (9 preceding siblings ...)
  2004-05-14 14:05 ` bkoz at gcc dot gnu dot org
@ 2004-05-14 15:27 ` drow at gcc dot gnu dot org
  2004-05-24  1:32 ` bkoz at gcc dot gnu dot org
  11 siblings, 0 replies; 17+ messages in thread
From: drow at gcc dot gnu dot org @ 2004-05-14 15:27 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From drow at gcc dot gnu dot org  2004-05-13 21:29 -------
Subject: Re:  libstdc++ testing does not work remotely

Newlib doesn't support shared libraries, so it's not an issue.  Libjava
doesn't support this either (nor does gcc; the first thing to do will
be making gcc/g++ copy the shared libgcc_s.so.1 to the target).


-- 


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


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

* [Bug libstdc++/15047] libstdc++ testing does not work remotely
  2004-04-21 16:41 [Bug libstdc++/15047] New: libstdc++ testing does not work remotely drow at gcc dot gnu dot org
                   ` (10 preceding siblings ...)
  2004-05-14 15:27 ` drow at gcc dot gnu dot org
@ 2004-05-24  1:32 ` bkoz at gcc dot gnu dot org
  11 siblings, 0 replies; 17+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2004-05-24  1:32 UTC (permalink / raw)
  To: gcc-bugs



-- 
Bug 15047 depends on bug 11610, which changed state.

Bug 11610 Summary: testcases 27_io/* don't work properly remotely
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11610

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

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


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

* [Bug libstdc++/15047] libstdc++ testing does not work remotely
       [not found] <bug-15047-3264@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2010-02-14 23:16 ` paolo dot carlini at oracle dot com
@ 2010-02-15 14:35 ` drow at gcc dot gnu dot org
  3 siblings, 0 replies; 17+ messages in thread
From: drow at gcc dot gnu dot org @ 2010-02-15 14:35 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #15 from drow at gcc dot gnu dot org  2010-02-15 14:34 -------
I no longer care whether this works; I don't do build-tree testing.  It's
probably still broken, but with no one using it, closing as WONTFIX.


-- 

drow at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX


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


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

* [Bug libstdc++/15047] libstdc++ testing does not work remotely
       [not found] <bug-15047-3264@http.gcc.gnu.org/bugzilla/>
  2010-02-13 23:55 ` paolo dot carlini at oracle dot com
  2010-02-14  2:07 ` joseph at codesourcery dot com
@ 2010-02-14 23:16 ` paolo dot carlini at oracle dot com
  2010-02-15 14:35 ` drow at gcc dot gnu dot org
  3 siblings, 0 replies; 17+ messages in thread
From: paolo dot carlini at oracle dot com @ 2010-02-14 23:16 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #14 from paolo dot carlini at oracle dot com  2010-02-14 23:15 -------
Thanks Joseph. Could you possibly reach Daniel and ask him to provide a bit of
feedback here? Thanks in advance.


-- 

paolo dot carlini at oracle dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |joseph at codesourcery dot
                   |                            |com


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


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

* [Bug libstdc++/15047] libstdc++ testing does not work remotely
       [not found] <bug-15047-3264@http.gcc.gnu.org/bugzilla/>
  2010-02-13 23:55 ` paolo dot carlini at oracle dot com
@ 2010-02-14  2:07 ` joseph at codesourcery dot com
  2010-02-14 23:16 ` paolo dot carlini at oracle dot com
  2010-02-15 14:35 ` drow at gcc dot gnu dot org
  3 siblings, 0 replies; 17+ messages in thread
From: joseph at codesourcery dot com @ 2010-02-14  2:07 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #13 from joseph at codesourcery dot com  2010-02-14 02:07 -------
Subject: Re:  libstdc++ testing does not work remotely

Given the right board file and site.exp, installed libstdc++ testing works 
fine for both remote host and remote target (modulo one installed testing 
bug: bug 23867) and has done so for some time, but I don't know about 
build-tree testing which is what this bug report seems to be about.


-- 


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


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

* [Bug libstdc++/15047] libstdc++ testing does not work remotely
       [not found] <bug-15047-3264@http.gcc.gnu.org/bugzilla/>
@ 2010-02-13 23:55 ` paolo dot carlini at oracle dot com
  2010-02-14  2:07 ` joseph at codesourcery dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 17+ messages in thread
From: paolo dot carlini at oracle dot com @ 2010-02-13 23:55 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from paolo dot carlini at oracle dot com  2010-02-13 23:55 -------
Any progress on this? Should be really kept open after almost 6 years of
inactivity? Thanks for any update.


-- 


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


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

end of thread, other threads:[~2010-02-15 14:35 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-21 16:41 [Bug libstdc++/15047] New: libstdc++ testing does not work remotely drow at gcc dot gnu dot org
2004-04-21 16:44 ` [Bug libstdc++/15047] " pinskia at gcc dot gnu dot org
2004-04-21 16:48 ` pinskia at gcc dot gnu dot org
2004-04-21 16:56 ` dank at kegel dot com
2004-04-21 17:27 ` drow at gcc dot gnu dot org
2004-04-21 17:38 ` pinskia at gcc dot gnu dot org
2004-04-23 15:14 ` cvs-commit at gcc dot gnu dot org
2004-04-23 16:07 ` cvs-commit at gcc dot gnu dot org
2004-05-14 11:44 ` bkoz at gcc dot gnu dot org
2004-05-14 12:35 ` drow at gcc dot gnu dot org
2004-05-14 14:05 ` bkoz at gcc dot gnu dot org
2004-05-14 15:27 ` drow at gcc dot gnu dot org
2004-05-24  1:32 ` bkoz at gcc dot gnu dot org
     [not found] <bug-15047-3264@http.gcc.gnu.org/bugzilla/>
2010-02-13 23:55 ` paolo dot carlini at oracle dot com
2010-02-14  2:07 ` joseph at codesourcery dot com
2010-02-14 23:16 ` paolo dot carlini at oracle dot com
2010-02-15 14:35 ` drow 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).