[PATCH] D79064: [test-suite] Register result codes with lit.

Jessica Paquette via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 13 17:29:40 PDT 2020


paquette added a comment.

In D79064#2035472 <https://reviews.llvm.org/D79064#2035472>, @tstellar wrote:

> In D79064#2035470 <https://reviews.llvm.org/D79064#2035470>, @paquette wrote:
>
> > Just as a heads up, it seems that this commit breaks anyone using the lit in pypi. (https://pypi.org/project/lit/)
> >
> > If you try using pypi's lit with this commit (say by running the test suite with LNT), you'll get
> >
> >   AttributeError: 'function' object has no attribute 'add_result_category'
> >
> >
> > Would it be possible to temporarily back this out until that lit has been updated? (cc: @tstellar @ddunbar)
>
>
> What change do we need to pull into the pypi lit to fix this?


Looks like rGfbdcfcd4c392c487c411632b951f4aada351154e <https://reviews.llvm.org/rGfbdcfcd4c392c487c411632b951f4aada351154e> should do the trick.


Repository:
  rT test-suite

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D79064/new/

https://reviews.llvm.org/D79064





More information about the llvm-commits mailing list