Bug 69757 - [Qt] inspector/debugger/script-formatter.html failed after r97056
Summary: [Qt] inspector/debugger/script-formatter.html failed after r97056
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-10 06:55 PDT by Fehér Zsolt
Modified: 2011-11-07 04:21 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.