kernel32/tests: Fix the ScrollConsoleScreenBuffer() tests on Windows 10 1909.
commit4d3eb56e7cd53f8f6df7717e2b1274691f0ebd70
authorFrancois Gouget <fgouget@codeweavers.com>
Thu, 20 Apr 2023 12:24:39 +0000 (20 14:24 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 20 Apr 2023 20:55:56 +0000 (20 22:55 +0200)
tree7f03a2e6082f5dd2aab7e3c0ba95a4a6750e184b
parentc441ad6a4eb54204a45ca2c52310dc08372d8e8b
kernel32/tests: Fix the ScrollConsoleScreenBuffer() tests on Windows 10 1909.

On Windows 10 1909 ScrollConsoleScreenBufferA() returns an error if
the destination is not within the clip rectangle but still modifies the
console buffer as expected! So mark this behavior as very_broken().

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54871
dlls/kernel32/tests/console.c