[Webkit-unassigned] [Bug 86442] New: REGRESSION(r117016): Result of fast/dom/DOMException/stack-trace.html depends on path

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 14 22:21:14 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=86442

           Summary: REGRESSION(r117016): Result of
                    fast/dom/DOMException/stack-trace.html depends on path
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: Qt, QtTriaged
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ossy at webkit.org
                CC: arv at chromium.org, haraken at chromium.org
            Blocks: 85057


The result of fast/dom/DOMException/stack-trace.html depends
on the path from where your WebKit repository is. Because of
this bug, this test fail where the WebKit isn't in /src/WebKit.

For example the Qt bot:

--- /ramdisk/qt-linux-64-release/build/layout-test-results/fast/dom/DOMException/stack-trace-expected.txt 
+++ /ramdisk/qt-linux-64-release/build/layout-test-results/fast/dom/DOMException/stack-trace-actual.txt 
@@ -7,9 +7,9 @@
 PASS e.message is "HIERARCHY_REQUEST_ERR: DOM Exception 3"
 PASS e.code is 3
 FAIL e.stack should be 42 (of type number). Was appendChild@[native code]
-innerFunction at file:///src/WebKit/LayoutTests/fast/dom/DOMException/stack-trace.html:17
-outerFunction at file:///src/WebKit/LayoutTests/fast/dom/DOMException/stack-trace.html:21
-global code at file:///src/WebKit/LayoutTests/fast/dom/DOMException/stack-trace.html:27 (of type string).
+innerFunction at file:///ramdisk/qt-linux-64-release/build/LayoutTests/fast/dom/DOMException/stack-trace.html:17
+outerFunction at file:///ramdisk/qt-linux-64-release/build/LayoutTests/fast/dom/DOMException/stack-trace.html:21
+global code at file:///ramdisk/qt-linux-64-release/build/LayoutTests/fast/dom/DOMException/stack-trace.html:27 (of type string).
 PASS successfullyParsed is true

 TEST COMPLETE

It should be refactored not to be path dependent.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list