| 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 ProcessMemoryTest.EnableLFH | 6 ProcessMemoryTest.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 |
| (...skipping 21 matching lines...) Expand all Loading... |
| 32 | 32 |
| 33 # http://crbug.com/93843 | 33 # http://crbug.com/93843 |
| 34 # This fails only under full mode. | 34 # This fails only under full mode. |
| 35 # TODO(bruening): add a gtest_exclude distinction for light vs full mode | 35 # TODO(bruening): add a gtest_exclude distinction for light vs full mode |
| 36 # so we can avoid excluding this for light mode. | 36 # so we can avoid excluding this for light mode. |
| 37 MessageLoopTestTypeUI.RecursiveDenial3 | 37 MessageLoopTestTypeUI.RecursiveDenial3 |
| 38 | 38 |
| 39 # https://crbug.com/577417 | 39 # https://crbug.com/577417 |
| 40 # Too slow under Dr. Memory (times out tests). | 40 # Too slow under Dr. Memory (times out tests). |
| 41 AllocationRegisterTest.OverflowDeathTest | 41 AllocationRegisterTest.OverflowDeathTest |
| 42 |
| 43 # https://crbug.com/592753 |
| 44 # TODO(wfh): Times out under Dr. Memory. Creates 200 threads in child process. |
| 45 ScopedHandleTest.MultiProcess |
| OLD | NEW |