| 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 | |
| 11 # crbug.com/157886; This test fails under Dr. Memory. | |
| 12 DesktopProcessTest.ConnectNetworkChannel | |
| OLD | NEW |