gopherjs icon indicating copy to clipboard operation
gopherjs copied to clipboard

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

Open rusco opened this issue 10 years ago • 0 comments

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 ?

rusco avatar Oct 23 '15 15:10 rusco