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 377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 { | 395 { |
396 bug_79050 Test to detect read contention & benign race | 396 bug_79050 Test to detect read contention & benign race |
397 ThreadSanitizer:Race | 397 ThreadSanitizer:Race |
398 fun:Replace_memcpy | 398 ... |
399 fun:memcpy | |
400 fun:::MockDataFetcher::GetGamepadData | 399 fun:::MockDataFetcher::GetGamepadData |
401 fun:gamepad::Provider::DoPoll | 400 fun:gamepad::Provider::DoPoll |
402 } | 401 } |
403 | 402 |
404 # 3. Suppressions for real chromium bugs that are not yet fixed. | 403 # 3. Suppressions for real chromium bugs that are not yet fixed. |
405 ############################ | 404 ############################ |
406 # Real races in Chromium | 405 # Real races in Chromium |
407 { | 406 { |
408 bug_23433 | 407 bug_23433 |
409 ThreadSanitizer:Race | 408 ThreadSanitizer:Race |
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
681 { | 680 { |
682 bug_104769 | 681 bug_104769 |
683 ThreadSanitizer:Race | 682 ThreadSanitizer:Race |
684 fun:timeout_correct | 683 fun:timeout_correct |
685 fun:event_base_loop | 684 fun:event_base_loop |
686 fun:base::MessagePumpLibevent::Run | 685 fun:base::MessagePumpLibevent::Run |
687 fun:MessageLoop::RunInternal | 686 fun:MessageLoop::RunInternal |
688 fun:MessageLoop::RunHandler | 687 fun:MessageLoop::RunHandler |
689 fun:MessageLoop::Run | 688 fun:MessageLoop::Run |
690 } | 689 } |
OLD | NEW |