Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
0fc441b0
Commit
0fc441b0
authored
Feb 16, 2012
by
David Symonds
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
debug/gosym: dump 6a/6l output to process stdout/stderr so we can see failures.
TBR=r CC=golang-dev
https://golang.org/cl/5671060
parent
34305993
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
pclntab_test.go
src/pkg/debug/gosym/pclntab_test.go
+2
-0
No files found.
src/pkg/debug/gosym/pclntab_test.go
View file @
0fc441b0
...
...
@@ -28,6 +28,8 @@ func dotest() bool {
// but we have renamed it to keep it away from the go tool.
pclinetestBinary
=
os
.
TempDir
()
+
"/pclinetest"
cmd
:=
exec
.
Command
(
"sh"
,
"-c"
,
"go tool 6a pclinetest.asm && go tool 6l -E main -o "
+
pclinetestBinary
+
" pclinetest.6"
)
cmd
.
Stdout
=
os
.
Stdout
cmd
.
Stderr
=
os
.
Stderr
if
err
:=
cmd
.
Run
();
err
!=
nil
{
panic
(
err
)
}
...
...
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