Name Date Size #Lines LOC

..--

BUILD.bazelH A D25-Apr-2025147 75

README.rstH A D25-Apr-2025299 118

race_test.goH A D25-Apr-20256.4 KiB303245

README.rst

1race instrumentation
2====================
3
4race_test
5---------
6
7Embeds a library that triggers a data race inside a binary and a test.
8Verifies that no race is reported by default and a race is reported when either
9target is build with the ``race = "on"`` attribute or the ``--features=race``
10flag.
11