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

Test FAIL: path.TextWalk on Debian Lenny Linux/AMD64 (seen as root) #111

Closed
gopherbot opened this issue Nov 12, 2009 · 1 comment
Closed

Comments

@gopherbot
Copy link
Contributor

by namegduf:

What steps will reproduce the problem?
1. Get a copy of the Go source.
2. Set the appropriate environmental variables for compilation and issue 
./all.make

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

The expected result is a successful compilation with all tests passing. What 
I see is, during tests:

--- FAIL: path.TestWalk
        1. error expected, none found
        node testdata/d/x mark = 2; expected 1
        node testdata/d/y mark = 2; expected 1
        node testdata/d/z mark = 2; expected 1
        node testdata/d/z/u mark = 2; expected 1
        node testdata/d/z/v mark = 2; expected 1
FAIL

What is your $GOOS?  $GOARCH?

Linux/AMD64.

Which revision are you sync'ed to?  (hg log -l 1)

4010:91c471680dc9

Please provide any additional information below.

I was performing this compilation and install as root, in order to install 
system wide into /usr/local. This might be related, but should work.
@rsc
Copy link
Contributor

rsc commented Nov 12, 2009

Comment 1:

Status changed to Duplicate.

Merged into issue #22.

@golang golang locked and limited conversation to collaborators Jun 24, 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

2 participants