Skip to content

Commit 268cb0b

Browse files
mdempskygopherbot
authored andcommitted
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>
1 parent d87a100 commit 268cb0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

go/ssa/interp/interp_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ func TestTypeparamTest(t *testing.T) {
286286
"stringer.go": "unknown reason",
287287
"issue48317.go": "interp tests do not support encoding/json",
288288
"issue48318.go": "interp tests do not support encoding/json",
289+
"issue58513.go": "interp tests do not support runtime.Caller",
289290
}
290291
// Collect all of the .go files in dir that are runnable.
291292
dir := filepath.Join(build.Default.GOROOT, "test", "typeparam")

0 commit comments

Comments
 (0)