Commit 5edbb90
runsc: skip coverage instrumentation on norace packages
These cannot be instrumented with regular atomic operations (e.g.,
sync/atomic.AddInt32), which will happen if -race is enabled. We may be
able to re-enable coverage on them when https://golang.org/issue/43007 is
resolved.
PiperOrigin-RevId: 8290852891 parent 62a1ac7 commit 5edbb90
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | | - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
0 commit comments