Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(266)

Unified Diff: chrome/test/ui/ppapi_uitest.cc

Issue 8775038: Add comment that directory reader isn't implemented out of process. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/ui/ppapi_uitest.cc
diff --git a/chrome/test/ui/ppapi_uitest.cc b/chrome/test/ui/ppapi_uitest.cc
index 8446fb300596e7f4f06b33033a1cbaf35f274cc2..3f196c6cb91f4c287cb235f20738c58896249be4 100644
--- a/chrome/test/ui/ppapi_uitest.cc
+++ b/chrome/test/ui/ppapi_uitest.cc
@@ -412,13 +412,10 @@ TEST_PPAPI_OUT_OF_PROCESS(FlashClipboard)
#endif
// Flaky on Mac + Linux, maybe http://codereview.chromium.org/7094008
+// Not implemented out of process: http://crbug.com/106129
TEST_F(PPAPITest, MAYBE_DirectoryReader) {
RunTestViaHTTP("DirectoryReader");
}
-// http://crbug.com/89961
-TEST_F(OutOfProcessPPAPITest, FAILS_DirectoryReader) {
- RunTestViaHTTP("DirectoryReader");
-}
#if defined(ENABLE_P2P_APIS)
// Flaky. http://crbug.com/84294
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698