Chromium Code Reviews| Index: chrome/test/ui/ppapi_uitest.cc |
| =================================================================== |
| --- chrome/test/ui/ppapi_uitest.cc (revision 96222) |
| +++ chrome/test/ui/ppapi_uitest.cc (working copy) |
| @@ -159,7 +159,8 @@ |
| TEST_PPAPI_OUT_OF_PROCESS(CursorControl) |
| TEST_PPAPI_IN_PROCESS(Instance) |
| -TEST_PPAPI_OUT_OF_PROCESS(Instance) |
| +// http://crbug.com/91729 |
| +TEST_PPAPI_OUT_OF_PROCESS(FAILS_Instance) |
|
M-A Ruel
2011/08/10 23:52:13
If it fails, mark it as DISABLED_. There is no poi
|
| TEST_PPAPI_IN_PROCESS(Graphics2D) |
| // Disabled because it times out: http://crbug.com/89961 |