Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Suppressions for TSan v2 | 1 # Suppressions for TSan v2 |
| 2 # https://code.google.com/p/thread-sanitizer/wiki/Suppressions | 2 # https://code.google.com/p/thread-sanitizer/wiki/Suppressions |
| 3 | 3 |
| 4 # Deliberate lock cycles in test-lockers | 4 # Incorrectly detected lock cycles in test-lockers |
| 5 # https://code.google.com/p/thread-sanitizer/issues/detail?id=81 | |
| 5 deadlock:LockAndUnlockDifferentIsolatesThread::Run | 6 deadlock:LockAndUnlockDifferentIsolatesThread::Run |
| OLD | NEW |