Skip to content

Commit 267a750

Browse files
committed
Re-triage gorepo test failures associated with type conversion.
At this point both remaining issues seem to be related to other kinds of issues.
1 parent 4e6c8bc commit 267a750

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/gorepo/run.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,9 @@ var knownFails = map[string]failReason{
157157
"typeparam/absdiff.go": {category: generics, desc: "missing operator support for generic types"},
158158
"typeparam/absdiff2.go": {category: generics, desc: "missing operator support for generic types"},
159159
"typeparam/absdiff3.go": {category: generics, desc: "missing operator support for generic types"},
160-
"typeparam/boundmethod.go": {category: generics, desc: "missing support for type conversion of a parameterized type"},
160+
"typeparam/boundmethod.go": {category: generics, desc: "missing support for method expressions with a type param"},
161161
"typeparam/chans.go": {category: generics, desc: "missing support for the comparable type constraint"},
162-
"typeparam/dictionaryCapture.go": {category: generics, desc: "missing support for conversion into a parameterized type"},
162+
"typeparam/dictionaryCapture.go": {category: generics, desc: "missing support for basic literals with type params"},
163163
"typeparam/double.go": {category: generics, desc: "make() doesn't support generic slice types"},
164164
"typeparam/equal.go": {category: generics, desc: "missing support for the comparable type constraint"},
165165
"typeparam/fact.go": {category: generics, desc: "missing support for the comparable type constraint"},

0 commit comments

Comments
 (0)