Alexandre Julliard pushed to branch master at wine / wine
Commits:
4b9d9356 by Bernhard Übelacker at 2025-06-13T17:30:15+02:00
kernel32/tests: Re-enable console handle test in Windows 8 with broken.
My previous commit disabled the whole test in Windows 8
while some tests would still be able to run.
Followup to be9bd74cde.
Co-Authored-By: Alfred Agrell <floating(a)muncher.se>
- - - - -
1 changed file:
- dlls/kernel32/tests/console.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/4b9d9356c7074420ce42fc74859e0d…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/4b9d9356c7074420ce42fc74859e0d…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
3d98ac02 by Elizabeth Figura at 2025-06-12T22:34:47+02:00
amstream/tests: Avoid creating a ddraw RGB24 surface.
This is apparently not universally supported on Windows.
- - - - -
8a0fad59 by Elizabeth Figura at 2025-06-12T22:34:47+02:00
amstream/tests: Avoid calling GetAllocatorRequirements() from DecideAllocator().
Apparently amstream's reconnection will attempt to autoplug if the types don't
match. We don't implement this behaviour yet.
This isn't particularly relevant for the tests, because none of the autoplugged
filters successfully connect.
It causes a test failure here, however, because we attempt to call
IMemInputPin::GetAllocatorRequirements() on various autoplugged filters, and not
all of them return E_NOTIMPL.
Oddly, the failure is intermittent. Apparently the relevant filter is not always
autoplugged, for unclear reasons.
- - - - -
1 changed file:
- dlls/amstream/tests/amstream.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c4c964c172d082ee73d36b224c320…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c4c964c172d082ee73d36b224c320…
You're receiving this email because of your account on gitlab.winehq.org.