OLD | NEW |
(Empty) | |
| 1 # The rules in this file are only applied at compile time. |
| 2 # Because the Chrome buildsystem does not automatically touch the files |
| 3 # mentioned here, changing this file requires clobbering all TSan v2 bots. |
| 4 # |
| 5 # Please think twice before you add or remove these rules. |
| 6 # Data races should typically go to suppressions.txt. |
| 7 |
| 8 # See http://crbug.com/102327 |
| 9 fun:*ThreadData*Initialize* |
| 10 |
| 11 # Known benign races on histograms. See http://crbug.com/62694. |
| 12 src:base/metrics/histogram_samples.cc |
| 13 src:base/metrics/sample_vector.cc |
| 14 |
OLD | NEW |