Re: [PATCH] Add diffsummary.py to contrib

2025-05-02 Thread Gerald Pfeifer
On Tue, 29 Apr 2025, Andi Kleen wrote: > This adds an automatic downloader for the latest test results from > the mailing list archive and supports diffing test_summary to it. > Useful if you don't want to run your own baseline. > > contrib/ChangeLog: > > * diffsummary.py: New file. I'd sa

Re: [PATCH] Add diffsummary.py to contrib

2025-05-02 Thread Filip Kastl
Hi Andi, I cannot approve patches but LGTM. Maybe 'from urllib.error import URLError' should be removed since it isn't needed. Seems useful. The code looks good (although I'm not proficient in using html.parser and urllib). I've tried to use the script and everything worked. I've run flake8 on

[PATCH] Add diffsummary.py to contrib

2025-04-29 Thread Andi Kleen
This adds an automatic downloader for the latest test results from the mailing list archive and supports diffing test_summary to it. Useful if you don't want to run your own baseline. contrib/ChangeLog: * diffsummary.py: New file. --- contrib/diffsummary.py | 104

[PATCH] Add diffsummary.py to contrib

2025-04-11 Thread Andi Kleen
This adds an automatic downloader for the latest test results from the mailing list archive and supports diffing test_summary to it. Useful if you don't want to run your own baseline. contrib/ChangeLog: * diffsummary.py: New file. --- contrib/diffsummary.py | 104