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

all.bash FAIL os_test.TestRemoveAll #78

Closed
gopherbot opened this issue Nov 12, 2009 · 1 comment
Closed

all.bash FAIL os_test.TestRemoveAll #78

gopherbot opened this issue Nov 12, 2009 · 1 comment

Comments

@gopherbot
Copy link
Contributor

by bhuntsman5:

What steps will reproduce the problem?
Host: Mac OS X 10.6.2, Xcode 3.2.1
1.  clone hg repo
2.  set 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: os_test.TestRemoveAll
    RemoveAll "_obj/_TestRemoveAll_" succeeded with chmod 0 subdirectory?(extra 
*os.PathError=lstat _obj/_TestRemoveAll_: no such file or directory)
FAIL
make[1]: *** [test] Error 1
make: *** [os.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:   3975:b51fd2d6c160
tag:         tip
user:        Kevin Ballard <[email protected]>
date:        Tue Nov 10 20:05:24 2009 -0800
summary:     Implement new emacs command M-x gofmt

bash-3.2# 


Please provide any additional information below.
attached is my build log

Attachments:

  1. log.txt (99714 bytes)
@rsc
Copy link
Contributor

rsc commented Nov 12, 2009

Comment 1:

Status changed to Duplicate.

Merged into issue #22.

minux pushed a commit to minux/goios that referenced this issue Feb 27, 2015
Need to double indirect through the function pointer. The code now
matches 5g and 9g.

Fixes issue golang#78
@golang golang locked and limited conversation to collaborators Jun 24, 2016
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