github.com/goplusjs/gopherjs@v1.2.6-0.20211206034512-f187917453b8/compiler/natives/src/math/rand/rand_test.go (about) 1 // +build js 2 3 package rand 4 5 import "testing" 6 7 func TestFloat32(t *testing.T) { 8 t.Skip("slow") 9 } 10 11 func TestConcurrent(t *testing.T) { 12 t.Skip("using nosync") 13 }