Chromium Code Reviews| Index: functional/PYAUTO_TESTS |
| =================================================================== |
| --- functional/PYAUTO_TESTS (revision 96277) |
| +++ functional/PYAUTO_TESTS (working copy) |
| @@ -378,6 +378,7 @@ |
| 'all': [ |
| '@CONTINUOUS', |
| 'translate', |
| + 'nacl_sdk', |
|
dennis_jeffrey
2011/08/15 16:26:07
Please move this up one line to keep the list in a
chrisphan
2011/08/15 17:01:16
Done.
|
| # ================================================== |
| # Disabled tests that need to be investigated/fixed. |
| @@ -392,6 +393,9 @@ |
| '-translate.TranslateTest.testAlwaysTranslateInIncognito', |
| # This test fails due to crbug.com/85633 |
| '-translate.TranslateTest.testSessionRestore', |
| + # crbug.com/91553 |
| + '-nacl_sdk.NaClSDKTest.testVerifyNaClPlugin', |
| + '-nacl_sdk.NaClSDKTest.testVerifyPrereleaseGallery', |
| ], |
| 'win': [ |
| @@ -427,6 +431,12 @@ |
| ], |
| 'chromeos': [ |
| + # =========================== |
| + # Permanently-disabled tests. |
| + # =========================== |
| + # No NaCl support on ChromeOS. |
| + '-nacl_sdk', |
| + |
| # ================================================== |
| # Disabled tests that need to be investigated/fixed. |
| # ================================================== |