D3700: run-tests: add support for external test result

2018-07-09 Thread lothiraldan (Boris Feld)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGc44ae5997869: run-tests: add support for external test result (authored by lothiraldan, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D3700: run-tests: add support for external test result

2018-07-09 Thread lothiraldan (Boris Feld)
lothiraldan updated this revision to Diff 9476. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D3700?vs=9031=9476 REVISION DETAIL https://phab.mercurial-scm.org/D3700 AFFECTED FILES tests/basic_test_result.py tests/run-tests.py

D3700: run-tests: add support for external test result

2018-07-03 Thread durin42 (Augie Fackler)
durin42 accepted this revision as: durin42. durin42 added a comment. I guess I can live with that. INLINE COMMENTS > basic_test_result.py:37 > +def addSkip(self, test, reason): > +print("ERR!", test, reason) > + shouldn't this say "SKIP!"? REPOSITORY rHG Mercurial REVISION

D3700: run-tests: add support for external test result

2018-07-02 Thread lothiraldan (Boris Feld)
lothiraldan added a comment. In https://phab.mercurial-scm.org/D3700#58404, @durin42 wrote: > In https://phab.mercurial-scm.org/D3700#58403, @lothiraldan wrote: > > > In https://phab.mercurial-scm.org/D3700#58376, @durin42 wrote: > > > > > I see some what, but not any why. Why is

D3700: run-tests: add support for external test result

2018-06-12 Thread durin42 (Augie Fackler)
durin42 added a comment. In https://phab.mercurial-scm.org/D3700#58403, @lothiraldan wrote: > In https://phab.mercurial-scm.org/D3700#58376, @durin42 wrote: > > > I see some what, but not any why. Why is this useful? > > > I need this changeset to integrate the mercurial test

D3700: run-tests: add support for external test result

2018-06-12 Thread lothiraldan (Boris Feld)
lothiraldan added a comment. In https://phab.mercurial-scm.org/D3700#58376, @durin42 wrote: > I see some what, but not any why. Why is this useful? I need this changeset to integrate the mercurial test runner with some external tools. REPOSITORY rHG Mercurial REVISION DETAIL

D3700: run-tests: add support for external test result

2018-06-12 Thread lothiraldan (Boris Feld)
lothiraldan updated this revision to Diff 9031. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D3700?vs=8992=9031 REVISION DETAIL https://phab.mercurial-scm.org/D3700 AFFECTED FILES tests/basic_test_result.py tests/run-tests.py

D3700: run-tests: add support for external test result

2018-06-12 Thread durin42 (Augie Fackler)
durin42 added a comment. I see some what, but not any why. Why is this useful? REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D3700 To: lothiraldan, #hg-reviewers Cc: durin42, mercurial-devel ___ Mercurial-devel

D3700: run-tests: add support for external test result

2018-06-07 Thread lothiraldan (Boris Feld)
lothiraldan created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY The goal is to begin experiment with custom test result. I'm not sure we should offers any backward-compatibility guarantee on that plugin API as it doesn't