On Tue Apr 4 07:46:58 2023 +0000, Florian Will wrote:
Thank you, Rémi! Pushed v2 that extends `test_simple_joystick` instead of adding a new test function, and removes both unmatched `winetest_pop_context` calls in a third commit. Edit: I also switched to a "Z Rotation" collection instead of "Z Axis", because the test assumes further down that no "Z Axis" exists. My actual hardware has both, a "Z Axis" and a "Z Rotation" collection. Splitting test&fix in this MR might be a bit silly as it's a bit more than just one "todo_wine" macro call… anyway. It works, as far as I can tell. :-)
Thanks! I really appreciate the tests and fixes being split, even if it means adding then removing a bunch of lines, it makes the changes more obvious.