Page MenuHomePhabricator

Add GenericXUnitTestEngine
AbandonedPublic

Authored by BYK on Jan 28 2014, 12:33 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Mar 23, 6:28 AM
Unknown Object (File)
Mon, Mar 18, 6:22 AM
Unknown Object (File)
Thu, Mar 14, 4:26 AM
Unknown Object (File)
Feb 17 2024, 5:57 PM
Unknown Object (File)
Dec 21 2023, 11:36 PM
Unknown Object (File)
Dec 13 2023, 8:48 PM
Unknown Object (File)
Dec 1 2023, 8:08 PM
Unknown Object (File)
Dec 1 2023, 8:08 PM

Details

Reviewers
epriestley
Group Reviewers
Blessed Reviewers
Summary

Adds GenericXUnitTestEngine unit test engine to handle any test script that
produces XUnit test results.

Test Plan

N/A

Diff Detail

Repository
rARC Arcanist
Branch
generic-xunit
Lint
Lint Skipped
Unit
Test Failures

Event Timeline

We're a very small team and can't prioritize stuff like this. You shouldn't expect this to move forward anytime soon.

epriestley edited edge metadata.

Any changes in this vein need to wait for T5568 and be reframed on top of that.

This revision now requires changes to proceed.May 13 2015, 1:51 PM

Any changes in this vein need to wait for T5568 and be reframed on top of that.

Although I think the idea in T5568 is great it looks a bit stale and having .arcunit looks a bit harder than having .arclint due to its complexities. I think this test engine solves a real problem and may actually help you reduce unit test related issues (since I have no access to your support data, I am completely making this up :D)

I think this test engine solves a real problem

And I mean real. This is the code we are using for the past year or may be more without any issues.