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. clone repo
2. export env vars
3. all.bash
What is the expected output? What do you see instead?
expected:
--- cd ../test
N known bugs; 0 unexpected bugs
received:
--- 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: *** [path.test] Error 2
What is your $GOOS? $GOARCH?
bash-3.2# env | grep GO
GOBIN=/usr/local/go/bin
GOARCH=amd64
GOROOT=/usr/local/go
GOOS=darwin
bash-3.2#
Which revision are you sync'ed to? (hg log -l 1)
bash-3.2# hg log -l 1
changeset: 4007:e16fd8efbdd3
tag: tip
user: Russ Cox <[email protected]>
date: Wed Nov 11 22:20:05 2009 -0800
summary: avoid seg fault when return type is unknown
bash-3.2#
Please provide any additional information below.
attached is a build log.
by bhuntsman5:
Attachments:
The text was updated successfully, but these errors were encountered: