| OLD | NEW |
| 1 ############################ | 1 ############################ |
| 2 # Chromium | 2 # Chromium |
| 3 | 3 |
| 4 { | 4 { |
| 5 bug_21468 | 5 bug_21468 |
| 6 ThreadSanitizer:Race | 6 ThreadSanitizer:Race |
| 7 ... | 7 ... |
| 8 fun:*net*DirectoryLister* | 8 fun:*net*DirectoryLister* |
| 9 } | 9 } |
| 10 | 10 |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 108 ThreadSanitizer:Race | 108 ThreadSanitizer:Race |
| 109 fun:*talk_base*MessageQueue*Stop* | 109 fun:*talk_base*MessageQueue*Stop* |
| 110 } | 110 } |
| 111 | 111 |
| 112 { | 112 { |
| 113 bug_25913 (libjingle) (2) | 113 bug_25913 (libjingle) (2) |
| 114 ThreadSanitizer:Race | 114 ThreadSanitizer:Race |
| 115 fun:*talk_base*MessageQueue*Get* | 115 fun:*talk_base*MessageQueue*Get* |
| 116 } | 116 } |
| 117 | 117 |
| 118 { |
| 119 bug_25913 (libjingle) (3) |
| 120 ThreadSanitizer:Race |
| 121 fun:*talk_base*MessageQueue*Quit* |
| 122 } |
| 123 |
| 118 ############################ | 124 ############################ |
| 119 # Data races in tests | 125 # Data races in tests |
| 120 | 126 |
| 121 # TODO(timurrrr): bug item | 127 # TODO(timurrrr): bug item |
| 122 { | 128 { |
| 123 Data race on bool in base/thread_unittest | 129 Data race on bool in base/thread_unittest |
| 124 ThreadSanitizer:Race | 130 ThreadSanitizer:Race |
| 125 ... | 131 ... |
| 126 fun:*ToggleValue*Run* | 132 fun:*ToggleValue*Run* |
| 127 } | 133 } |
| (...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 265 # gethostbyname2_r is thread-safe, however ThreadSanitizer reports races inside
it and | 271 # gethostbyname2_r is thread-safe, however ThreadSanitizer reports races inside
it and |
| 266 # (sometimes) in __nss_* functions below it. | 272 # (sometimes) in __nss_* functions below it. |
| 267 # This may be related to | 273 # This may be related to |
| 268 # https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/59449 | 274 # https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/59449 |
| 269 { | 275 { |
| 270 Race reports below thread-safe gethostbyname2_r | 276 Race reports below thread-safe gethostbyname2_r |
| 271 ThreadSanitizer:Race | 277 ThreadSanitizer:Race |
| 272 ... | 278 ... |
| 273 fun:gethostbyname2_r* | 279 fun:gethostbyname2_r* |
| 274 } | 280 } |
| OLD | NEW |