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

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

Issue 6410064: Fix FileIO and FileRef PPAPI tests to match changes in (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Fixed long line Created 9 years, 11 months 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 | ppapi/tests/test_file_io.cc » ('j') | 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 3a5e3047f53bb11de9cfe5318abbc9e42970927e..6c7d88412f62fee7604ba14936fa2f5e4c08d7ff 100644
--- a/chrome/test/ui/ppapi_uitest.cc
+++ b/chrome/test/ui/ppapi_uitest.cc
@@ -154,13 +154,11 @@ TEST_F(PPAPITest, Var) {
RunTest("Var");
}
-// TODO(dumi): figure out why this test is flaky / crashing.
-TEST_F(PPAPITest, DISABLED_FileIO) {
+TEST_F(PPAPITest, FileIO) {
RunTestViaHTTP("FileIO");
}
-// TODO(dumi): figure out why this test is flaky / crashing.
-TEST_F(PPAPITest, DISABLED_FileRef) {
+TEST_F(PPAPITest, FileRef) {
RunTestViaHTTP("FileRef");
}
« no previous file with comments | « no previous file | ppapi/tests/test_file_io.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698