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 |
11 race:base/threading/watchdog.cc | 11 race:base/threading/watchdog.cc |
12 | 12 |
| 13 # http://crbug.com/158718 |
| 14 race:third_party/ffmpeg/libavcodec/pthread.c |
| 15 race:third_party/ffmpeg/libavcodec/vp8.c |
| 16 race:third_party/ffmpeg/libavutil/mem.c |
| 17 race:media::VideoFrame::HashFrameForTesting |
OLD | NEW |