cmd/nm: short tests are not short enough #26471
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Testing
An issue that has been verified to require only test changes, not just a test failure.
Milestone
Running all.bash (which does go test -short std cmd), my target is usually that individual tests should run in under 1 second.
The cmd/nm test takes 6.4s on my system, which seems crazy. Can we make it take less time? If it's compiling a binary to run nm on, it seems like it would work fine to use any existing binary, like $GOROOT/bin/go.
/cc @aclements
The text was updated successfully, but these errors were encountered: