[PATCH] D79064: [test-suite] Register result codes with lit.
Tom Stellard via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 13 16:59:38 PDT 2020
tstellar added a comment.
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?
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