github.com/goplusjs/gopherjs@v1.2.6-0.20211206034512-f187917453b8/compiler/natives/src/strings/strings_test.go (about)

     1  // +build js
     2  
     3  package strings_test
     4  
     5  import "testing"
     6  
     7  func TestBuilderAllocs(t *testing.T) {
     8  	t.Skip("runtime.ReadMemStats, testing.AllocsPerRun not supported in GopherJS")
     9  }
    10  
    11  func TestBuilderGrow(t *testing.T) {
    12  	t.Skip("runtime.ReadMemStats, testing.AllocsPerRun not supported in GopherJS")
    13  }
    14  
    15  func TestCompareStrings(t *testing.T) {
    16  	t.Skip("unsafeString not supported in GopherJS")
    17  }