aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Dempsky <mdempsky@google.com>2023-02-15 14:30:50 -0800
committerGopher Robot <gobot@golang.org>2023-02-15 22:44:49 +0000
commit268cb0b82f51be725f8ec432c155a92075cd54c6 (patch)
treecee36804b830ef013a1aee7d7a8bf48c51a4fb33
parentd87a1002216190df1d3c7ad7be6d5570b462141e (diff)
downloadgolang-x-tools-268cb0b82f51be725f8ec432c155a92075cd54c6.tar.gz
go/ssa/interp: skip typeparam/issue58513.go
Addendum to go.dev/cl/468435. Updates golang/go#58513. Change-Id: Ia8f146580cd51ba0796142c7cd700a65891d1e55 Reviewed-on: https://go-review.googlesource.com/c/tools/+/468675 Reviewed-by: Robert Findley <rfindley@google.com> gopls-CI: kokoro <noreply+kokoro@google.com> Auto-Submit: Matthew Dempsky <mdempsky@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Matthew Dempsky <mdempsky@google.com>
-rw-r--r--go/ssa/interp/interp_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/go/ssa/interp/interp_test.go b/go/ssa/interp/interp_test.go
index c893d83e7..70ddceec7 100644
--- a/go/ssa/interp/interp_test.go
+++ b/go/ssa/interp/interp_test.go
@@ -286,6 +286,7 @@ func TestTypeparamTest(t *testing.T) {
"stringer.go": "unknown reason",
"issue48317.go": "interp tests do not support encoding/json",
"issue48318.go": "interp tests do not support encoding/json",
+ "issue58513.go": "interp tests do not support runtime.Caller",
}
// Collect all of the .go files in dir that are runnable.
dir := filepath.Join(build.Default.GOROOT, "test", "typeparam")