Bug 95729 - REGRESSION(r127454): It broke inspector/debugger/dynamic-script-tag.html
Summary: REGRESSION(r127454): It broke inspector/debugger/dynamic-script-tag.html
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 79666 95352
  Show dependency treegraph
 
Reported: 2012-09-04 04:09 PDT by Csaba Osztrogonác
Modified: 2012-09-04 05:45 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 2012-09-04 04:09:22 PDT
It made this test location dependent ...

--- /home/webkitbuildbot/slaves/release32bit-NRWT/buildslave/qt-linux-32-release-NRWT/build/layout-test-results/inspector/debugger/dynamic-script-tag-expected.txt 
+++ /home/webkitbuildbot/slaves/release32bit-NRWT/buildslave/qt-linux-32-release-NRWT/build/layout-test-results/inspector/debugger/dynamic-script-tag-actual.txt 
@@ -2,20 +2,20 @@
 
 Debugger was enabled.
 Dumping scripts:
-script1: file:///usr/local/google/home/vsevik/chromium/src/third_party/WebKit/LayoutTests/inspector/debugger/dynamic-script-tag.html
+script1: file:///home/webkitbuildbot/slaves/release32bit-NRWT/buildslave/qt-linux-32-release-NRWT/build/LayoutTests/inspector/debugger/dynamic-script-tag.html
 Is anonymous:false
 Is inline script:false
-script2: file:///usr/local/google/home/vsevik/chromium/src/third_party/WebKit/LayoutTests/inspector/debugger/dynamic-script-tag.html
+script2: file:///home/webkitbuildbot/slaves/release32bit-NRWT/buildslave/qt-linux-32-release-NRWT/build/LayoutTests/inspector/debugger/dynamic-script-tag.html
 Is anonymous:false
 Is inline script:false
 Dumping uiSourceCodes:
-UISourceCode: file:///usr/local/google/home/vsevik/chromium/src/third_party/WebKit/LayoutTests/inspector/debugger/dynamic-script-tag.html (1)
+UISourceCode: file:///home/webkitbuildbot/slaves/release32bit-NRWT/buildslave/qt-linux-32-release-NRWT/build/LayoutTests/inspector/debugger/dynamic-script-tag.html (1)
 UISourceCode is editable: true
 UISourceCode is content script: false
 Mime type: text/javascript
 UISourceCode content: function foo() { }
 UI resource: null
-UISourceCode: file:///usr/local/google/home/vsevik/chromium/src/third_party/WebKit/LayoutTests/inspector/debugger/dynamic-script-tag.html (2)
+UISourceCode: file:///home/webkitbuildbot/slaves/release32bit-NRWT/buildslave/qt-linux-32-release-NRWT/build/LayoutTests/inspector/debugger/dynamic-script-tag.html (2)
 UISourceCode is editable: true
 UISourceCode is content script: false
 Mime type: text/javascript
Comment 1 Vsevolod Vlasov 2012-09-04 05:45:23 PDT
Fixed in http://trac.webkit.org/changeset/127456