On Mon Dec 19 11:04:02 2022 +0000, Ziqing Hui wrote:
Testbot complains about too much printing. Should I remove some tests? For example, test only one input type for SetOutputType tests.
I'd suggest to shorten the test messages, like for instance `SetOutputType returned unexpected hr 0x80004001 for flag 0.` shorten to `0x0: SetOutputType returned 0x80004001.` with wine_push_context for the flags, or as an even more extreme measure, if necessary, `0x0: got hr 0x80004001.`.
If that's not enough then yes, you can probably think about removing some tests.