github.com/gopherjs/gopherjs@v1.19.0-beta1.0.20240506212314-27071a8796e4/compiler/natives/src/go/parser/parser_test.go (about)

     1  //go:build js
     2  
     3  package parser
     4  
     5  import (
     6  	"testing"
     7  )
     8  
     9  func TestParseDepthLimit(t *testing.T) {
    10  	t.Skip("causes call stack exhaustion on js/ecmascript")
    11  }