github.com/goplusjs/gopherjs@v1.2.6-0.20211206034512-f187917453b8/compiler/natives/src/crypto/x509/x509_test.go (about) 1 // +build js 2 3 package x509 4 5 import "testing" 6 7 func TestSystemCertPool(t *testing.T) { 8 t.Skip("no system roots") 9 } 10 11 func TestSystemRoots(t *testing.T) { 12 t.Skip("no system roots") 13 } 14 15 func TestEnvVars(t *testing.T) { 16 t.Skip("no system roots") 17 } 18 19 func TestSystemVerify(t *testing.T) { 20 t.Skip("no system") 21 } 22 23 func TestImports(t *testing.T) { 24 t.Skip("no system") 25 }