Skip to content

Commit

Permalink
Removing generics overrides from reflect
Browse files Browse the repository at this point in the history
  • Loading branch information
grantnelson-wf committed Jul 24, 2024
1 parent 86b7d8f commit a50185a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions compiler/natives/src/reflect/reflect_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -285,16 +285,6 @@ func TestMethodCallValueCodePtr(t *testing.T) {
t.Skip("methodValueCallCodePtr() is not applicable in GopherJS")
}

//gopherjs:purge for go1.19 without generics
type (
A struct{}
B[T any] struct{}
)

func TestIssue50208(t *testing.T) {
t.Skip("This test required generics, which are not yet supported: https://github.com/gopherjs/gopherjs/issues/1013")
}

func TestStructOfTooLarge(t *testing.T) {
t.Skip("This test is dependent on field alignment to determine if a struct size would exceed virtual address space.")
}

0 comments on commit a50185a

Please sign in to comment.