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. ./all.bash
What is the expected output? What do you see instead?
Should be:
--- cd ../test
N known bugs; 0 unexpected bugs
I see:
cd path && make test
gotest
rm -f _test/path.a _gotest_.6
6g -o _gotest_.6 path.go path_test.go
rm -f _test/path.a
gopack grc _test/path.a _gotest_.6
--- 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?
# Go Lang Env Variables
export GOROOT=/usr/local/go
export GOARCH=amd64
export GOOS=darwin
export GOBIN=/usr/local/bin
# set for hg to work on snow leopard
export LC_ALL=es_ES.UTF-8
export LANG=es_ES.UTF-8
Which revision are you sync'ed to? (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.
Running Mac OS X 10.6.2 with xCode 3.2.1
uname -rmv
10.2.0 Darwin Kernel Version 10.2.0: Tue Nov 3 10:37:10 PST 2009; root:xnu-
1486.2.11~1/RELEASE_I386 i386
The text was updated successfully, but these errors were encountered:
by javier.almillategui:
The text was updated successfully, but these errors were encountered: