public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcj/14264] New: libjava testsuite doesnt work with i18ned gcj
@ 2004-02-23 21:39 konqueror at gmx dot de
  2004-02-23 21:43 ` [Bug other/14264] all testsuite do not work with i18ned pinskia at gcc dot gnu dot org
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: konqueror at gmx dot de @ 2004-02-23 21:39 UTC (permalink / raw)
  To: gcc-bugs

The libjava testsuite greps through the output of "gcj -v" (simplified) 
to get the used threading model. It uses the following regexp: 
 
regexp -- "Thread model: (\[^\n\]+)\n" $text ignore model 
 
Unfortunately this line is as follows with german locale: 
 
Thread-Modell: posix 
 
The regexp doesnt fit the german output. 
 
A possible solutions would be to generally set LANG=C (or LC_ALL=C).

-- 
           Summary: libjava testsuite doesnt work with i18ned gcj
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libgcj
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: konqueror at gmx dot de
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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


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

* [Bug other/14264] all testsuite do not work with i18ned
  2004-02-23 21:39 [Bug libgcj/14264] New: libjava testsuite doesnt work with i18ned gcj konqueror at gmx dot de
@ 2004-02-23 21:43 ` pinskia at gcc dot gnu dot org
  2004-07-03 19:53 ` pinskia at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-02-23 21:43 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-02-23 21:43 -------
Confirmed, it happens with all testsuites in gcc.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|libgcj                      |other
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-02-23 21:43:02
               date|                            |
            Summary|libjava testsuite doesnt    |all testsuite do not work
                   |work with i18ned gcj        |with i18ned


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


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

* [Bug other/14264] all testsuite do not work with i18ned
  2004-02-23 21:39 [Bug libgcj/14264] New: libjava testsuite doesnt work with i18ned gcj konqueror at gmx dot de
  2004-02-23 21:43 ` [Bug other/14264] all testsuite do not work with i18ned pinskia at gcc dot gnu dot org
  2004-07-03 19:53 ` pinskia at gcc dot gnu dot org
@ 2004-07-03 19:53 ` pinskia at gcc dot gnu dot org
  2004-10-28 17:00 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-07-03 19:53 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-07-03 19:53 -------
There is a partial patch here: http://gcc.gnu.org/ml/gcc-patches/2004-07/msg00080.html.

-- 


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


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

* [Bug other/14264] all testsuite do not work with i18ned
  2004-02-23 21:39 [Bug libgcj/14264] New: libjava testsuite doesnt work with i18ned gcj konqueror at gmx dot de
  2004-02-23 21:43 ` [Bug other/14264] all testsuite do not work with i18ned pinskia at gcc dot gnu dot org
@ 2004-07-03 19:53 ` pinskia at gcc dot gnu dot org
  2004-07-03 19:53 ` pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-07-03 19:53 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-07-03 19:53 -------
*** Bug 16349 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alfred dot minarik dot 1 at
                   |                            |aon dot at


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


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

* [Bug other/14264] all testsuite do not work with i18ned
  2004-02-23 21:39 [Bug libgcj/14264] New: libjava testsuite doesnt work with i18ned gcj konqueror at gmx dot de
                   ` (2 preceding siblings ...)
  2004-07-03 19:53 ` pinskia at gcc dot gnu dot org
@ 2004-10-28 17:00 ` pinskia at gcc dot gnu dot org
  2004-10-28 17:01 ` [Bug other/14264] testsuite should set LC_ALL/LANG to C pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-28 17:00 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-28 17:00 -------
*** Bug 18202 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu dot org


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


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

* [Bug other/14264] testsuite should set LC_ALL/LANG to C
  2004-02-23 21:39 [Bug libgcj/14264] New: libjava testsuite doesnt work with i18ned gcj konqueror at gmx dot de
                   ` (3 preceding siblings ...)
  2004-10-28 17:00 ` pinskia at gcc dot gnu dot org
@ 2004-10-28 17:01 ` pinskia at gcc dot gnu dot org
  2004-11-11 15:26 ` [Bug other/14264] [4.0 Regression] " pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-28 17:01 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-28 17:01 -------
This is more important now, that we have UTF8 turning the quote characters to UTF8 characters.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|all testsuite do not work   |testsuite should set
                   |with i18ned                 |LC_ALL/LANG to C
   Target Milestone|---                         |4.0.0


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


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

* [Bug other/14264] [4.0 Regression] testsuite should set LC_ALL/LANG to C
  2004-02-23 21:39 [Bug libgcj/14264] New: libjava testsuite doesnt work with i18ned gcj konqueror at gmx dot de
                   ` (4 preceding siblings ...)
  2004-10-28 17:01 ` [Bug other/14264] testsuite should set LC_ALL/LANG to C pinskia at gcc dot gnu dot org
@ 2004-11-11 15:26 ` pinskia at gcc dot gnu dot org
  2004-11-12 14:08 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-11 15:26 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-11 15:26 -------
I think we can consider this a regression as we did not need really to set LC_ALL/LANG to C before even 
if you had them set to something to include UTF8 but now we do.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2004-10-02 01:16:41         |2004-11-11 15:26:29
               date|                            |
            Summary|testsuite should set        |[4.0 Regression] testsuite
                   |LC_ALL/LANG to C            |should set LC_ALL/LANG to C


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


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

