OLD | NEW |
1 ############################ | 1 ############################ |
2 # Real races in Chromium | 2 # Real races in Chromium |
3 { | 3 { |
4 bug_23433 | 4 bug_23433 |
5 ThreadSanitizer:Race | 5 ThreadSanitizer:Race |
6 fun:*logging*SetMinLogLevel* | 6 fun:*logging*SetMinLogLevel* |
7 } | 7 } |
8 | 8 |
9 { | 9 { |
10 bug_24419 | 10 bug_24419 |
(...skipping 450 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
461 } | 461 } |
462 | 462 |
463 { | 463 { |
464 fun:timegm | 464 fun:timegm |
465 ThreadSanitizer:Race | 465 ThreadSanitizer:Race |
466 ... | 466 ... |
467 fun:timegm | 467 fun:timegm |
468 } | 468 } |
469 | 469 |
470 { | 470 { |
| 471 fun:mktime |
| 472 ThreadSanitizer:Race |
| 473 ... |
| 474 fun:mktime |
| 475 } |
| 476 |
| 477 { |
471 Benign race in nss (PR_EnterMonitor) | 478 Benign race in nss (PR_EnterMonitor) |
472 ThreadSanitizer:Race | 479 ThreadSanitizer:Race |
473 fun:PR_EnterMonitor | 480 fun:PR_EnterMonitor |
474 } | 481 } |
475 | 482 |
476 ############################ | 483 ############################ |
477 # TSan false positives | 484 # TSan false positives |
478 { | 485 { |
479 tsanbug_62a | 486 tsanbug_62a |
480 ThreadSanitizer:Race | 487 ThreadSanitizer:Race |
(...skipping 15 matching lines...) Expand all Loading... |
496 fun:WebCore::DocumentLoader::~DocumentLoader* | 503 fun:WebCore::DocumentLoader::~DocumentLoader* |
497 fun:WebKit::WebDataSourceImpl::~WebDataSourceImpl* | 504 fun:WebKit::WebDataSourceImpl::~WebDataSourceImpl* |
498 } | 505 } |
499 | 506 |
500 { | 507 { |
501 bug_70085b | 508 bug_70085b |
502 ThreadSanitizer:Race | 509 ThreadSanitizer:Race |
503 fun:WebCore::SecurityOrigin::~SecurityOrigin* | 510 fun:WebCore::SecurityOrigin::~SecurityOrigin* |
504 fun:WTF::ThreadSafe*<WebCore::SecurityOrigin>::deref* | 511 fun:WTF::ThreadSafe*<WebCore::SecurityOrigin>::deref* |
505 } | 512 } |
OLD | NEW |