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 29 matching lines...) Expand all Loading... |
40 race:third_party/ffmpeg/libavcodec/pthread_frame.c | 40 race:third_party/ffmpeg/libavcodec/pthread_frame.c |
41 race:third_party/ffmpeg/libavcodec/vp8.c | 41 race:third_party/ffmpeg/libavcodec/vp8.c |
42 race:third_party/ffmpeg/libavutil/mem.c | 42 race:third_party/ffmpeg/libavutil/mem.c |
43 race:*HashFrameForTesting | 43 race:*HashFrameForTesting |
44 race:third_party/ffmpeg/libavcodec/h264pred.c | 44 race:third_party/ffmpeg/libavcodec/h264pred.c |
45 race:media::ReleaseData | 45 race:media::ReleaseData |
46 | 46 |
47 # http://crbug.com/158922 | 47 # http://crbug.com/158922 |
48 race:third_party/libvpx/source/libvpx/vp8/encoder/* | 48 race:third_party/libvpx/source/libvpx/vp8/encoder/* |
49 | 49 |
50 # See http://crbug.com/181502 | |
51 race:_M_rep | |
52 race:_M_is_leaked | |
53 | |
54 # http://crbug.com/189177 | 50 # http://crbug.com/189177 |
55 race:thread_manager | 51 race:thread_manager |
56 race:v8::Locker::Initialize | 52 race:v8::Locker::Initialize |
57 | 53 |
58 # http://crbug.com/223352 | 54 # http://crbug.com/223352 |
59 race:uprv_malloc_46 | 55 race:uprv_malloc_46 |
60 race:uprv_realloc_46 | 56 race:uprv_realloc_46 |
61 | 57 |
62 # http://crbug.com/239359 | 58 # http://crbug.com/239359 |
63 race:media::TestInputCallback::OnData | 59 race:media::TestInputCallback::OnData |
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
256 race:gfx::ImageFamily::~ImageFamily | 252 race:gfx::ImageFamily::~ImageFamily |
257 | 253 |
258 # http://crbug.com/364014 | 254 # http://crbug.com/364014 |
259 race:WTF::Latin1Encoding()::globalLatin1Encoding | 255 race:WTF::Latin1Encoding()::globalLatin1Encoding |
260 | 256 |
261 # http://crbug.com/366594 | 257 # http://crbug.com/366594 |
262 race:net::tools::test*EndToEndTest::VerifyCleanConnection | 258 race:net::tools::test*EndToEndTest::VerifyCleanConnection |
263 | 259 |
264 # https://code.google.com/p/v8/issues/detail?id=3143 | 260 # https://code.google.com/p/v8/issues/detail?id=3143 |
265 race:v8::internal::FLAG_track_double_fields | 261 race:v8::internal::FLAG_track_double_fields |
OLD | NEW |