| OLD | NEW |
| 1 # There are a few kinds of suppressions in this file. | 1 # There are a few 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 374 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 385 fun:base::Histogram::* | 385 fun:base::Histogram::* |
| 386 fun:HistogramSynchronizer::DeserializeHistogramList* | 386 fun:HistogramSynchronizer::DeserializeHistogramList* |
| 387 } | 387 } |
| 388 | 388 |
| 389 { | 389 { |
| 390 bug_104776 Benign race to initialize pointer with the same value again. | 390 bug_104776 Benign race to initialize pointer with the same value again. |
| 391 ThreadSanitizer:Race | 391 ThreadSanitizer:Race |
| 392 fun:base::StatisticsRecorder::FindHistogram | 392 fun:base::StatisticsRecorder::FindHistogram |
| 393 fun:base::*Histogram::FactoryGet | 393 fun:base::*Histogram::FactoryGet |
| 394 } | 394 } |
| 395 { | |
| 396 bug_79050 Test to detect read contention & benign race | |
| 397 ThreadSanitizer:Race | |
| 398 ... | |
| 399 fun:::MockDataFetcher::GetGamepadData | |
| 400 fun:gamepad::Provider::DoPoll | |
| 401 } | |
| 402 | 395 |
| 403 # 3. Suppressions for real chromium bugs that are not yet fixed. | 396 # 3. Suppressions for real chromium bugs that are not yet fixed. |
| 404 ############################ | 397 ############################ |
| 405 # Real races in Chromium | 398 # Real races in Chromium |
| 406 { | 399 { |
| 407 bug_23433 | 400 bug_23433 |
| 408 ThreadSanitizer:Race | 401 ThreadSanitizer:Race |
| 409 fun:*logging*SetMinLogLevel* | 402 fun:*logging*SetMinLogLevel* |
| 410 } | 403 } |
| 411 | 404 |
| (...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 696 fun:content::ContentMain | 689 fun:content::ContentMain |
| 697 fun:ChromeMain | 690 fun:ChromeMain |
| 698 fun:main | 691 fun:main |
| 699 } | 692 } |
| 700 { | 693 { |
| 701 bug_105579 | 694 bug_105579 |
| 702 ThreadSanitizer:Race | 695 ThreadSanitizer:Race |
| 703 fun:net::SdchManager::EnableSdchSupport | 696 fun:net::SdchManager::EnableSdchSupport |
| 704 fun:net::SdchManager::Shutdown | 697 fun:net::SdchManager::Shutdown |
| 705 } | 698 } |
| OLD | NEW |