public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/40704]  New: ^M? in testsuite log leads to binary attachment
@ 2009-07-09 20:51 hjl dot tools at gmail dot com
  2009-07-13  1:19 ` [Bug testsuite/40704] " bje at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: hjl dot tools at gmail dot com @ 2009-07-09 20:51 UTC (permalink / raw)
  To: gcc-bugs

Some gcc test results contain binary attachment:

http://gcc.gnu.org/ml/gcc-testresults/2009-07/msg00830.html

The problem is "^M?" in

                === libffi tests === 


Running target unix/-m32
XPASS: libffi.call/cls_dbls_struct.c -O0 -W -Wall output pattern test, 1.0
2.0^M?
XPASS: libffi.call/cls_dbls_struct.c -O2 output pattern test, 1.0 2.0^M?
XPASS: libffi.call/cls_dbls_struct.c -O3 output pattern test, 1.0 2.0^M?
XPASS: libffi.call/cls_dbls_struct.c -Os output pattern test, 1.0 2.0^M?
XPASS: libffi.call/cls_dbls_struct.c -O2 -fomit-frame-pointer output pattern
test, 1.0 2.0^M?

                === libffi Summary for unix/-m32 === 

They come from

/* { dg-output "1.0 2.0\n" { xfail x86_64-*-linux-* } } */

in libffi.call/cls_dbls_struct.c.


-- 
           Summary: ^M? in testsuite log leads to binary attachment
           Product: gcc
           Version: lto
            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=40704


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

* [Bug testsuite/40704] ^M? in testsuite log leads to binary attachment
  2009-07-09 20:51 [Bug testsuite/40704] New: ^M? in testsuite log leads to binary attachment hjl dot tools at gmail dot com
@ 2009-07-13  1:19 ` bje at gcc dot gnu dot org
  2009-07-28 18:12 ` hjl dot tools at gmail dot com
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bje at gcc dot gnu dot org @ 2009-07-13  1:19 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from bje at gcc dot gnu dot org  2009-07-13 01:19 -------
This is not LTO-specific, changing "Reported against" to 4.5.0.


-- 

bje at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|lto                         |4.5.0


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


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

* [Bug testsuite/40704] ^M? in testsuite log leads to binary attachment
  2009-07-09 20:51 [Bug testsuite/40704] New: ^M? in testsuite log leads to binary attachment hjl dot tools at gmail dot com
  2009-07-13  1:19 ` [Bug testsuite/40704] " bje at gcc dot gnu dot org
@ 2009-07-28 18:12 ` hjl dot tools at gmail dot com
  2009-07-28 20:02 ` ubizjak at gmail dot com
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: hjl dot tools at gmail dot com @ 2009-07-28 18:12 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from hjl dot tools at gmail dot com  2009-07-28 18:12 -------
Shouldn't test_summary remove "^M?" when sending out emails?


-- 


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


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

* [Bug testsuite/40704] ^M? in testsuite log leads to binary attachment
  2009-07-09 20:51 [Bug testsuite/40704] New: ^M? in testsuite log leads to binary attachment hjl dot tools at gmail dot com
  2009-07-13  1:19 ` [Bug testsuite/40704] " bje at gcc dot gnu dot org
  2009-07-28 18:12 ` hjl dot tools at gmail dot com
@ 2009-07-28 20:02 ` ubizjak at gmail dot com
  2009-08-05 18:47 ` hjl dot tools at gmail dot com
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ubizjak at gmail dot com @ 2009-07-28 20:02 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from ubizjak at gmail dot com  2009-07-28 20:01 -------
What about using ^ and $ throughout the testsuite instead of inventing regular
expressions involving \n and \r in all possible combinations (i.e. (\n|\r\n|\r)
)


-- 


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


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

* [Bug testsuite/40704] ^M? in testsuite log leads to binary attachment
  2009-07-09 20:51 [Bug testsuite/40704] New: ^M? in testsuite log leads to binary attachment hjl dot tools at gmail dot com
                   ` (2 preceding siblings ...)
  2009-07-28 20:02 ` ubizjak at gmail dot com
@ 2009-08-05 18:47 ` hjl dot tools at gmail dot com
  2009-08-18 19:41 ` hjl at gcc dot gnu dot org
  2009-09-28 15:48 ` hjl dot tools at gmail dot com
  5 siblings, 0 replies; 7+ messages in thread
From: hjl dot tools at gmail dot com @ 2009-08-05 18:47 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from hjl dot tools at gmail dot com  2009-08-05 18:47 -------
A patch is posted at

http://gcc.gnu.org/ml/gcc-patches/2009-08/msg00284.html


-- 

hjl dot tools at gmail dot com changed:

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


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


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

* [Bug testsuite/40704] ^M? in testsuite log leads to binary attachment
  2009-07-09 20:51 [Bug testsuite/40704] New: ^M? in testsuite log leads to binary attachment hjl dot tools at gmail dot com
                   ` (3 preceding siblings ...)
  2009-08-05 18:47 ` hjl dot tools at gmail dot com
@ 2009-08-18 19:41 ` hjl at gcc dot gnu dot org
  2009-09-28 15:48 ` hjl dot tools at gmail dot com
  5 siblings, 0 replies; 7+ messages in thread
From: hjl at gcc dot gnu dot org @ 2009-08-18 19:41 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from hjl at gcc dot gnu dot org  2009-08-18 19:41 -------
Subject: Bug 40704

Author: hjl
Date: Tue Aug 18 19:40:48 2009
New Revision: 150898

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=150898
Log:
2009-08-18  H.J. Lu  <hongjiu.lu@intel.com>

        PR testsuite/40704
        * test_summary: Filter out "\r". 

Modified:
    trunk/contrib/ChangeLog
    trunk/contrib/test_summary


-- 


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


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

* [Bug testsuite/40704] ^M? in testsuite log leads to binary attachment
  2009-07-09 20:51 [Bug testsuite/40704] New: ^M? in testsuite log leads to binary attachment hjl dot tools at gmail dot com
                   ` (4 preceding siblings ...)
  2009-08-18 19:41 ` hjl at gcc dot gnu dot org
@ 2009-09-28 15:48 ` hjl dot tools at gmail dot com
  5 siblings, 0 replies; 7+ messages in thread
From: hjl dot tools at gmail dot com @ 2009-09-28 15:48 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from hjl dot tools at gmail dot com  2009-09-28 15:48 -------
Fixed.


-- 

hjl dot tools at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.5.0


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


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

end of thread, other threads:[~2009-09-28 15:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-09 20:51 [Bug testsuite/40704] New: ^M? in testsuite log leads to binary attachment hjl dot tools at gmail dot com
2009-07-13  1:19 ` [Bug testsuite/40704] " bje at gcc dot gnu dot org
2009-07-28 18:12 ` hjl dot tools at gmail dot com
2009-07-28 20:02 ` ubizjak at gmail dot com
2009-08-05 18:47 ` hjl dot tools at gmail dot com
2009-08-18 19:41 ` hjl at gcc dot gnu dot org
2009-09-28 15:48 ` hjl dot tools at gmail dot com

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