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

FAIL: path.TestWalk #84

Closed
gopherbot opened this issue Nov 12, 2009 · 3 comments
Closed

FAIL: path.TestWalk #84

gopherbot opened this issue Nov 12, 2009 · 3 comments

Comments

@gopherbot
Copy link
Contributor

by bhuntsman5:

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 <rsc@golang.org>
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.

Attachments:

  1. log.txt (100273 bytes)
@gopherbot
Copy link
Contributor Author

Comment 1 by larsgoran.forsberg:

Same, Mac OS X 10.5
cd path && make test
gotest
rm -f _test/path.a _gotest_.8
8g -o _gotest_.8 path.go    path_test.go
rm -f _test/path.a
gopack grc _test/path.a _gotest_.8 
--- 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

@rsc
Copy link
Contributor

rsc commented Nov 12, 2009

Comment 2:

Status changed to Duplicate.

Merged into issue #22.

@gopherbot
Copy link
Contributor Author

Comment 3 by robin.duckett:

Same, CentOS 5.2

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