Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
26bc022b
Commit
26bc022b
authored
Mar 07, 2011
by
Ian Lance Taylor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Solaris libgo testsuite fixes.
From-SVN: r170762
parent
ec9dc45b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
3 deletions
+1
-3
libgo/go/net/port_test.go
+0
-2
libgo/go/os/os_test.go
+1
-1
No files found.
libgo/go/net/port_test.go
View file @
26bc022b
...
@@ -27,9 +27,7 @@ var porttests = []portTest{
...
@@ -27,9 +27,7 @@ var porttests = []portTest{
{
"tcp"
,
"smtp"
,
25
,
true
},
{
"tcp"
,
"smtp"
,
25
,
true
},
{
"tcp"
,
"time"
,
37
,
true
},
{
"tcp"
,
"time"
,
37
,
true
},
{
"tcp"
,
"domain"
,
53
,
true
},
{
"tcp"
,
"domain"
,
53
,
true
},
{
"tcp"
,
"gopher"
,
70
,
true
},
{
"tcp"
,
"finger"
,
79
,
true
},
{
"tcp"
,
"finger"
,
79
,
true
},
{
"tcp"
,
"http"
,
80
,
true
},
{
"udp"
,
"echo"
,
7
,
true
},
{
"udp"
,
"echo"
,
7
,
true
},
{
"udp"
,
"tftp"
,
69
,
true
},
{
"udp"
,
"tftp"
,
69
,
true
},
...
...
libgo/go/os/os_test.go
View file @
26bc022b
...
@@ -609,7 +609,7 @@ func TestChdirAndGetwd(t *testing.T) {
...
@@ -609,7 +609,7 @@ func TestChdirAndGetwd(t *testing.T) {
}
}
// These are chosen carefully not to be symlinks on a Mac
// These are chosen carefully not to be symlinks on a Mac
// (unlike, say, /var, /etc, and /tmp).
// (unlike, say, /var, /etc, and /tmp).
dirs
:=
[]
string
{
"/
bin"
,
"/
"
,
"/usr/bin"
}
dirs
:=
[]
string
{
"/"
,
"/usr/bin"
}
for
mode
:=
0
;
mode
<
2
;
mode
++
{
for
mode
:=
0
;
mode
<
2
;
mode
++
{
for
_
,
d
:=
range
dirs
{
for
_
,
d
:=
range
dirs
{
if
mode
==
0
{
if
mode
==
0
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment