OLD | NEW |
1 # This test fails on an assertion, see http://crbug.com/57266 | 1 # This test fails on an assertion, see http://crbug.com/57266 |
2 EncoderVp8Test.TestEncoder | 2 EncoderVp8Test.TestEncoder |
3 DecoderVp8Test.EncodeAndDecode | 3 DecoderVp8Test.EncodeAndDecode |
4 | 4 |
5 # These test intentionally generate exceptions to verify if a dump is generated | 5 # These test intentionally generate exceptions to verify if a dump is generated |
6 # during the crash. | 6 # during the crash. |
7 BreakpadWinDeathTest.TestAccessViolation | 7 BreakpadWinDeathTest.TestAccessViolation |
8 BreakpadWinDeathTest.TestInvalidParameter | 8 BreakpadWinDeathTest.TestInvalidParameter |
9 BreakpadWinDeathTest.TestDebugbreak | 9 BreakpadWinDeathTest.TestDebugbreak |
10 | 10 |
11 # DrM-i#1465 | 11 # DrM-i#1465 |
12 RdpClientTest.Basic | 12 RdpClientTest.Basic |
| 13 |
| 14 # Oftentimes the last running test before the test suite times out. |
| 15 # http://crbug.com/514404 |
| 16 VideoEncoderVpxTest.Vp9LossyUnchangedFrame |
OLD | NEW |