[PATCH] D34581: Fix missing/mismatched html tags
Kristof Beyls via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 26 08:10:02 PDT 2017
kristof.beyls added a comment.
In https://reviews.llvm.org/D34581#790607, @cmatthews wrote:
> It would be wonderful if we could programmatically check these during testing. Thanks Matthias!
I had to make the tags XML-compliant in the daily report page to make testing its content in tests/server/ui/V4Pages.py possible using the Python built-in xml parser (see functions check_nr_machines_reported and get_xml_tree).
So, in other words, I think checking this programmatically would probably be easy and boil down to parsing every HTML page using the Python built-in xml parser, see function get_xml_tree pointed to in the sentence above.
Repository:
rL LLVM
https://reviews.llvm.org/D34581
More information about the llvm-commits
mailing list