We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Probably related to #341 :
//file dummy_test.go: package dummy import "testing" func TestNothing(t *testing.T) { }
gives: ok
gives: FAIL
without any further info. (Win7, 64/Node 4.2.1+sourcemap). There are no syscalls involved while testing, right ?
The text was updated successfully, but these errors were encountered:
This may be fixed now. See #710 (comment)
It would be good to confirm that this fix affects Windows, as well.
Sorry, something went wrong.
Our CI runs smoke tests on Windows and they don't exhibit this bug, so I think it is indeed fixed.
No branches or pull requests
Probably related to #341 :
go test ...pathtodummypackage
gives: ok
gopherjs test ......pathtodummypackage
gives: FAIL
without any further info.
(Win7, 64/Node 4.2.1+sourcemap).
There are no syscalls involved while testing, right ?
The text was updated successfully, but these errors were encountered: