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

net/http/cgi: TestDirWindows should be case insensitive #4645

Closed
matrixik opened this issue Jan 11, 2013 · 5 comments
Closed

net/http/cgi: TestDirWindows should be case insensitive #4645

matrixik opened this issue Jan 11, 2013 · 5 comments
Milestone

Comments

@matrixik
Copy link

What steps will reproduce the problem?
1. Install git in "C:\Program Files\Git"
2. Checkout the latest head version
3. Build Go

What is the expected output?
All tests complete successfully

What do you see instead?
--- FAIL: TestDirWindows (2.26 seconds)
host_test.go:67:        for key "cwd" got "C:\\Program
Files\\Git\\bin"; expected "C:\\Program Files\\git\\bin"

Which compiler are you using (5g, 6g, 8g, gccgo)?
8g

Which operating system are you using?
Windows 7 x32

Which version are you using?  (run 'go version')
e8cfa948baf2 tip

Best regards,
Dobrosław Żybort
@bradfitz
Copy link
Contributor

Comment 1:

https://golang.org/cl/7105047

Owner changed to @bradfitz.

Status changed to Started.

@bradfitz
Copy link
Contributor

Comment 2:

This issue was closed by revision 05bf9a4.

Status changed to Fixed.

@matrixik
Copy link
Author

Comment 3:

Thank you for fix, test run successfully.
Unfortunately I overlooked second similar error:
--- FAIL: TestStartProcess (0.27 seconds)
os_test.go:542:         exec "cmd.exe cmd.exe /c cd" returned "C:\\Windows\\System32\r\n"
wanted "C:\\Windows\\system32\r\n"
FAIL
FAIL    os      0.638s
Which version are you using?  (run 'go version')
go version devel +1b4a28e7f042 Fri Jan 11 15:11:08 2013 -0800 windows/386
Best regards

@bradfitz
Copy link
Contributor

Comment 4:

Could you open a new bug for that?

@matrixik
Copy link
Author

Comment 5:

Done: issue #4650
Thank you.

@rsc rsc added this to the Go1.1 milestone Apr 14, 2015
@rsc rsc removed the go1.1 label Apr 14, 2015
@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

4 participants