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/50656] New: Several Go tests with unrecognized test line


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

             Bug #: 50656
           Summary: Several Go tests with unrecognized test line
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: go
        AssignedTo: ian@airs.com
        ReportedBy: ro@gcc.gnu.org


I noticed that several Go tests are ignored due to unrecognized test lines:

go.test/test/fixedbugs/bug324.go: unrecognized test line: // $G $D/$F.dir/p.go
&& $G $D/$F.dir/main.go && $L main.$A && ./$A.out
go.test/test/fixedbugs/bug345.go: unrecognized test line: // $G $D/$F.dir/io.go
&& errchk $G -e $D/$F.dir/main.go
go.test/test/fixedbugs/bug364.go: unrecognized test line: package main
go.test/test/fixedbugs/bug324.go: unrecognized test line: // $G $D/$F.dir/p.go
&& $G $D/$F.dir/main.go && $L main.$A && ./$A.out
go.test/test/fixedbugs/bug345.go: unrecognized test line: // $G $D/$F.dir/io.go
&& errchk $G -e $D/$F.dir/main.go
go.test/test/fixedbugs/bug364.go: unrecognized test line: package main
go.test/test/interface/private.go: unrecognized test line: // $G $D/${F}1.go &&
errchk $G $D/$F.go
go.test/test/interface/private.go: unrecognized test line: // $G $D/${F}1.go &&
errchk $G $D/$F.go

  Rainer


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