63 }
64 if runtime.GOARCH != "amd64" {
65▶ // TODO: support SEH on other architectures.
66 t.Skip("skipping on non-amd64")
67 }
· · ·
93 switch fname {
94 case "goCallback":
95▶ // TODO(qmuntal): investigate why this function doesn't appear
96 // when using the external linker.
97 continue