* [Bug other/14264] [4.0 Regression] testsuite should set LC_ALL/LANG to C
  2004-02-23 21:39 [Bug libgcj/14264] New: libjava testsuite doesnt work with i18ned gcj konqueror at gmx dot de
                   ` (5 preceding siblings ...)
  2004-11-11 15:26 ` [Bug other/14264] [4.0 Regression] " pinskia at gcc dot gnu dot org
@ 2004-11-12 14:08 ` pinskia at gcc dot gnu dot org
  2004-11-12 19:44 ` pinskia at gcc dot gnu dot org
  2004-11-12 19:44 ` cvs-commit at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-12 14:08 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-12 14:07 -------
Full patch here which does it in the .exp files instead of the makefiles so you can use runtest also:
http://gcc.gnu.org/ml/gcc-patches/2004-11/msg00953.html

Mine.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |pinskia at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED
           Keywords|                            |patch


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


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

* [Bug other/14264] [4.0 Regression] testsuite should set LC_ALL/LANG to C
  2004-02-23 21:39 [Bug libgcj/14264] New: libjava testsuite doesnt work with i18ned gcj konqueror at gmx dot de
                   ` (7 preceding siblings ...)
  2004-11-12 19:44 ` pinskia at gcc dot gnu dot org
@ 2004-11-12 19:44 ` cvs-commit at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-11-12 19:44 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-11-12 19:44 -------
Subject: Bug 14264

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	pinskia@gcc.gnu.org	2004-11-12 19:43:58

Modified files:
	libstdc++-v3/testsuite/lib: libstdc++.exp 
	libjava/testsuite/lib: libjava.exp 
	gcc/testsuite  : ChangeLog 
	libstdc++-v3   : ChangeLog 
	libjava        : ChangeLog 
	gcc/testsuite/lib: g++.exp gcc-dg.exp gfortran.exp objc.exp 
	                   treelang.exp 

Log message:
	2004-11-12  Andrew Pinski  <pinskia@physics.uc.edu>
	
	PR other/14264
	* lib/g++.exp: Set LC_ALL and LANG to C.
	* lib/gcc-dg.exp: Likewise.
	* lib/gfortran.exp: Likewise.
	* lib/objc.exp: Likewise.
	* lib/treelang.exp: Likewise.
	2004-11-12  Andrew Pinski  <pinskia@physics.uc.edu>
	
	PR other/14264
	* testsuite/lib/libstdc++.exp: Set LC_ALL and LANG to C.
	2004-11-12  Andrew Pinski  <pinskia@physics.uc.edu>
	
	PR other/14264
	* testsuite/lib/libjava.exp: Set LC_ALL and LANG to C.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/lib/libstdc++.exp.diff?cvsroot=gcc&r1=1.27&r2=1.28
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/testsuite/lib/libjava.exp.diff?cvsroot=gcc&r1=1.61&r2=1.62
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.4587&r2=1.4588
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&r1=1.2758&r2=1.2759
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/ChangeLog.diff?cvsroot=gcc&r1=1.3200&r2=1.3201
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/lib/g++.exp.diff?cvsroot=gcc&r1=1.42&r2=1.43
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/lib/gcc-dg.exp.diff?cvsroot=gcc&r1=1.40&r2=1.41
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/lib/gfortran.exp.diff?cvsroot=gcc&r1=1.7&r2=1.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/lib/objc.exp.diff?cvsroot=gcc&r1=1.27&r2=1.28
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/lib/treelang.exp.diff?cvsroot=gcc&r1=1.5&r2=1.6



-- 


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


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

* [Bug other/14264] [4.0 Regression] testsuite should set LC_ALL/LANG to C
  2004-02-23 21:39 [Bug libgcj/14264] New: libjava testsuite doesnt work with i18ned gcj konqueror at gmx dot de
                   ` (6 preceding siblings ...)
  2004-11-12 14:08 ` pinskia at gcc dot gnu dot org
@ 2004-11-12 19:44 ` pinskia at gcc dot gnu dot org
  2004-11-12 19:44 ` cvs-commit at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-12 19:44 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-12 19:44 -------
Fixed.

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


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


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

end of thread, other threads:[~2004-11-12 19:44 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-23 21:39 [Bug libgcj/14264] New: libjava testsuite doesnt work with i18ned gcj konqueror at gmx dot de
2004-02-23 21:43 ` [Bug other/14264] all testsuite do not work with i18ned pinskia at gcc dot gnu dot org
2004-07-03 19:53 ` pinskia at gcc dot gnu dot org
2004-07-03 19:53 ` pinskia at gcc dot gnu dot org
2004-10-28 17:00 ` pinskia at gcc dot gnu dot org
2004-10-28 17:01 ` [Bug other/14264] testsuite should set LC_ALL/LANG to C pinskia at gcc dot gnu dot org
2004-11-11 15:26 ` [Bug other/14264] [4.0 Regression] " pinskia at gcc dot gnu dot org
2004-11-12 14:08 ` pinskia at gcc dot gnu dot org
2004-11-12 19:44 ` pinskia at gcc dot gnu dot org
2004-11-12 19:44 ` cvs-commit 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).