[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

yurys at chromium.org yurys at chromium.org
Wed Dec 22 11:23:04 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit c67073b1d7f265898cc3f316c6fb0887718ec856
Author: yurys at chromium.org <yurys at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Jul 21 11:18:23 2010 +0000

    2010-07-21  Yury Semikhatsky  <yurys at chromium.org>
    
            Reviewed by Pavel Feldman.
    
            Web Inspector: inspector/debugger-pause-in-eval-script.html fails on Chromium Win
            https://bugs.webkit.org/show_bug.cgi?id=42735
    
            * inspector/debugger-pause-in-eval-script.html:
            * platform/chromium/test_expectations.txt:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@63811 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index d3407e3..0845ea1 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,13 @@
+2010-07-21  Yury Semikhatsky  <yurys at chromium.org>
+
+        Reviewed by Pavel Feldman.
+
+        Web Inspector: inspector/debugger-pause-in-eval-script.html fails on Chromium Win
+        https://bugs.webkit.org/show_bug.cgi?id=42735
+
+        * inspector/debugger-pause-in-eval-script.html:
+        * platform/chromium/test_expectations.txt:
+
 2010-07-21  Zoltan Herczeg  <zherczeg at webkit.org>
 
         Reviewed by Nikolas Zimmermann.
diff --git a/LayoutTests/inspector/debugger-pause-in-eval-script.html b/LayoutTests/inspector/debugger-pause-in-eval-script.html
index 6019ea4..2af013c 100644
--- a/LayoutTests/inspector/debugger-pause-in-eval-script.html
+++ b/LayoutTests/inspector/debugger-pause-in-eval-script.html
@@ -14,13 +14,11 @@ function frontend_testPauseOnDebuggerStatement(testController)
     testController.waitUntilDone();
 
     WebInspector.showScriptsPanel();
-    frontend_ensureDebuggerEnabled(debuggerWasEnabledCallback);
 
     var scriptToEvaluate = "function testFunction() {\n" +
                            "    debugger;\n" +
                            "}\n" +
                            "setTimeout(testFunction, 0);\n";
-
     function debuggerWasEnabledCallback()
     {
         testController.results.push("Debugger was enabled.");
@@ -32,6 +30,8 @@ function frontend_testPauseOnDebuggerStatement(testController)
         });
     }
 
+    frontend_ensureDebuggerEnabled(debuggerWasEnabledCallback);
+
     frontend_addSniffer(WebInspector, "pausedScript", function(callFrames)
     {
         testController.results.push("Script execution paused.");
diff --git a/LayoutTests/platform/chromium/test_expectations.txt b/LayoutTests/platform/chromium/test_expectations.txt
index 59bce39..9bda73d 100644
--- a/LayoutTests/platform/chromium/test_expectations.txt
+++ b/LayoutTests/platform/chromium/test_expectations.txt
@@ -2885,9 +2885,6 @@ BUG_HCLAM : fast/js/script-line-number.html = TEXT
 // LayoutTestController::isPageBoxVisible, pageAreaRectInPixels, and preferredPageSizeInPixels are not implemented yet for Chromium.
 BUGWK37538 : printing/page-format-data.html = TEXT
 
-// This failure is related to 61859.
-BUG_HCLAM : inspector/debugger-pause-in-eval-script.html = TIMEOUT CRASH FAIL PASS
-
 // First noticed on trybots after r61836, now in the tree.
 BUG_MNAGANOV LINUX : fast/js/Object-create.html = CRASH FAIL
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list