Alexandre Julliard pushed to branch master at wine / wine
Commits:
42644e16 by Alex Henrie at 2025-04-03T22:49:58+02:00
shell32/tests: Use wide character string literals.
- - - - -
12 changed files:
- dlls/shell32/tests/assoc.c
- dlls/shell32/tests/autocomplete.c
- dlls/shell32/tests/ebrowser.c
- dlls/shell32/tests/shelldispatch.c
- dlls/shell32/tests/shelllink.c
- dlls/shell32/tests/shellole.c
- dlls/shell32/tests/shellpath.c
- dlls/shell32/tests/shfldr_special.c
- dlls/shell32/tests/shlexec.c
- dlls/shell32/tests/shlfileop.c
- dlls/shell32/tests/shlfolder.c
- dlls/shell32/tests/string.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/42644e1651e93aa402c9683b99f235…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/42644e1651e93aa402c9683b99f235…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
864ab9aa by Ziqing Hui at 2025-04-03T22:49:58+02:00
shell32/tests: Use check_file_operation in test_rename.
Also remove old windows version tests.
- - - - -
1a343ef4 by Ziqing Hui at 2025-04-03T22:49:58+02:00
shell32/tests: Use check_file_operation in test_delete.
Also remove old windows version tests.
- - - - -
f7e6a394 by Ziqing Hui at 2025-04-03T22:49:58+02:00
shell32/tests: Use check_file_operation in test_move.
- - - - -
1 changed file:
- dlls/shell32/tests/shlfileop.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/3e9e6882e3deb12767aa6e10f9504…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/3e9e6882e3deb12767aa6e10f9504…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
1f0afc3b by Esme Povirk at 2025-04-03T15:12:13+02:00
comctl32/tests: Add test for SysLink accDoDefaultAction.
- - - - -
0159e067 by Esme Povirk at 2025-04-03T15:12:13+02:00
comctl32: Implement accDoDefaultAction for SysLink controls.
- - - - -
0b8f130e by Esme Povirk at 2025-04-03T15:12:14+02:00
comctl32/tests: Test accLocation values on SysLink control.
- - - - -
82dea2d7 by Esme Povirk at 2025-04-03T15:12:14+02:00
comctl32/tests: Test SetWindowText and LM_GETITEM for SysLink.
- - - - -
c424b36c by Esme Povirk at 2025-04-03T15:12:14+02:00
comctl32/tests: Test MSAA events for SysLink.
- - - - -
2 changed files:
- dlls/comctl32/syslink.c
- dlls/comctl32/tests/syslink.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/8bb4f134892bf3545ffc3fecae041…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/8bb4f134892bf3545ffc3fecae041…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
7a1f5a9b by Elizabeth Figura at 2025-04-03T15:06:42+02:00
d3d11: Plumb SubmitDecoderBuffers() through wined3d.
This patch contains all the boilerplate for splitting purposes; the actual
implementation is deferred to a following patch.
- - - - -
89730f2d by Elizabeth Figura at 2025-04-03T15:06:45+02:00
wined3d: Create and submit video decode command buffers.
- - - - -
4bcc8718 by Elizabeth Figura at 2025-04-03T15:06:45+02:00
wined3d: Call vkQueueSubmit() if there are semaphores.
Even if there is no active command buffer.
- - - - -
c7e7a414 by Elizabeth Figura at 2025-04-03T15:06:47+02:00
wined3d: Add a "next" pointer to wined3d_context_vk_create_image().
- - - - -
24b352c5 by Elizabeth Figura at 2025-04-03T15:06:47+02:00
wined3d: Implement Vulkan H.264 decoding.
- - - - -
f5ce21c0 by Elizabeth Figura at 2025-04-03T15:06:47+02:00
d3d11/tests: Add tests for H.264 decoding.
- - - - -
16 changed files:
- dlls/d3d11/device.c
- dlls/d3d11/tests/Makefile.in
- dlls/d3d11/tests/d3d11.c
- + dlls/d3d11/tests/h264_frame0
- + dlls/d3d11/tests/h264_frame1
- + dlls/d3d11/tests/resource.rc
- dlls/wined3d/context_vk.c
- dlls/wined3d/cs.c
- dlls/wined3d/decoder.c
- dlls/wined3d/device.c
- dlls/wined3d/texture.c
- dlls/wined3d/wined3d.spec
- dlls/wined3d/wined3d_private.h
- dlls/wined3d/wined3d_vk.h
- include/dxva.h
- include/wine/wined3d.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e956c4ec71dd0f41090df3863e6f9…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e956c4ec71dd0f41090df3863e6f9…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
1a999f74 by Elizabeth Figura at 2025-04-03T20:29:20+02:00
vkd3d-shader/hlsl: Introduce a compiler pass to vectorize expressions.
- - - - -
f576ecc9 by Elizabeth Figura at 2025-04-03T20:29:20+02:00
vkd3d-shader/hlsl: Introduce a compiler pass to vectorize stores.
- - - - -
3 changed files:
- libs/vkd3d-shader/hlsl.c
- libs/vkd3d-shader/hlsl.h
- libs/vkd3d-shader/hlsl_codegen.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/7b4a29da810cb5fd6f926055d1db…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/7b4a29da810cb5fd6f926055d1db…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
aab8ba02 by Giovanni Mascellani at 2025-04-03T20:26:26+02:00
tests: Mark a number of test failures as buggy on macOS before Sequoia.
It's hard to pinpoint exactly what's going wrong with these
tests. They seem to be related to atomics and GPU timestamps,
both categories that are known to have problems on MoltenVK in a
way or another; those failures clearly depend on a few factors
like the MoltenVK version, the macOS version and whether we're in
a virtual machine or not, but the exact dependency on those factors
is hard to describe (for example, in general the paravirtualized
device offered inside virtual machines has a lot more problems than
real devices, but I've seen tests, fixed all other conditions,
working on the paravirtualized device and not on the real device).
The only thing all tests in this batch have in common is that I've
never seen them fail on a Sequoia system, thus I've settled for
using just that as the bug_if() condition. Ultimately, wasting a
lot of time to get to the bottom of each single test failure is
pointless, and being able to mark the CI job as not allowed to
fail gives better regression protection than investigating each
of those. Also, I routinely run the tests on a Sequoia system, so
if these tests get broken this is going to be noticed anyway.
- - - - -
653e4f47 by Giovanni Mascellani at 2025-04-03T20:28:27+02:00
ci: Disable testing with DXC on macOS.
With this we can finally disallow failure for the macOS CI script,
which is more valuable than checking DXC. Eventually DXC tests
will have to be fixed, though.
- - - - -
7b4a29da by Giovanni Mascellani at 2025-04-03T20:28:31+02:00
tests: Mark a todo as resolved on MoltenVK 1.2.12.
Technically it is not, the Vulkan commands we're generating are
still not correct. But let's get rid of the failure message.
- - - - -
4 changed files:
- gitlab/build.yml
- tests/d3d12.c
- tests/d3d12_crosstest.h
- tests/vulkan_utils.h
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/254008198896248286846b64ad06…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/254008198896248286846b64ad06…
You're receiving this email because of your account on gitlab.winehq.org.
Elizabeth Figura pushed to branch master at wine / wine-staging
Commits:
8924ee42 by Elizabeth Figura at 2025-04-02T18:32:00-05:00
Rebase against e956c4ec71dd0f41090df3863e6f937963b2b7d9.
- - - - -
12 changed files:
- patches/ntdll-Syscall_Emulation/0001-ntdll-Support-x86_64-syscall-emulation.patch
- patches/user32-alttab-focus/0001-Send-WM_NCPOINTERUP-on-focus-regain.patch
- patches/user32-alttab-focus/definition
- patches/user32-recursive-activation/0001-user32-focus-Prevent-a-recursive-loop-with-the-activ.patch
- patches/wineboot-ProxySettings/0001-wineboot-Initialize-proxy-settings-registry-key.patch
- patches/winex11-WM_WINDOWPOSCHANGING/definition
- patches/winex11-Window_Style/0001-winex11-Fix-handling-of-window-attributes-for-WS_EX_.patch
- − patches/winex11-_NET_ACTIVE_WINDOW/0001-winex11.drv-Add-support-for-_NET_ACTIVE_WINDOW.patch
- − patches/winex11-_NET_ACTIVE_WINDOW/0002-user32-Before-asking-a-WM-to-activate-a-window-make-.patch
- − patches/winex11-_NET_ACTIVE_WINDOW/definition
- patches/winex11.drv-Query_server_position/0001-winex11.drv-window-Query-the-X-server-for-the-actual.patch
- staging/upstream-commit
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/commit/8924ee42d868d8d2785a8b…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/commit/8924ee42d868d8d2785a8b…
You're receiving this email because of your account on gitlab.winehq.org.