Chromium Code Reviews| Index: chrome/test/nacl_test_injection/buildbot_nacl_integration.py |
| =================================================================== |
| --- chrome/test/nacl_test_injection/buildbot_nacl_integration.py (revision 114987) |
| +++ chrome/test/nacl_test_injection/buildbot_nacl_integration.py (working copy) |
| @@ -41,6 +41,10 @@ |
| # This test failed and caused the build's gatekeep to close the tree. |
| # http://code.google.com/p/chromium/issues/detail?id=96434 |
| tests_to_disable.append('run_ppapi_example_post_message_test') |
| + # TODO(cdn): Reenable once we can pass |
| + # --disable-extensions-resource-whitelist to chrome for this test. |
| + # http://code.google.com/p/nativeclient/issues/detail?id=108131 |
| + tests_to_disable.append('run_ppapi_extension_mime_handler_browser_test') |
|
Aaron Boodman
2011/12/20 21:12:58
I have no idea about this. Did you talk to the nac
Cris Neckar
2011/12/20 22:00:06
Yeah, I should have noted this in my comment. I di
|
| # TODO(ncbray) why did these tests flake? |
| # http://code.google.com/p/nativeclient/issues/detail?id=2230 |