Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 # TODO(zhaoqin) File bugs for those failing browser tests. | |
|
Derek Bruening
2012/10/16 16:08:22
nit: missing colon
| |
| 2 | |
| 3 ################################################################## | |
| 4 # Excluded tests to be investigated # | |
|
Derek Bruening
2012/10/16 16:08:22
why not file a case to cover all of these so we ha
| |
| 5 ################################################################## | |
| 6 | |
| 7 # The list is too long for gtest_filter, so we exclude the whole | |
| 8 # test case if any of its tests failed. | |
| 9 | |
| 10 # Timeout (400000 ms) Tests | |
| 11 NaClBrowserTestGLibc.* | |
| 12 OutOfProcessPPAPITest.* | |
| 13 PPAPINaClGLibcTest.* | |
| 14 PPAPINaClNewlibTest.* | |
| 15 PPAPITest.* | |
| 16 ReferrerPolicyTest.* | |
| OLD | NEW |