Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmd/go: test.bash fails on linux/amd64 #7260

Closed
davecheney opened this issue Feb 5, 2014 · 2 comments
Closed

cmd/go: test.bash fails on linux/amd64 #7260

davecheney opened this issue Feb 5, 2014 · 2 comments
Milestone

Comments

@davecheney
Copy link
Contributor

What steps will reproduce the problem?

$ cd $GOROOT/src/cmd/go
$ bash test.bash

TEST: symlinks do not confuse go list (issue #4568)
Confused by symlinks.
Package in current directory /tmp/testgooOY/src/dir1 should have Root /tmp/testgooOY
OLDPWD=/home/dfc/go/src/cmd/go
PWD=/tmp/testgooOY/src/dir1
{
        "Dir": "/tmp/testgooOY",
        "ImportPath": "_/tmp/testgooOY",
        "Name": "p",
        "Stale": true,
        "GoFiles": [
                "p.go"
        ],
        "Deps": [
                "runtime",
                "unsafe"
        ]
}
{
        "Dir": "/tmp/testgooOY/src/dir1",
        "ImportPath": "dir1",
        "Name": "p",
        "Target": "/tmp/testgooOY/pkg/linux_amd64/dir1.a",
        "Stale": true,
        "Root": "/tmp/testgooOY",
        "GoFiles": [
                "p.go"
        ],
        "Deps": [
                "runtime",
                "unsafe"
        ]
}
FAIL
TEST: install with tags (issue #4515)
PASS
TEST: case collisions (issue #4773)
example/a
go list example/a should have failed, did not.
FAIL
TEST: go get cover
PASS
TEST: shadowing logic
wrong shadowed install error: go install: no install location for
/home/dfc/go/src/cmd/go/testdata/shadow/root2/src/foo: hidden by
/home/dfc/go/src/cmd/go/testdata/shadow/root1/src/foo
FAIL
TEST: source file name order preserved
ok      command-line-arguments  0.009s
PASS
TEST: coverage runs
ok      strings 0.077s  coverage: 96.7% of statements in strings
ok      regexp  0.056s  coverage: 23.0% of statements in strings
ok      strings 0.095s  coverage: 96.7% of statements
ok      math    0.008s  coverage: 76.8% of statements
ok      regexp  0.070s  coverage: 93.8% of statements
PASS
TEST: cgo depends on syscall
PASS
TEST: cgo shows full path names
PASS
TEST: cgo handles -Wl,$ORIGIN
PASS
TEST: issue #6480: "go test -c -test.bench=XXX fmt" should not hang
PASS
FAIL

What is the expected output? What do you see instead?

Test should not fail

Please use labels and text to provide additional information.
@davecheney
Copy link
Contributor Author

Comment 2:

https://golang.org/cl/61070044/

Status changed to Started.

@davecheney
Copy link
Contributor Author

Comment 3:

This issue was closed by revision 414b45d.

Status changed to Fixed.

@rsc rsc added this to the Go1.3 milestone Apr 14, 2015
@rsc rsc removed the release-go1.3 label Apr 14, 2015
@golang golang locked and limited conversation to collaborators Jun 25, 2016
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants