OLD | NEW |
1 # Intentional race in ToolsSanityTest.DataRace in base_unittests. | 1 # Intentional race in ToolsSanityTest.DataRace in base_unittests. |
2 race:base/tools_sanity_unittest.cc | 2 race:base/tools_sanity_unittest.cc |
3 | 3 |
4 # Data race on WatchdogCounter [test-only] | 4 # Data race on WatchdogCounter [test-only] |
5 race:base/threading/watchdog_unittest.cc | 5 race:base/threading/watchdog_unittest.cc |
6 | 6 |
7 # Races in libevent, http://crbug.com/23244 | 7 # Races in libevent, http://crbug.com/23244 |
8 race:libevent.c | 8 race:libevent.c |
9 | 9 |
10 # http://crbug.com/120808 | 10 # http://crbug.com/120808 |
(...skipping 14 matching lines...) Expand all Loading... |
25 race:third_party/libvpx/source/libvpx/vp8/encoder/* | 25 race:third_party/libvpx/source/libvpx/vp8/encoder/* |
26 | 26 |
27 # See http://crbug.com/181502 | 27 # See http://crbug.com/181502 |
28 race:_M_rep | 28 race:_M_rep |
29 | 29 |
30 # http://crbug.com/189177 | 30 # http://crbug.com/189177 |
31 race:thread_manager | 31 race:thread_manager |
32 | 32 |
33 # http://crbug.com/223352 | 33 # http://crbug.com/223352 |
34 race:uprv_malloc_46 | 34 race:uprv_malloc_46 |
| 35 |
| 36 # http://crbug.com/84094 |
| 37 race:sqlite3StatusSet |
| 38 race:pcache1EnforceMaxPage |
| 39 race:pcache1AllocPage |
| 40 |
| 41 # http://crbug.com/115540 |
| 42 race:base::Thread::ThreadMain |
OLD | NEW |