| OLD | NEW |
| 1 # This file is copied from Valgrind-on-Wine filter | 1 # This file is copied from Valgrind-on-Wine filter |
| 2 # TODO(timurrrr): include/investigate the listed tests one-by-one | 2 # TODO(timurrrr): include/investigate the listed tests one-by-one |
| 3 BaseWinUtilTest.FormatMessageW | 3 BaseWinUtilTest.FormatMessageW |
| 4 ConditionVariableTest.LargeFastTaskTest | 4 ConditionVariableTest.LargeFastTaskTest |
| 5 EtwTraceControllerTest.EnableDisable | 5 EtwTraceControllerTest.EnableDisable |
| 6 EtwTraceConsumer*Test.* | 6 EtwTraceConsumer*Test.* |
| 7 EtwTraceProvider*Test.* | 7 EtwTraceProvider*Test.* |
| 8 FileUtilTest.CountFilesCreatedAfter | 8 FileUtilTest.CountFilesCreatedAfter |
| 9 FileUtilTest.GetFileCreationLocalTime | 9 FileUtilTest.GetFileCreationLocalTime |
| 10 JSONReaderTest.Reading | 10 JSONReaderTest.Reading |
| 11 PEImageTest.EnumeratesPE | 11 PEImageTest.EnumeratesPE |
| 12 ProcessUtilTest.* | 12 ProcessUtilTest.* |
| 13 StatsTableTest.* | 13 StatsTableTest.* |
| 14 TimeTicks.* | 14 TimeTicks.* |
| 15 WMIUtilTest.* | 15 WMIUtilTest.* |
| 16 |
| 17 # Too slow under TSan |
| 18 RSAPrivateKeyUnitTest.* |
| OLD | NEW |