Bug 82279 - remove support for junit-style xml output from test-webkitpy
Summary: remove support for junit-style xml output from test-webkitpy
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dirk Pranke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-26 18:02 PDT by Dirk Pranke
Modified: 2012-03-29 16:16 PDT (History)
8 users (show)

See Also:


Attachments
Patch (2.22 KB, patch)
2012-03-26 18:03 PDT, Dirk Pranke
no flags Details | Formatted Diff | Diff
patch for landing (3.88 KB, patch)
2012-03-29 16:12 PDT, Dirk Pranke
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Pranke 2012-03-26 18:02:54 PDT
remove support for junit-style xml output from test-webkitpy
Comment 1 Dirk Pranke 2012-03-26 18:03:12 PDT
Created attachment 133950 [details]
Patch
Comment 2 Dirk Pranke 2012-03-26 18:06:22 PDT
In http://webkit.org/b/75090, Adam Roben added support for jUnit-style output from test-webkitpy; I believe this was done because he was investigating using Jenkins instead of buildbot for the build infrastructure.

I am assuming that that investigation is no longer happening, and there's no need to still support this feature, so I'm yanking it.

If I'm wrong, and this is still being contemplated, let me know and I'll drop the patch. I have nothing against Jenkins, but there's no sense keeping around features that we're not planning to use.
Comment 3 Eric Seidel (no email) 2012-03-29 16:02:39 PDT
Comment on attachment 133950 [details]
Patch

OK.  Easy to revert if it's needed again.
Comment 4 Dirk Pranke 2012-03-29 16:12:14 PDT
Created attachment 134687 [details]
patch for landing
Comment 5 Dirk Pranke 2012-03-29 16:16:47 PDT
Committed r112598: <http://trac.webkit.org/changeset/112598>