Title: [91670] trunk/LayoutTests
Revision
91670
Author
[email protected]
Date
2011-07-25 09:21:45 -0700 (Mon, 25 Jul 2011)

Log Message

2011-07-25  Pavel Podivilov  <[email protected]>

        Web Inspector: unreviewed, fix pause-in-internal-script expectations.
        https://bugs.webkit.org/show_bug.cgi?id=65078

        * inspector/debugger/pause-in-internal-script-expected.txt:
        * platform/chromium/inspector/debugger/pause-in-internal-script-expected.txt: Copied from LayoutTests/inspector/debugger/pause-in-internal-script-expected.txt.
        * platform/qt/Skipped:

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (91669 => 91670)


--- trunk/LayoutTests/ChangeLog	2011-07-25 15:51:16 UTC (rev 91669)
+++ trunk/LayoutTests/ChangeLog	2011-07-25 16:21:45 UTC (rev 91670)
@@ -1,3 +1,12 @@
+2011-07-25  Pavel Podivilov  <[email protected]>
+
+        Web Inspector: unreviewed, fix pause-in-internal-script expectations.
+        https://bugs.webkit.org/show_bug.cgi?id=65078
+
+        * inspector/debugger/pause-in-internal-script-expected.txt:
+        * platform/chromium/inspector/debugger/pause-in-internal-script-expected.txt: Copied from LayoutTests/inspector/debugger/pause-in-internal-script-expected.txt.
+        * platform/qt/Skipped:
+
 2011-07-25  Pavel Feldman  <[email protected]>
 
         Web Inspector: use dedicated type for object id in the protocol.

Modified: trunk/LayoutTests/inspector/debugger/pause-in-internal-script-expected.txt (91669 => 91670)


--- trunk/LayoutTests/inspector/debugger/pause-in-internal-script-expected.txt	2011-07-25 15:51:16 UTC (rev 91669)
+++ trunk/LayoutTests/inspector/debugger/pause-in-internal-script-expected.txt	2011-07-25 16:21:45 UTC (rev 91670)
@@ -8,8 +8,7 @@
 Script execution paused.
 Call stack:
     0)  (pause-in-internal-script.html:14)
-    1) forEach ((internal script):(line number))
-    2) testFunction (pause-in-internal-script.html:12)
+    1) testFunction (pause-in-internal-script.html:12)
 Script execution resumed.
 Script execution paused.
 Debugger was disabled.

Copied: trunk/LayoutTests/platform/chromium/inspector/debugger/pause-in-internal-script-expected.txt (from rev 91669, trunk/LayoutTests/inspector/debugger/pause-in-internal-script-expected.txt) (0 => 91670)


--- trunk/LayoutTests/platform/chromium/inspector/debugger/pause-in-internal-script-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/chromium/inspector/debugger/pause-in-internal-script-expected.txt	2011-07-25 16:21:45 UTC (rev 91670)
@@ -0,0 +1,16 @@
+Tests that internal scripts unknown to front-end are processed correctly when appear in debugger call frames. Bug 64995
+
+Debugger was enabled.
+
+Running: testSetBreakpoint
+Script source was shown.
+Set timer for test function.
+Script execution paused.
+Call stack:
+    0)  (pause-in-internal-script.html:14)
+    1) forEach ((internal script):(line number))
+    2) testFunction (pause-in-internal-script.html:12)
+Script execution resumed.
+Script execution paused.
+Debugger was disabled.
+

Modified: trunk/LayoutTests/platform/qt/Skipped (91669 => 91670)


--- trunk/LayoutTests/platform/qt/Skipped	2011-07-25 15:51:16 UTC (rev 91669)
+++ trunk/LayoutTests/platform/qt/Skipped	2011-07-25 16:21:45 UTC (rev 91670)
@@ -2547,6 +2547,3 @@
 
 # https://bugs.webkit.org/show_bug.cgi?id=64928
 inspector/styles/get-set-stylesheet-text.html
-
-#https://bugs.webkit.org/show_bug.cgi?id=65078
-inspector/debugger/pause-in-internal-script.html
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to