| 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 |
| (...skipping 26 matching lines...) Expand all Loading... |
| 37 race:third_party/ffmpeg/libavutil/mem.c | 37 race:third_party/ffmpeg/libavutil/mem.c |
| 38 race:*HashFrameForTesting | 38 race:*HashFrameForTesting |
| 39 race:third_party/ffmpeg/libavcodec/h264pred.c | 39 race:third_party/ffmpeg/libavcodec/h264pred.c |
| 40 race:media::ReleaseData | 40 race:media::ReleaseData |
| 41 | 41 |
| 42 # http://crbug.com/158922 | 42 # http://crbug.com/158922 |
| 43 race:third_party/libvpx/source/libvpx/vp8/encoder/* | 43 race:third_party/libvpx/source/libvpx/vp8/encoder/* |
| 44 | 44 |
| 45 # See http://crbug.com/181502 | 45 # See http://crbug.com/181502 |
| 46 race:_M_rep | 46 race:_M_rep |
| 47 race:_M_is_leaked |
| 47 | 48 |
| 48 # http://crbug.com/189177 | 49 # http://crbug.com/189177 |
| 49 race:thread_manager | 50 race:thread_manager |
| 50 | 51 |
| 51 # http://crbug.com/223352 | 52 # http://crbug.com/223352 |
| 52 race:uprv_malloc_46 | 53 race:uprv_malloc_46 |
| 53 race:uprv_realloc_46 | 54 race:uprv_realloc_46 |
| 54 | 55 |
| 55 # http://crbug.com/223955 | 56 # http://crbug.com/223955 |
| 56 race:PassRefPtr | 57 race:PassRefPtr |
| 57 | 58 |
| 58 # http://crbug.com/224617 | 59 # http://crbug.com/224617 |
| 59 race:base::debug::TraceEventTestFixture_TraceSampling_Test::TestBody | 60 race:base::debug::TraceEventTestFixture_TraceSampling_Test::TestBody |
| OLD | NEW |