I'm not really sure what the trouble is yet, but this does seem to be true given how many allocation count tests failed on asan but not with race or msan.
For example, tests failed on the new msan builder: https://ci.chromium.org/ui/p/golang/builders/ci/gotip-linux-amd64-msan-clang15/b8732829196319772801/overview
This mostly aligns with skips for race mode.
But with asan, there are many more: https://ci.chromium.org/ui/p/golang/builders/ci/gotip-linux-amd64-asan-clang15/b8732829195285565617/test-results?sortby=&groupby=
These tests will be skipped for now, so this is low priority. But anyone interested in improving the performance of asan mode might consider looking here first.
Discovered during #70054.
I'm not really sure what the trouble is yet, but this does seem to be true given how many allocation count tests failed on
asanbut not withraceormsan.For example, tests failed on the new
msanbuilder: https://ci.chromium.org/ui/p/golang/builders/ci/gotip-linux-amd64-msan-clang15/b8732829196319772801/overviewThis mostly aligns with skips for
racemode.But with
asan, there are many more: https://ci.chromium.org/ui/p/golang/builders/ci/gotip-linux-amd64-asan-clang15/b8732829195285565617/test-results?sortby=&groupby=These tests will be skipped for now, so this is low priority. But anyone interested in improving the performance of
asanmode might consider looking here first.Discovered during #70054.