Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
beed3f0e by Giovanni Mascellani at 2025-10-16T14:01:01+02:00
tests: Print ANSI colour codes in the Windows test driver.
That program is only meant to be used in the specific context of the CI,
so we don't care about querying the terminal or honouring environment
variables.
- - - - -
6d4df71f by Giovanni Mascellani at 2025-10-16T14:03:01+02:00
tests/d3d12: Use D3D12_RESOURCE_STATE_ALL_SHADER_RESOURCE in test_depth_load().
The texture is also accessed by a compute shader.
- - - - -
085ba17c by Giovanni Mascellani at 2025-10-16T14:03:08+02:00
tests/d3d12: Use D3D12_RESOURCE_STATE_ALL_SHADER_RESOURCE in test_stencil_load().
The texture is also accessed by a compute shader.
- - - - -
a6c6ba6e by Giovanni Mascellani at 2025-10-16T14:16:43+02:00
tests/hlsl: Check the result for attribute evaluation tests more sharply.
Those tests are meant to check that each single sample computes the
right value during a multi-sampled rendering operation. Checking whether
the result is correct after multi-sample resolution isn't enough,
because errors at different samples belonging to the same pixel might
have cancelled out.
Instead, for each shader invocation we compute the expected result and
return the absolute value of the difference between the expected and
computed value. This way errors at different samples cannot cancel out,
but add up.
- - - - -
a7e56beb by Giovanni Mascellani at 2025-10-16T14:25:07+02:00
ci: Run the Windows tests with WARP version 1.0.16.1.
Many tests fail or even segfault with the older WARP version
provided by the current CI Windows environment.
- - - - -
5 changed files:
- gitlab/test.yml
- tests/d3d12.c
- tests/driver.c
- tests/hlsl/eval-attrib.shader_test
- tests/hlsl/sm1-centroid.shader_test
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/507990d3c5a7b61ad5df63a17bbd…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/507990d3c5a7b61ad5df63a17bbd…
You're receiving this email because of your account on gitlab.winehq.org.
Elizabeth Figura pushed to branch master at wine / wine-staging
Commits:
7c674a59 by Elizabeth Figura at 2025-10-15T16:46:31-05:00
Rebase against 486f33ee64121d0331fb3e943791ec42bd98ef51.
- - - - -
4 changed files:
- − patches/shell32-SFGAO_HASSUBFOLDER/0002-shell32-Set-SFGAO_HASSUBFOLDER-correctly-for-normal-.patch
- − patches/shell32-SFGAO_HASSUBFOLDER/definition
- patches/winex11-Window_Style/0001-winex11-Fix-handling-of-window-attributes-for-WS_EX_.patch
- staging/upstream-commit
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/commit/7c674a599b2108e71cd947…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/commit/7c674a599b2108e71cd947…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
9de3d691 by Eric Pouech at 2025-10-15T21:43:47+02:00
cmd/tests: Add some tests when using "complex" commands in pipes.
Complex meaning either FOR, IF or chaining operators (&, &&, || and |).
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
e66e00db by Eric Pouech at 2025-10-15T21:43:50+02:00
cmd: Introduce a new node for describing blocks.
Note: this will allow to keep track of explicit blocks.
Semantically speaking, a block can hold redirection and echo off
('@') attributes, so it will also allow to properly propagate
and handle these attributes.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
6f2bf84f by Eric Pouech at 2025-10-15T21:43:52+02:00
cmd: Refactor run_external_full_path().
In order to separate process creation from waiting for
process termination.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
609d6faf by Eric Pouech at 2025-10-15T21:43:53+02:00
cmd: Introduce helper for handling pipe commands.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
486f33ee by Eric Pouech at 2025-10-15T21:43:54+02:00
cmd: Run single commands in pipe in external cmd instance.
Note: all builtin commands in LHS or RHS of a pipe shall be run
in a separate cmd instance (to provide concurrency between RHS
and LHS).
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
4 changed files:
- programs/cmd/tests/test_builtins.cmd
- programs/cmd/tests/test_builtins.cmd.exp
- programs/cmd/wcmd.h
- programs/cmd/wcmdmain.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/8450002ed7a1fcd82ec455c328157…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/8450002ed7a1fcd82ec455c328157…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
03dd577a by Zhiyi Zhang at 2025-10-15T17:19:41+02:00
comctl32/tests: Add RegisterClassNameW() tests.
- - - - -
a48455c7 by Zhiyi Zhang at 2025-10-15T17:21:17+02:00
comctl32: Remove user32 control copies in comctl32 v5.
- - - - -
202987e7 by Zhiyi Zhang at 2025-10-15T17:21:37+02:00
comctl32/tests: Test v6 only exports.
- - - - -
872b5549 by Zhiyi Zhang at 2025-10-15T17:21:55+02:00
comctl32: Remove taskdialog from comctl32 v5.
- - - - -
277a8b0f by Zhiyi Zhang at 2025-10-15T17:22:17+02:00
comctl32: Remove syslink from comctl32 v5.
test_comctl32_classes() in comctl32 tests shows that syslink is not available in comctl32 v5. The
syslink test in the test_comctl32_classes() in user32 tests is removed in this commit because it's
not being tested properly. The broken() call at class.c#L1329 is hiding the failure on Windows.
- - - - -
894da036 by Zhiyi Zhang at 2025-10-15T17:22:23+02:00
comctl32: Remove v6 only exports.
HIMAGELIST_QueryInterface() is needed in SHGetImageList(). Leave it for now.
- - - - -
16 changed files:
- dlls/comctl32/Makefile.in
- dlls/comctl32/comctl32.h
- dlls/comctl32/comctl32.spec
- dlls/comctl32/commctrl.c
- dlls/comctl32/dpa.c
- dlls/comctl32/dsa.c
- dlls/comctl32/imagelist.c
- dlls/comctl32/tests/misc.c
- dlls/comctl32/button.c → dlls/comctl32_v6/button.c
- dlls/comctl32/combo.c → dlls/comctl32_v6/combo.c
- dlls/comctl32/edit.c → dlls/comctl32_v6/edit.c
- dlls/comctl32/listbox.c → dlls/comctl32_v6/listbox.c
- dlls/comctl32/static.c → dlls/comctl32_v6/static.c
- dlls/comctl32/syslink.c → dlls/comctl32_v6/syslink.c
- dlls/comctl32/taskdialog.c → dlls/comctl32_v6/taskdialog.c
- dlls/user32/tests/class.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/db2e157c68d5b1ced965e2ac90ecb…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/db2e157c68d5b1ced965e2ac90ecb…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
9afc77ed by Alexandre Julliard at 2025-10-15T12:04:08+02:00
tools: Move the fatal_perror function to the shared header.
- - - - -
6f0899af by Alexandre Julliard at 2025-10-15T13:08:01+02:00
tools: Add a shared helper to create a directory.
- - - - -
33d5a919 by Alexandre Julliard at 2025-10-15T17:09:22+02:00
tools: Add an install tool.
- - - - -
db2e157c by Alexandre Julliard at 2025-10-15T17:09:22+02:00
makedep: Use the new install tool.
- - - - -
11 changed files:
- tools/Makefile.in
- − tools/install-sh
- + tools/install.c
- tools/makedep.c
- tools/tools.h
- tools/winebuild/build.h
- tools/winebuild/utils.c
- tools/wmc/utils.c
- tools/wmc/utils.h
- tools/wrc/utils.c
- tools/wrc/utils.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d34991a38aac088b21372be0fbe44…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d34991a38aac088b21372be0fbe44…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
0cb93fa9 by Nikolay Sivov at 2025-10-15T11:45:02+02:00
mfplat/tests: Fix a crash on some Windows systems.
It appears that EndCreateObjectFromURL() clears object pointer carried by
the result object. Existing test is likely hitting implementation details.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
1 changed file:
- dlls/mfplat/tests/mfplat.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/0cb93fa96efc05f7f47be9350fc958…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/0cb93fa96efc05f7f47be9350fc958…
You're receiving this email because of your account on gitlab.winehq.org.