This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug go/54761] New: FAIL log


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

             Bug #: 54761
           Summary: FAIL log
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: go
        AssignedTo: ian@airs.com
        ReportedBy: ubizjak@gmail.com
              Host: alpha-unknown-linux-gnu
            Target: alpha-unknown-linux-gnu
             Build: alpha-unknown-linux-gnu


log libgo test regressed again, probaby when libgo switched to libbacktrace. As
instructed in PR52583, I am opening a new PR for this.

make GOTESTFLAGS=--keep log/check
--- FAIL: log.TestAll (0.01 seconds)
        ???:1: log output should match "^.*/[A-Za-z0-9_\\-]+\\.go:(54|56):
hello 23 world$" is "???:0: hello 23 world"
        ???:1: log output should match "^.*/[A-Za-z0-9_\\-]+\\.go:(54|56):
hello 23 world$" is "???:0: hello 23 world"
        ???:1: log output should match "^[A-Za-z0-9_\\-]+\\.go:(54|56): hello
23 world$" is "???:0: hello 23 world"
        ???:1: log output should match "^[A-Za-z0-9_\\-]+\\.go:(54|56): hello
23 world$" is "???:0: hello 23 world"
        ???:1: log output should match "^[A-Za-z0-9_\\-]+\\.go:(54|56): hello
23 world$" is "???:0: hello 23 world"
        ???:1: log output should match "^[A-Za-z0-9_\\-]+\\.go:(54|56): hello
23 world$" is "???:0: hello 23 world"
        ???:1: log output should match
"^XXX[0-9][0-9][0-9][0-9]/[0-9][0-9]/[0-9][0-9]
[0-9][0-9]:[0-9][0-9]:[0-9][0-9]\\.[0-9][0-9][0-9][0-9][0-9][0-9]
.*/[A-Za-z0-9_\\-]+\\.go:(54|56): hello 23 world$" is "XXX2012/09/30
19:38:55.640536 ???:0: hello 23 world"
        ???:1: log output should match
"^XXX[0-9][0-9][0-9][0-9]/[0-9][0-9]/[0-9][0-9]
[0-9][0-9]:[0-9][0-9]:[0-9][0-9]\\.[0-9][0-9][0-9][0-9][0-9][0-9]
.*/[A-Za-z0-9_\\-]+\\.go:(54|56): hello 23 world$" is "XXX2012/09/30
19:38:55.641513 ???:0: hello 23 world"
        ???:1: log output should match
"^XXX[0-9][0-9][0-9][0-9]/[0-9][0-9]/[0-9][0-9]
[0-9][0-9]:[0-9][0-9]:[0-9][0-9]\\.[0-9][0-9][0-9][0-9][0-9][0-9]
[A-Za-z0-9_\\-]+\\.go:(54|56): hello 23 world$" is "XXX2012/09/30
19:38:55.642490 ???:0: hello 23 world"
        ???:1: log output should match
"^XXX[0-9][0-9][0-9][0-9]/[0-9][0-9]/[0-9][0-9]
[0-9][0-9]:[0-9][0-9]:[0-9][0-9]\\.[0-9][0-9][0-9][0-9][0-9][0-9]
[A-Za-z0-9_\\-]+\\.go:(54|56): hello 23 world$" is "XXX2012/09/30
19:38:55.643466 ???:0: hello 23 world"
FAIL

~/gcc-build/gcc/xgcc -v
Using built-in specs.
COLLECT_GCC=/home/uros/gcc-build/gcc/xgcc
Target: alphaev68-unknown-linux-gnu
Configured with: ../gcc-svn/trunk/configure --enable-languages=all,obj-c++,go
Thread model: posix
gcc version 4.8.0 20120930 (experimental) [trunk revision 191866] (GCC)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]