| OLD | NEW |
| 1 ############################ | 1 ############################ |
| 2 # Chromium | 2 # Chromium |
| 3 | 3 |
| 4 { | 4 { |
| 5 bug_23433 | 5 bug_23433 |
| 6 ThreadSanitizer:Race | 6 ThreadSanitizer:Race |
| 7 fun:*logging*SetMinLogLevel* | 7 fun:*logging*SetMinLogLevel* |
| 8 } | 8 } |
| 9 | 9 |
| 10 { | 10 { |
| (...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 149 { | 149 { |
| 150 bug_61585 | 150 bug_61585 |
| 151 ThreadSanitizer:UnlockForeign | 151 ThreadSanitizer:UnlockForeign |
| 152 fun:pthread_mutex_destroy | 152 fun:pthread_mutex_destroy |
| 153 ... | 153 ... |
| 154 fun:NSS_Shutdown | 154 fun:NSS_Shutdown |
| 155 ... | 155 ... |
| 156 fun:*AtExitManager* | 156 fun:*AtExitManager* |
| 157 } | 157 } |
| 158 | 158 |
| 159 { |
| 160 bug_61753 |
| 161 ThreadSanitizer:Race |
| 162 ... |
| 163 fun:*AtExitManager* |
| 164 } |
| 165 |
| 159 ############################ | 166 ############################ |
| 160 # Data races in tests | 167 # Data races in tests |
| 161 | 168 |
| 162 { | 169 { |
| 163 bug_30582 | 170 bug_30582 |
| 164 ThreadSanitizer:Race | 171 ThreadSanitizer:Race |
| 165 fun:*LongCallbackD* | 172 fun:*LongCallbackD* |
| 166 fun:*WorkerThreadTickerTest_LongCallback_Test*TestBody* | 173 fun:*WorkerThreadTickerTest_LongCallback_Test*TestBody* |
| 167 } | 174 } |
| 168 | 175 |
| (...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 358 ThreadSanitizer:Race | 365 ThreadSanitizer:Race |
| 359 ... | 366 ... |
| 360 fun:gethostbyname2_r* | 367 fun:gethostbyname2_r* |
| 361 } | 368 } |
| 362 | 369 |
| 363 { | 370 { |
| 364 Benign race in nss (PR_EnterMonitor) | 371 Benign race in nss (PR_EnterMonitor) |
| 365 ThreadSanitizer:Race | 372 ThreadSanitizer:Race |
| 366 fun:PR_EnterMonitor | 373 fun:PR_EnterMonitor |
| 367 } | 374 } |
| OLD | NEW |