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/48502] New: os_test.TestStartProcess FAILs on Solaris 2


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

           Summary: os_test.TestStartProcess FAILs on Solaris 2
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: go
        AssignedTo: ian@airs.com
        ReportedBy: ro@gcc.gnu.org
              Host: *-*-solaris2.*
            Target: *-*-solaris2.*
             Build: *-*-solaris2.*


The libgo os test recently started failing again on Solaris 2:

--- FAIL: os_test.TestStartProcess (0.03 seconds)
    exec "pwd pwd" returned "/usr/bin\n" wanted "/bin\n"
FAIL
FAIL: os
/vol/gcc/src/hg/trunk/local/libgo/testsuite/gotest[384]: gotest-timeout: cannot
create [No such file or directory]

This is no wonder since /bin is a symlink to /usr/bin on all releases of
Solaris 2.


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