-
Notifications
You must be signed in to change notification settings - Fork 570
gopherjs test fails #395
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
Comments
Hi, thanks for reporting this. However, I'm unable to reproduce.
Using:
|
Yes I can't reproduce it in a docker container. I'll see if there's something wrong with the setup of my Mac. |
OK, this is what I've done: Rebooted Mac Still has the same error. Can you think of anything else to try? |
I'll close this issue and continue trying to resolve this myself. I'll post again here when I find the solution. |
I'm seeing this as well using 00f306e, and node 6.6.0 |
nullstyle@8d4d6d0 illustrates a hackish workaround I did to resolve the issue for me. I don't yet know enough about the internals of gopherjs to find the correct way to solve the underlying |
GopherJS: 0faf2ef
Node: node/5.6.0
Go: go version go1.5.1 darwin/amd64
Given the following project:
gotest.go:
package jstest
gotest_test.go
... running gopherjs test produces an error:
Of course go test passes:
The text was updated successfully, but these errors were encountered: