Bug 207206 - [EWS] Do not remove webkitpy prefix from test failures
Summary: [EWS] Do not remove webkitpy prefix from test failures
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Aakash Jain
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-02-04 09:28 PST by Aakash Jain
Modified: 2020-02-05 04:22 PST (History)
4 users (show)

See Also:


Attachments
Patch (7.95 KB, patch)
2020-02-04 09:50 PST, Aakash Jain
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Aakash Jain 2020-02-04 09:28:48 PST
Do not remove webkitpy prefix from test failures. Removing the prefix might increase readability (shorter text), but in case someone copy-paste the test name and tries to run it, it wouldn't run, and might be hard to debug. We should not alter the name of the test while displaying it.

Also see https://bugs.webkit.org/show_bug.cgi?id=207106#c14
Comment 1 Aakash Jain 2020-02-04 09:50:45 PST
Created attachment 389673 [details]
Patch
Comment 2 Aakash Jain 2020-02-04 10:21:37 PST
Committed r255684: <https://trac.webkit.org/changeset/255684>
Comment 3 Radar WebKit Bug Importer 2020-02-04 10:22:16 PST
<rdar://problem/59153777>
Comment 4 Aakash Jain 2020-02-05 04:22:34 PST
Deployed on production server.