You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cherrymui opened this issue
Aug 21, 2024
· 3 comments
Assignees
Labels
NeedsFixThe path to resolution is known, but the work has not been done.TestingAn issue that has been verified to require only test changes, not just a test failure.
=== RUN TestAPIConsistency
typeparams_test.go:39: "*TypeList.Types": got func()(Seq[Type]) at 1.18+, but at 1.17
typeparams_test.go:39: "*TypeParamList.TypeParams": got func()(Seq[*TypeParam]) at 1.18+, but at 1.17
typeparams_test.go:39: "*Union.Terms": got func()(Seq[*Term]) at 1.18+, but at 1.17
--- FAIL: TestAPIConsistency (0.63s)
dmitshur
added
NeedsFix
The path to resolution is known, but the work has not been done.
Testing
An issue that has been verified to require only test changes, not just a test failure.
and removed
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
labels
Aug 22, 2024
NeedsFixThe path to resolution is known, but the work has not been done.TestingAn issue that has been verified to require only test changes, not just a test failure.
The x/exp repo started to fail consistently since CL 575455 (on the main repo). E.g.
https://ci.chromium.org/ui/p/golang/builders/ci/x_exp-gotip-linux-amd64/b8738967462680113393/test-results
cc @adonovan @findleyr
The text was updated successfully, but these errors were encountered: