RESOLVED FIXED 157389
Improve HTTP test names in WebKitTestRunner's crash report information
https://bugs.webkit.org/show_bug.cgi?id=157389
Summary Improve HTTP test names in WebKitTestRunner's crash report information
Alexey Proskuryakov
Reported 2016-05-05 14:25:54 PDT
A couple issues: 1. WebKitTestRunner doesn't update the path when switching to a WPT based test, because it doesn't whitelist its port numbers. 2. For other HTTP tests, we get just the path, which is confusing (e.g. /misc/BOM-override-script.html instead of http://127.0.0.1:8000/misc/BOM-override-script.html of http/tests/misc/BOM-override-script.html).
Attachments
proposed patch (3.08 KB, patch)
2016-05-05 14:28 PDT, Alexey Proskuryakov
no flags
Alexey Proskuryakov
Comment 1 2016-05-05 14:28:07 PDT
Created attachment 278189 [details] proposed patch
WebKit Commit Bot
Comment 2 2016-05-05 19:40:11 PDT
Comment on attachment 278189 [details] proposed patch Clearing flags on attachment: 278189 Committed r200504: <http://trac.webkit.org/changeset/200504>
WebKit Commit Bot
Comment 3 2016-05-05 19:40:16 PDT
All reviewed patches have been landed. Closing bug.
Alexey Proskuryakov
Comment 4 2016-05-05 23:06:52 PDT
> 2. For other HTTP tests, we get just the path, which is confusing (e.g. /misc/BOM-override-script.html instead of http://127.0.0.1:8000/misc/BOM-override-script.html of http/tests/misc/BOM-override-script.html). Turns out that full URLs don't work. Rolled out this part in r200506.
Note You need to log in before you can comment on or make changes to this bug.