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

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

Issue 2819011: TTF: Reenable some disabled tests. (Closed)
Patch Set: Created 10 years, 6 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 | chrome/browser/sync/engine/syncer_unittest.cc » ('j') | sandbox/src/dep_test.cc » ('J')
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/extensions/extension_host.h" 10 #include "chrome/browser/extensions/extension_host.h"
(...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after
441 IN_PROC_BROWSER_TEST_F(DevToolsSanityTest, DISABLED_TestPauseInEval) { 441 IN_PROC_BROWSER_TEST_F(DevToolsSanityTest, DISABLED_TestPauseInEval) {
442 RunTest("testPauseInEval", kDebuggerTestPage); 442 RunTest("testPauseInEval", kDebuggerTestPage);
443 } 443 }
444 444
445 // Tests console eval. 445 // Tests console eval.
446 IN_PROC_BROWSER_TEST_F(DevToolsSanityTest, TestConsoleEval) { 446 IN_PROC_BROWSER_TEST_F(DevToolsSanityTest, TestConsoleEval) {
447 RunTest("testConsoleEval", kEvalTestPage); 447 RunTest("testConsoleEval", kEvalTestPage);
448 } 448 }
449 449
450 // Tests console log. 450 // Tests console log.
451 IN_PROC_BROWSER_TEST_F(DevToolsSanityTest, DISABLED_TestConsoleLog) { 451 IN_PROC_BROWSER_TEST_F(DevToolsSanityTest, TestConsoleLog) {
452 RunTest("testConsoleLog", kConsoleTestPage); 452 RunTest("testConsoleLog", kConsoleTestPage);
453 } 453 }
454 454
455 // Tests eval global values. 455 // Tests eval global values.
456 IN_PROC_BROWSER_TEST_F(DevToolsSanityTest, TestEvalGlobal) { 456 IN_PROC_BROWSER_TEST_F(DevToolsSanityTest, TestEvalGlobal) {
457 RunTest("testEvalGlobal", kEvalTestPage); 457 RunTest("testEvalGlobal", kEvalTestPage);
458 } 458 }
459 459
460 // Test that Storage panel can be shown. 460 // Test that Storage panel can be shown.
461 IN_PROC_BROWSER_TEST_F(DevToolsSanityTest, TestShowStoragePanel) { 461 IN_PROC_BROWSER_TEST_F(DevToolsSanityTest, TestShowStoragePanel) {
462 RunTest("testShowStoragePanel", kDebuggerTestPage); 462 RunTest("testShowStoragePanel", kDebuggerTestPage);
463 } 463 }
464 464
465 465
466 } // namespace 466 } // namespace
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/sync/engine/syncer_unittest.cc » ('j') | sandbox/src/dep_test.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698