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

Unified Diff: chrome/browser/debugger/devtools_sanity_browsertest.cc

Issue 10693120: Reenabled DevTools sanity tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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/browser/debugger/devtools_sanity_browsertest.cc
diff --git a/chrome/browser/debugger/devtools_sanity_browsertest.cc b/chrome/browser/debugger/devtools_sanity_browsertest.cc
index 65cc64b2075b55f2c228b5c30082e0e5f96cc029..aa5ffa600b771aab06dd7cbb56f204124583fe9c 100644
--- a/chrome/browser/debugger/devtools_sanity_browsertest.cc
+++ b/chrome/browser/debugger/devtools_sanity_browsertest.cc
@@ -416,18 +416,16 @@ class WorkerDevToolsSanityTest : public InProcessBrowserTest {
// Tests scripts panel showing.
-// Disabled: http://crbug.com/136313
-IN_PROC_BROWSER_TEST_F(DevToolsSanityTest, DISABLED_TestShowScriptsTab) {
+IN_PROC_BROWSER_TEST_F(DevToolsSanityTest, TestShowScriptsTab) {
RunTest("testShowScriptsTab", kDebuggerTestPage);
}
// Tests that scripts tab is populated with inspected scripts even if it
// hadn't been shown by the moment inspected paged refreshed.
// @see http://crbug.com/26312
-// Disabled: http://crbug.com/136313
IN_PROC_BROWSER_TEST_F(
DevToolsSanityTest,
- DISABLED_TestScriptsTabIsPopulatedOnInspectedPageRefresh) {
+ TestScriptsTabIsPopulatedOnInspectedPageRefresh) {
// Clear inspector settings to ensure that Elements will be
// current panel when DevTools window is open.
content::GetContentClient()->browser()->ClearInspectorSettings(
@@ -461,17 +459,16 @@ IN_PROC_BROWSER_TEST_F(DevToolsExperimentalExtensionTest,
// Tests that a content script is in the scripts list.
// http://crbug.com/114104
-// Disabled: http://crbug.com/136313
IN_PROC_BROWSER_TEST_F(DevToolsExtensionTest,
- DISABLED_TestContentScriptIsPresent) {
+ TestContentScriptIsPresent) {
LoadExtension("simple_content_script");
RunTest("testContentScriptIsPresent", kPageWithContentScript);
}
// Tests that scripts are not duplicated after Scripts Panel switch.
-// Disabled: http://crbug.com/136313
+// Disabled - see http://crbug.com/124300
IN_PROC_BROWSER_TEST_F(DevToolsSanityTest,
- DISABLED_TestNoScriptDuplicatesOnPanelSwitch) {
+ TestNoScriptDuplicatesOnPanelSwitch) {
RunTest("testNoScriptDuplicatesOnPanelSwitch", kDebuggerTestPage);
}
« 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