| OLD | NEW |
| 1 # TODO(timurrrr) investigate the failures and enable these tests one-by-one. | 1 # TODO(timurrrr) investigate the failures and enable these tests one-by-one. |
| 2 RSA* | 2 RSA* |
| 3 GmockTest.* | 3 GmockTest.* |
| 4 EtwTrace* | 4 EtwTrace* |
| 5 StatsTableTest.* | 5 StatsTableTest.* |
| 6 ProcessUtilTest.EnableLFH | 6 ProcessUtilTest.EnableLFH |
| 7 ScopedNativeLibrary.Basic | 7 ScopedNativeLibrary.Basic |
| 8 # TODO(zhaoqin) investigate the failures and enable it later, 106043 | 8 # TODO(zhaoqin) investigate the failures and enable it later, 106043 |
| 9 ConditionVariableTest.LargeFastTaskTest | 9 ConditionVariableTest.LargeFastTaskTest |
| 10 # Next test creates a child that crashes, which naturally generates an | 10 # Next test creates a child that crashes, which naturally generates an |
| 11 # unaddressable report as well as a handful of leak reports that we don't need | 11 # unaddressable report as well as a handful of leak reports that we don't need |
| 12 # to see. | 12 # to see. |
| 13 ProcessUtilTest.GetTerminationStatusCrash | 13 ProcessUtilTest.GetTerminationStatusCrash |
| 14 # See crbug.com/130668 | 14 # See crbug.com/130668 |
| 15 ProcessUtilTest.GetTerminationStatusKill | 15 ProcessUtilTest.GetTerminationStatusKill |
| 16 ProcessUtilTest.KillSlowChild | 16 ProcessUtilTest.KillSlowChild |
| 17 ProcessUtilTest.SpawnChild | 17 ProcessUtilTest.SpawnChild |
| 18 ScopedProcessInformationTest.Duplicate | 18 ScopedProcessInformationTest.Duplicate |
| 19 ScopedProcessInformationTest.Swap | 19 ScopedProcessInformationTest.Swap |
| 20 ScopedProcessInformationTest.TakeBoth | 20 ScopedProcessInformationTest.TakeBoth |
| 21 ScopedProcessInformationTest.TakeProcess | 21 ScopedProcessInformationTest.TakeProcess |
| 22 ScopedProcessInformationTest.TakeWholeStruct | 22 ScopedProcessInformationTest.TakeWholeStruct |
| 23 SharedMemoryProcessTest.Tasks | 23 SharedMemoryProcessTest.Tasks |
| 24 | 24 |
| 25 # crbug/144018 | 25 # crbug/144018 |
| 26 ScopedStartupInfoExTest.InheritStdOut | 26 StartupInformationTest.InheritStdOut |
| OLD | NEW |