Skip to content

Windows Issue: gopherjs test ... does fail under Windows #342

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

Closed
rusco opened this issue Oct 23, 2015 · 2 comments
Closed

Windows Issue: gopherjs test ... does fail under Windows #342

rusco opened this issue Oct 23, 2015 · 2 comments

Comments

@rusco
Copy link
Member

rusco commented Oct 23, 2015

Probably related to #341 :

//file dummy_test.go:

package dummy

import "testing"

func TestNothing(t *testing.T) {
}

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 ?

@flimzy
Copy link
Member

flimzy commented Jun 26, 2023

This may be fixed now. See #710 (comment)

It would be good to confirm that this fix affects Windows, as well.

@nevkontakte
Copy link
Member

Our CI runs smoke tests on Windows and they don't exhibit this bug, so I think it is indeed fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants