| OLD | NEW |
| 1 # This test contains nasty races, see http://crbug.com/37839 | 1 # This test contains nasty races, see http://crbug.com/37839 |
| 2 EventSys.Multithreaded | 2 EventSys.Multithreaded |
| 3 | 3 |
| 4 # This test has a possible data race detected by the TSAN bot | 4 # This test has a possible data race detected by the TSAN bot |
| 5 # see http://crbug.com/46840 | 5 # see http://crbug.com/46840 |
| 6 ProfileManagerTest.CreateAndUseTwoProfiles | 6 ProfileManagerTest.CreateAndUseTwoProfiles |
| 7 |
| 8 # Crashes under TSan. See http://crbug.com/47843 |
| 9 ExtensionsServiceTest.ReloadExtensions |
| OLD | NEW |