Rémi Bernon (@rbernon) commented about dlls/user32/tests/input.c:
mouse_event( MOUSEEVENTF_MOVE, 0, 0, 0, 0 ); /* recent Windows versions don't call the hooks with no movement */
- ok(!current_sequence_len || broken(current_sequence_len) /* before Win10 1709 */, "got %ld.\n", current_sequence_len);
This kind of test seems rather pointless.