You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
by namegduf:
The text was updated successfully, but these errors were encountered: