Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
BUILD.bazel | H A D | 25-Apr-2025 | 147 | 7 | 5 | |
README.rst | H A D | 25-Apr-2025 | 299 | 11 | 8 | |
race_test.go | H A D | 25-Apr-2025 | 6.4 KiB | 303 | 245 |
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