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

Unified Diff: content/renderer/pepper/pepper_file_chooser_host_unittest.cc

Issue 10825309: Disable failing test on Mac. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/pepper/pepper_file_chooser_host_unittest.cc
===================================================================
--- content/renderer/pepper/pepper_file_chooser_host_unittest.cc (revision 151145)
+++ content/renderer/pepper/pepper_file_chooser_host_unittest.cc (working copy)
@@ -72,6 +72,7 @@
} // namespace
+/* TODO(brettw) fix & re-enable this test.
TEST_F(PepperFileChooserHostTest, Show) {
PP_Resource pp_resource = 123;
@@ -133,6 +134,7 @@
EXPECT_EQ(FilePathToUTF8(selected_info.display_name),
chooser_results[0].name);
}
+*/
TEST_F(PepperFileChooserHostTest, NoUserGesture) {
PP_Resource pp_resource = 123;
« 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