cmd/compile/internal/noder: TestUnifiedCompare fails with changes in dev.fuzz branch #48265
Labels
FrozenDueToAge
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.
Milestone
I noticed this when merging
master
intodev.fuzz
, originally at CL 347232 PS1. See test log. The error is:We use type aliases in
testing/internal/testdeps
to avoid an import cycle betweentesting
and internal tests ofinternal/fuzz
and the packages it depends on. That may be tripping something here.Per discussion with @mdempsky, it sounds like this may be an overly strict test. We'll skip it on
dev.fuzz
for now, but we won't mergedev.fuzz
intomaster
before the test is fixed.The text was updated successfully, but these errors were encountered: