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 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
151 race:gLCDOrientation | 151 race:gLCDOrientation |
152 | 152 |
153 # http://crbug.com/328868 | 153 # http://crbug.com/328868 |
154 race:PR_Lock | 154 race:PR_Lock |
155 | 155 |
156 # http://crbug.com/329225 | 156 # http://crbug.com/329225 |
157 race:blink::currentTimeFunction | 157 race:blink::currentTimeFunction |
158 | 158 |
159 # http://crbug.com/329460 | 159 # http://crbug.com/329460 |
160 race:extensions::InfoMap::AddExtension | 160 race:extensions::InfoMap::AddExtension |
161 | |
162 # http://crbug.com/329530 | |
163 race:media::AesDecryptor::UpdateSession | |
OLD | NEW |