Solaris libgo testsuite fixes.
authorIan Lance Taylor <ian@gcc.gnu.org>
Mon, 7 Mar 2011 23:37:12 +0000 (23:37 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Mon, 7 Mar 2011 23:37:12 +0000 (23:37 +0000)
From-SVN: r170762

libgo/go/net/port_test.go
libgo/go/os/os_test.go

index 1b7eaf2312dab70e56d986a82e1e3fc049675b35..329b169f3492d3a5ab42e470def031824492f013 100644 (file)
@@ -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},
index eece3c7af5b455ac3aafb133f125392126657afe..5b577065ad8f01651dc9b000ac00c4e676573a88 100644 (file)
@@ -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 {