[Webkit-unassigned] [Bug 188660] New: [WPE] Three local-resource-load tests under fast/loader are failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 16 09:16:43 PDT 2018


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

            Bug ID: 188660
           Summary: [WPE] Three local-resource-load tests under
                    fast/loader are failing
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Keywords: LayoutTestFailure
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: zan at falconsigh.net

The following three layout tests are failing on the WPE port:

- fast/loader/local-CSS-from-local.html [ Failure ]
- fast/loader/local-JavaScript-from-local.html [ Failure ]
- fast/loader/local-image-from-local.html [ Failure ]

All are trying to load local resources. Suspicion is there's a problem in WKTR's pathToLocalResource() function (or at least the WPE-specific implementation of that function).

Example failure:

--- /home/zan/Work/webkit/git/WebKitBuild/Release/layout-test-results/fast/loader/local-image-from-local-expected.txt
+++ /home/zan/Work/webkit/git/WebKitBuild/Release/layout-test-results/fast/loader/local-image-from-local-actual.txt
@@ -1,6 +1,6 @@
 This test is to see if a remote file can include a local image. 
 Currently this test cannot be run manually on Windows because we do not have a function like pathToLocalResource() outside of DRT. 

-Test Passed. Local image loaded.
+Test Failed: Image Load Error.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180816/53e5ab45/attachment.html>


More information about the webkit-unassigned mailing list