-
Notifications
You must be signed in to change notification settings - Fork 19k
cmd/compile: short tests are not short enough #26469
Copy link
Copy link
Closed
Labels
FrozenDueToAgeNeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.TestingAn issue that has been verified to require only test changes, not just a test failure.An issue that has been verified to require only test changes, not just a test failure.
Milestone
Metadata
Metadata
Assignees
Labels
FrozenDueToAgeNeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.TestingAn issue that has been verified to require only test changes, not just a test failure.An issue that has been verified to require only test changes, not just a test failure.
Running all.bash (which does go test -short std cmd), my target is usually that individual tests should run in under 1 second.
These tests take quite a bit longer:
Can these be dialed back, either actually shortened or just have parts skipped when testing.Short() is true?
/cc @aclements @griesemer @randall77