github.com/gopherjs/gopherjs@v1.19.0-beta1.0.20240506212314-27071a8796e4/compiler/natives/src/math/big/big_test.go (about) 1 //go:build js 2 // +build js 3 4 package big 5 6 import "testing" 7 8 func TestBytes(t *testing.T) { 9 t.Skip("broken") 10 } 11 12 func TestModSqrt(t *testing.T) { 13 t.Skip("slow") 14 } 15 16 func TestLinkerGC(t *testing.T) { 17 t.Skip("The test is specific to GC's linker.") 18 }