Alexandre Julliard pushed to branch master at wine / wine
Commits:
930b33ad by Reinhold Gschweicher at 2025-09-19T23:00:31+02:00
msxml3/tests: Add test for IXMLDOMElement_removeAttributeNode.
Implement test cases for `IXMLDOMElement_removeAttributeNode()`
function. Cover the successful removal and failure codes for double
removal and `NULL` pointer removal.
The function is currently unimplemented in wine.
- - - - -
1 changed file:
- dlls/msxml3/tests/domdoc.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/930b33ad1f62509c858e033567f39e…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/930b33ad1f62509c858e033567f39e…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
ed21d9a8 by Connor McAdams at 2025-09-19T23:00:31+02:00
d3dx9/tests: Add tests for D3DFMT_CxV8U8.
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
2839b64d by Connor McAdams at 2025-09-19T23:00:31+02:00
d3dx9: Add support for D3DFMT_CxV8U8.
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
9bf2ea16 by Connor McAdams at 2025-09-19T23:00:31+02:00
d3dx9: Replace D3DFMT_CxV8U8 with D3DFMT_X8L8V8U8 when creating textures.
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
0084c4e8 by Connor McAdams at 2025-09-19T23:00:31+02:00
d3dx9/tests: Add tests for ATI{1,2} DDS files.
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
7d8bf5b1 by Connor McAdams at 2025-09-19T23:00:31+02:00
d3dx9/tests: Add a test for DDS_PF_FOURCC flag handling.
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
c227de23 by Connor McAdams at 2025-09-19T23:00:31+02:00
d3dx9: Ignore all other DDS pixel format flags if DDS_PF_FOURCC is set.
Fixes a crash in Just Cause 2, which loads a DDS file with
a flags value of DDS_PF_ALPHA | DDS_PF_FOURCC.
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
eb28d870 by Connor McAdams at 2025-09-19T23:00:31+02:00
d3dx10/tests: Add more DDS pixel format tests.
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
0f820221 by Connor McAdams at 2025-09-19T23:00:31+02:00
d3dx11/tests: Add more DDS pixel format tests.
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
10 changed files:
- dlls/d3dx10_43/tests/d3dx10.c
- dlls/d3dx10_43/texture.c
- dlls/d3dx11_43/tests/d3dx11.c
- dlls/d3dx11_43/texture.c
- dlls/d3dx9_36/d3dx_helpers.c
- dlls/d3dx9_36/d3dx_helpers.h
- dlls/d3dx9_36/tests/surface.c
- dlls/d3dx9_36/tests/texture.c
- dlls/d3dx9_36/texture.c
- dlls/d3dx9_36/util.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ada093a6d20f9bb1d57542c5e9df0…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ada093a6d20f9bb1d57542c5e9df0…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
52eb5484 by Paul Gofman at 2025-09-19T23:00:31+02:00
iphlpapi: Implement GetBestRoute2().
- - - - -
632d9363 by Paul Gofman at 2025-09-19T23:00:31+02:00
iphlpapi: Reimplement GetBestInterfaceEx() on top of GetBestRoute2().
- - - - -
21ee481e by Paul Gofman at 2025-09-19T23:00:31+02:00
iphlpapi/tests: Add tests for best routes.
- - - - -
ada093a6 by Paul Gofman at 2025-09-19T23:00:31+02:00
iphlpapi: Try to disambiguate addresses in GetBestRoute2() by probing system assigned ones.
- - - - -
4 changed files:
- dlls/iphlpapi/iphlpapi_main.c
- dlls/iphlpapi/tests/iphlpapi.c
- include/iphlpapi.h
- include/netioapi.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/1146e505f7e6c1a829c6f6fc77223…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/1146e505f7e6c1a829c6f6fc77223…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
d89bcf68 by Alexandre Julliard at 2025-09-19T17:47:09+02:00
ntdll: Restore the macOS RLIMIT_NOFILE workaround.
Partial revert of 2a5ae469d58b6c680ff8b059e82217db9301c2a8, I
mixed up the supported macOS versions.
- - - - -
ebfc0532 by Alexandre Julliard at 2025-09-19T17:47:13+02:00
ntdll/tests: Always restore the APC dispatcher.
Fixes a regression from 4b565a05d8463c3265857a084cb5cd67f71a6c70.
- - - - -
1146e505 by Alexandre Julliard at 2025-09-19T23:00:30+02:00
ntdll: Clear alignment flag on signal entry also on x86-64.
- - - - -
4 changed files:
- dlls/ntdll/tests/exception.c
- dlls/ntdll/unix/loader.c
- dlls/ntdll/unix/signal_x86_64.c
- server/main.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/65870dc80345b410d23a411073493…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/65870dc80345b410d23a411073493…
You're receiving this email because of your account on gitlab.winehq.org.