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

Unified Diff: chrome/renderer/render_view_browsertest_mac.mm

Issue 6139008: Disable mac RenderViewTest.MacTestCmdUP to fix mac build failures after webkit rool 75540:75584. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/render_view_browsertest_mac.mm
diff --git a/chrome/renderer/render_view_browsertest_mac.mm b/chrome/renderer/render_view_browsertest_mac.mm
index 5b10d9181ea6027e5e3f9523a5c164179e819607..b111b72830ea99a02d6d75c42c416b906e4e665f 100644
--- a/chrome/renderer/render_view_browsertest_mac.mm
+++ b/chrome/renderer/render_view_browsertest_mac.mm
@@ -39,7 +39,7 @@ NSEvent* CmdDeadKeyEvent(NSEventType type, unsigned short code) {
// Test that cmd-up/down scrolls the page exactly if it is not intercepted by
// javascript.
-TEST_F(RenderViewTest, MacTestCmdUp) {
+TEST_F(RenderViewTest, DISABLED_MacTestCmdUp) {
// Some preprocessor trickery so that we can have literal html in our source,
// makes it easier to copy html to and from an html file for testing (the
// preprocessor will remove the newlines at the line ends, turning this into
« 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