summaryrefslogtreecommitdiff
path: root/src/runtime/coverage/emitdata_test.go
Commit message (Expand)AuthorAgeFilesLines
* runtime/coverage: fix problematic test from issue 59563Than McIntosh2023-05-031-3/+6
* coverage: fix count vs emit discrepancy in coverage counter data writingThan McIntosh2023-04-261-0/+49
* runtime/coverage: restrict use of all counter-related APIs to atomic modeThan McIntosh2023-03-011-75/+122
* cmd/{go,cover,covdata}: fix 'package main' inconsistent handlingThan McIntosh2022-12-081-3/+6
* runtime/coverage: skip more tests in short modeThan McIntosh2022-10-171-0/+6
* cmd/compile: tweak inliners handling of coverage counter updatesThan McIntosh2022-10-101-0/+7
* runtime/coverage: use atomic access for counter readsThan McIntosh2022-10-041-0/+31
* runtime/coverage: apis to emit counter data under user controlThan McIntosh2022-09-291-0/+404