| OLD | NEW |
| 1 # There are two kinds of suppressions in this file. | 1 # There are two kinds of suppressions in this file. |
| 2 # 1. third party stuff we have no control over | 2 # 1. third party stuff we have no control over |
| 3 # | 3 # |
| 4 # 2. Intentional unit test errors, or stuff that is somehow a false positive | 4 # 2. Intentional unit test errors, or stuff that is somehow a false positive |
| 5 # in our own code, or stuff that is so trivial it's not worth fixing | 5 # in our own code, or stuff that is so trivial it's not worth fixing |
| 6 # | 6 # |
| 7 # 3. Suppressions for real chromium bugs that are not yet fixed. | 7 # 3. Suppressions for real chromium bugs that are not yet fixed. |
| 8 # These should all be in chromium's bug tracking system (but a few aren't yet). | 8 # These should all be in chromium's bug tracking system (but a few aren't yet). |
| 9 # Periodically we should sweep this file and the bug tracker clean by | 9 # Periodically we should sweep this file and the bug tracker clean by |
| 10 # running overnight and removing outdated bugs/suppressions. | 10 # running overnight and removing outdated bugs/suppressions. |
| (...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 160 { | 160 { |
| 161 bug_100313 TSan false positive | 161 bug_100313 TSan false positive |
| 162 ThreadSanitizer:Race | 162 ThreadSanitizer:Race |
| 163 ... | 163 ... |
| 164 fun:__sfp | 164 fun:__sfp |
| 165 fun:fopen | 165 fun:fopen |
| 166 fun:file_util::OpenFile | 166 fun:file_util::OpenFile |
| 167 fun:base::SharedMemory::CreateNamed | 167 fun:base::SharedMemory::CreateNamed |
| 168 } | 168 } |
| 169 | 169 |
| 170 { |
| 171 Benign race to access status during TrackedObject unittests |
| 172 ThreadSanitizer:Race |
| 173 ... |
| 174 fun:tracked_objects::ThreadData::ShutdownSingleThreadedCleanup |
| 175 } |
| 176 |
| 170 #----------------------------------------------------------------------- | 177 #----------------------------------------------------------------------- |
| 171 # 3. Suppressions for real chromium bugs that are not yet fixed. | 178 # 3. Suppressions for real chromium bugs that are not yet fixed. |
| 172 # These should all be in chromium's bug tracking system (but a few aren't yet). | 179 # These should all be in chromium's bug tracking system (but a few aren't yet). |
| 173 # Periodically we should sweep this file and the bug tracker clean by | 180 # Periodically we should sweep this file and the bug tracker clean by |
| 174 # running overnight and removing outdated bugs/suppressions. | 181 # running overnight and removing outdated bugs/suppressions. |
| 175 | 182 |
| 176 { | 183 { |
| 177 bug_100772a | 184 bug_100772a |
| 178 ThreadSanitizer:Race | 185 ThreadSanitizer:Race |
| 179 fun:CAGuard::Wait | 186 fun:CAGuard::Wait |
| (...skipping 26 matching lines...) Expand all Loading... |
| 206 fun:MIO::DAL::System::AtExitHandler | 213 fun:MIO::DAL::System::AtExitHandler |
| 207 fun:MIO::DAL::AtExit::AtExitHandler | 214 fun:MIO::DAL::AtExit::AtExitHandler |
| 208 } | 215 } |
| 209 { | 216 { |
| 210 bug_100772d | 217 bug_100772d |
| 211 ThreadSanitizer:Race | 218 ThreadSanitizer:Race |
| 212 fun:DVSignalSync | 219 fun:DVSignalSync |
| 213 fun:DVDeviceTerminate | 220 fun:DVDeviceTerminate |
| 214 } | 221 } |
| 215 | 222 |
| OLD | NEW |