Bug 177873
Summary: | [WPE] http/wpt/beacon/beacon-async-error-logging.html is failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Zan Dobersek <zan> |
Component: | WPE WebKit | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bugs-noreply, magomez |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Zan Dobersek
The http/wpt/beacon/beacon-async-error-logging.html layout test is failing on the WPE port:
--- /home/zan/Work/webkit/git/WebKitBuild/Release/layout-test-results/http/wpt/beacon/beacon-async-error-logging-expected.txt
+++ /home/zan/Work/webkit/git/WebKitBuild/Release/layout-test-results/http/wpt/beacon/beacon-async-error-logging-actual.txt
@@ -1,4 +1,3 @@
-CONSOLE MESSAGE: Beacon API cannot load http://invalid.localhost/. A server with the specified hostname could not be found.
PASS Should log an error message in the console
Console message isn't printed because the libsoup network backend doesn't recognize the hostname resolution failure (or doesn't care to report it).
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Miguel Gomez
This has been passing reliably for a while. Closing bug and updating expectations.