Bug 175661 - [GTK] resources-in-worker.html is failing
Summary: [GTK] resources-in-worker.html is failing
Status: RESOLVED DUPLICATE of bug 168091
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-17 01:22 PDT by Ms2ger (he/him; ⌚ UTC+1/+2)
Modified: 2018-08-10 17:35 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ms2ger (he/him; ⌚ UTC+1/+2) 2017-08-17 01:22:40 PDT
It has a console log (that's expected on all platforms), which on GTK contains the full path of the file:

CONSOLE MESSAGE: line 1: Unhandled Promise Rejection: TypeError: Error opening file /home/slave/webkitgtk/gtk-linux-64-release-tests/build/LayoutTests/inspector/worker/dataFetch.json: No such file or directory

while the expectation is just

CONSOLE MESSAGE: line 1: Unhandled Promise Rejection: TypeError: The requested URL was not found on this server.

I'll mark it as a failure.
Comment 1 Michael Catanzaro 2017-08-17 04:58:19 PDT
I would just add a different expectation, since it's not clear to me that having a different error message should be considered a failure.
Comment 2 Joseph Pecoraro 2018-08-10 17:35:59 PDT
I see. But this Unhandled Rejection shouldn't have happened to begin with! I'll address this when re-enabling the test in bug 168091.

*** This bug has been marked as a duplicate of bug 168091 ***