From 91fa23854fbd2a37af78c274c4adb16dff54d1fe Mon Sep 17 00:00:00 2001 From: ian Date: Mon, 7 Mar 2011 23:37:12 +0000 Subject: Solaris libgo testsuite fixes. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170762 138bc75d-0d04-0410-961f-82ee72b054a4 --- libgo/go/net/port_test.go | 2 -- libgo/go/os/os_test.go | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'libgo') diff --git a/libgo/go/net/port_test.go b/libgo/go/net/port_test.go index 1b7eaf2312d..329b169f349 100644 --- a/libgo/go/net/port_test.go +++ b/libgo/go/net/port_test.go @@ -27,9 +27,7 @@ var porttests = []portTest{ {"tcp", "smtp", 25, true}, {"tcp", "time", 37, true}, {"tcp", "domain", 53, true}, - {"tcp", "gopher", 70, true}, {"tcp", "finger", 79, true}, - {"tcp", "http", 80, true}, {"udp", "echo", 7, true}, {"udp", "tftp", 69, true}, diff --git a/libgo/go/os/os_test.go b/libgo/go/os/os_test.go index eece3c7af5b..5b577065ad8 100644 --- a/libgo/go/os/os_test.go +++ b/libgo/go/os/os_test.go @@ -609,7 +609,7 @@ func TestChdirAndGetwd(t *testing.T) { } // These are chosen carefully not to be symlinks on a Mac // (unlike, say, /var, /etc, and /tmp). - dirs := []string{"/bin", "/", "/usr/bin"} + dirs := []string{"/", "/usr/bin"} for mode := 0; mode < 2; mode++ { for _, d := range dirs { if mode == 0 { -- cgit v1.2.1