OLD | NEW |
1 # False positives in libflashplayer.so and libglib.so. Since we don't | 1 # False positives in libflashplayer.so and libglib.so. Since we don't |
2 # instrument them, we cannot reason about the synchronization in them. | 2 # instrument them, we cannot reason about the synchronization in them. |
3 race:libflashplayer.so | 3 race:libflashplayer.so |
4 race:libglib*.so | 4 race:libglib*.so |
5 | 5 |
6 # Intentional race in ToolsSanityTest.DataRace in base_unittests. | 6 # Intentional race in ToolsSanityTest.DataRace in base_unittests. |
7 race:base/tools_sanity_unittest.cc | 7 race:base/tools_sanity_unittest.cc |
8 | 8 |
9 # Data race on WatchdogCounter [test-only] | 9 # Data race on WatchdogCounter [test-only] |
10 race:base/threading/watchdog_unittest.cc | 10 race:base/threading/watchdog_unittest.cc |
11 | 11 |
12 # Races in libevent, http://crbug.com/23244 | 12 # Races in libevent, http://crbug.com/23244 |
13 race:libevent.c | 13 race:libevent.c |
14 | 14 |
15 # http://crbug.com/84094 | 15 # http://crbug.com/84094 |
16 race:sqlite3StatusSet | 16 race:sqlite3StatusSet |
17 race:pcache1EnforceMaxPage | 17 race:pcache1EnforceMaxPage |
18 race:pcache1AllocPage | 18 race:pcache1AllocPage |
19 | 19 |
| 20 # http://crbug.com/102327. |
| 21 # Test-only race, won't fix. |
| 22 race:tracked_objects::ThreadData::ShutdownSingleThreadedCleanup |
| 23 |
20 # http://crbug.com/115540 | 24 # http://crbug.com/115540 |
21 race:base::Thread::ThreadMain | 25 race:base::Thread::ThreadMain |
22 race:content::BrowserThread::GetCurrentThreadIdentifier | 26 race:content::BrowserThread::GetCurrentThreadIdentifier |
23 | 27 |
24 # http://crbug.com/120808 | 28 # http://crbug.com/120808 |
25 race:base/threading/watchdog.cc | 29 race:base/threading/watchdog.cc |
26 | 30 |
27 # http://crbug.com/157586 | 31 # http://crbug.com/157586 |
28 race:third_party/libvpx/source/libvpx/vp8/decoder/threading.c | 32 race:third_party/libvpx/source/libvpx/vp8/decoder/threading.c |
29 | 33 |
30 # http://crbug.com/158718 | 34 # http://crbug.com/158718 |
31 race:third_party/ffmpeg/libavcodec/pthread.c | 35 race:third_party/ffmpeg/libavcodec/pthread.c |
32 race:third_party/ffmpeg/libavcodec/vp8.c | 36 race:third_party/ffmpeg/libavcodec/vp8.c |
33 race:third_party/ffmpeg/libavutil/mem.c | 37 race:third_party/ffmpeg/libavutil/mem.c |
34 race:*HashFrameForTesting | 38 race:*HashFrameForTesting |
35 race:third_party/ffmpeg/libavcodec/h264pred.c | 39 race:third_party/ffmpeg/libavcodec/h264pred.c |
36 race:media::ReleaseData | 40 race:media::ReleaseData |
37 | 41 |
38 # http://crbug.com/158922 | 42 # http://crbug.com/158922 |
39 race:third_party/libvpx/source/libvpx/vp8/encoder/* | 43 race:third_party/libvpx/source/libvpx/vp8/encoder/* |
40 | 44 |
41 # See http://crbug.com/181502 | 45 # See http://crbug.com/181502 |
42 race:_M_rep | 46 race:_M_rep |
43 | 47 |
44 # http://crbug.com/189177 | 48 # http://crbug.com/189177 |
45 race:thread_manager | 49 race:thread_manager |
46 | 50 |
47 # http://crbug.com/223352 | 51 # http://crbug.com/223352 |
48 race:uprv_malloc_46 | 52 race:uprv_malloc_46 |
| 53 race:uprv_realloc_46 |
49 | 54 |
50 # http://crbug.com/223955 | 55 # http://crbug.com/223955 |
51 race:PassRefPtr | 56 race:PassRefPtr |
52 | 57 |
53 # http://crbug.com/224617 | 58 # http://crbug.com/224617 |
54 race:base::debug::TraceEventTestFixture_TraceSampling_Test::TestBody | 59 race:base::debug::TraceEventTestFixture_TraceSampling_Test::TestBody |
OLD | NEW |