Bug 69757

Summary: [Qt] inspector/debugger/script-formatter.html failed after r97056
Product: WebKit Reporter: Fehér Zsolt <feherzs>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: pfeldman
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Description Fehér Zsolt 2011-10-10 06:55:07 PDT
--- /ramdisk/qt-linux-release/build/layout-test-results/inspector/debugger/script-formatter-expected.txt 
+++ /ramdisk/qt-linux-release/build/layout-test-results/inspector/debugger/script-formatter-actual.txt 
@@ -1,4 +1,3 @@
-CONSOLE MESSAGE: line 24: Test message.
 Tests the script formatting functionality.
 
 Debugger was enabled.
@@ -6,34 +5,5 @@
 Running: testScriptFormatterWorker
 
 Running: testSourceMapping
+Uncaught exception in inspector front-end: TypeError: 'undefined' is not an object [undefined:0]
 
-Running: testFormatInlinedScripts
-<html><body><script>
-function f() {
-}
-</script><script>
-function g() {
-}
-</script></body></html>
-
-Running: testBreakpointsInOriginalAndFormattedSource
-Script execution paused.
-Call stack:
-    0) f1 (script-formatter.html:12)
-    1)  (script-formatter.html:1)
-Script execution resumed.
-Page reloaded.
-Navigated to test-navigation.html
-Page reloaded.
-Navigated back to test page.
-Script execution paused.
-Call stack:
-    0) f2 (script-formatter.html:17)
-    1)  (script-formatter.html:1)
-Script execution resumed.
-
-Running: testConsoleMessagesForFormattedScripts
-script-formatter.html:24
-script-formatter.html:32
-Debugger was disabled.
-
Comment 1 Pavel Feldman 2011-11-07 04:21:53 PST
Landed as http://trac.webkit.org/changeset/99405.