On 8/28/21 2:08 PM, Francois Gouget wrote:
This patch introduces too many failed todos, more than 200kB worth of them:
https://testbot.winehq.org/JobDetails.pl?Key=96439#k401 https://bugs.winehq.org/show_bug.cgi?id=51696
That pushes the WineTest reports over the 1.5MB limit so that we no longer get the daily test results in Wine:
https://test.winehq.org/data/patterns-tb-wine.html https://test.winehq.org/data/errors.html
Ugh, sorry about that. I usually use 'make test' so the todo messages aren't printed.
I have patches to solve all of these already written, but there's about 40 of them so it may take a while to get them all upstream. I don't know if there's a nice way to suppress messages until then. The best thing that comes to mind is to temporarily hack winetest_mute_threshold in that test to something much lower.