[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 16:57:19 PDT 2020
paquette added subscribers: tstellar, ddunbar, paquette.
paquette added a comment.
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)
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