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

runtime: TestCgoDLLImports fails on windows #13991

Closed
alexbrainman opened this issue Jan 18, 2016 · 1 comment
Closed

runtime: TestCgoDLLImports fails on windows #13991

alexbrainman opened this issue Jan 18, 2016 · 1 comment

Comments

@alexbrainman
Copy link
Member

On current tip I see this:

c:\>go test -run=TestCgoDLLImports runtime
--- FAIL: TestCgoDLLImports (5.12s)
        crash_test.go:66: building testprogcgo: exit status 2
                # _/c_/users/alex/dev/go/src/runtime/testdata/testprogcgo
                .\dropm.go:13:21: fatal error: pthread.h: No such file or directory
                compilation terminated.

FAIL
FAIL    runtime 5.463s

My mingw version does not have ptherads lib. I suppose I could rewrite this with Windows API instead (similar to some tests in misc/cgo/test).

Alex

@gopherbot
Copy link

CL https://golang.org/cl/18707 mentions this issue.

@golang golang locked and limited conversation to collaborators Jan 17, 2017
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