aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/testutil
Commit message (Collapse)AuthorAgeFilesLines
* pkg/testutil: add packageDmitry Vyukov2021-12-212-0/+18
Add package with RaceEnabled const that can be used in test to skip long tests in race mode. Switch existing tests to use the new package. Update #2886