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

Side by Side Diff: chrome/browser/debugger/devtools_sanity_unittest.cc

Issue 256082: DevTools: disable TestProfilerTab test due to flakiness. (Closed)
Patch Set: Created 11 years, 2 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "base/command_line.h" 5 #include "base/command_line.h"
6 #include "chrome/browser/browser.h" 6 #include "chrome/browser/browser.h"
7 #include "chrome/browser/debugger/devtools_client_host.h" 7 #include "chrome/browser/debugger/devtools_client_host.h"
8 #include "chrome/browser/debugger/devtools_manager.h" 8 #include "chrome/browser/debugger/devtools_manager.h"
9 #include "chrome/browser/debugger/devtools_window.h" 9 #include "chrome/browser/debugger/devtools_window.h"
10 #include "chrome/browser/renderer_host/render_view_host.h" 10 #include "chrome/browser/renderer_host/render_view_host.h"
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 IN_PROC_BROWSER_TEST_F(DevToolsSanityTest, TestEnableResourcesTab) { 145 IN_PROC_BROWSER_TEST_F(DevToolsSanityTest, TestEnableResourcesTab) {
146 RunTest("testEnableResourcesTab", kSimplePage); 146 RunTest("testEnableResourcesTab", kSimplePage);
147 } 147 }
148 148
149 // Tests resource headers. 149 // Tests resource headers.
150 IN_PROC_BROWSER_TEST_F(DevToolsSanityTest, DISABLED_TestResourceHeaders) { 150 IN_PROC_BROWSER_TEST_F(DevToolsSanityTest, DISABLED_TestResourceHeaders) {
151 RunTest("testResourceHeaders", kResourceTestPage); 151 RunTest("testResourceHeaders", kResourceTestPage);
152 } 152 }
153 153
154 // Tests profiler panel. 154 // Tests profiler panel.
155 IN_PROC_BROWSER_TEST_F(DevToolsSanityTest, TestProfilerTab) { 155 // Flaky: http://code.google.com/p/chromium/issues/detail?id=23768
156 // TODO(mnaganov): fix the problem in V8 and roll it out.
157 IN_PROC_BROWSER_TEST_F(DevToolsSanityTest, DISABLED_TestProfilerTab) {
156 RunTest("testProfilerTab", kJsPage); 158 RunTest("testProfilerTab", kJsPage);
157 } 159 }
158 160
159 // Tests scripts panel showing. 161 // Tests scripts panel showing.
160 IN_PROC_BROWSER_TEST_F(DevToolsSanityTest, TestShowScriptsTab) { 162 IN_PROC_BROWSER_TEST_F(DevToolsSanityTest, TestShowScriptsTab) {
161 RunTest("testShowScriptsTab", kDebuggerTestPage); 163 RunTest("testShowScriptsTab", kDebuggerTestPage);
162 } 164 }
163 165
164 // Tests that scripts are not duplicated after Scripts Panel switch. 166 // Tests that scripts are not duplicated after Scripts Panel switch.
165 IN_PROC_BROWSER_TEST_F(DevToolsSanityTest, 167 IN_PROC_BROWSER_TEST_F(DevToolsSanityTest,
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 IN_PROC_BROWSER_TEST_F(DevToolsSanityTest, TestConsoleLog) { 219 IN_PROC_BROWSER_TEST_F(DevToolsSanityTest, TestConsoleLog) {
218 RunTest("testConsoleLog", kConsoleTestPage); 220 RunTest("testConsoleLog", kConsoleTestPage);
219 } 221 }
220 222
221 // Tests eval global values. 223 // Tests eval global values.
222 IN_PROC_BROWSER_TEST_F(DevToolsSanityTest, TestEvalGlobal) { 224 IN_PROC_BROWSER_TEST_F(DevToolsSanityTest, TestEvalGlobal) {
223 RunTest("testEvalGlobal", kEvalTestPage); 225 RunTest("testEvalGlobal", kEvalTestPage);
224 } 226 }
225 227
226 } // namespace 228 } // namespace
OLDNEW
« 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