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
Before filing a bug, please check whether it has been fixed since
the latest release: run "hg pull -u" and retry what you did to
reproduce the problem. Thanks.
What steps will reproduce the problem?
1. Follow build instructions
2. .//all.bash
What is the expected output? What do you see instead?
make[2]: Entering directory `/usr/local/src/go/src/pkg/path'
rm -f _test/path.a _gotest_.8
make[2]: Leaving directory `/usr/local/src/go/src/pkg/path'
make[2]: Entering directory `/usr/local/src/go/src/pkg/path'
8g -o _gotest_.8 path.go path_test.go
rm -f _test/path.a
gopack grc _test/path.a _gotest_.8
make[2]: Leaving directory `/usr/local/src/go/src/pkg/path'
--- 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
make[1]: *** [test] Error 1
make[1]: Leaving directory `/usr/local/src/go/src/pkg/path'
make: *** [path.test] Error 2
Expected
... cd ../test
N known bugs; 0 unexpected bugs
What is your $GOOS? $GOARCH?
linux 386
Which revision are you sync'ed to? (hg log -l 1)
root@dev:/usr/local/src/go/src# hg log -l 1
changeset: 4015:cb140bac9ab0
tag: tip
user: Russ Cox <[email protected]>
date: Thu Nov 12 14:55:26 2009 -0800
summary: test/run: unset GREP_OPTIONS
Please provide any additional information below.
OS has all the latest updates for Ubuntu 8.04
Processor is an AMD 2800+
The text was updated successfully, but these errors were encountered:
by dennis.allison:
The text was updated successfully, but these errors were encountered: