Alexandre Julliard pushed to branch master at wine / wine
Commits:
dd81c4b8 by Giovanni Mascellani at 2025-09-15T18:00:38+02:00
mmdevapi/tests: Remove a flaky test.
Which makes sense to me given the interface documentation and
works on the TestBot and physical machines I have, but doesn't
work on the GitLab CI.
- - - - -
7308057c by Giovanni Mascellani at 2025-09-15T18:00:42+02:00
mmdevapi/tests: Introduce a helper to read many packets when capturing.
test_capture() currently captures only one audio packet in each
of its phases. That means that it the packet succeeds no check is
performed on failures, and if it fails no check is performed on
successes. By reading many packets each time we test more possible
control flows.
- - - - -
073455c4 by Giovanni Mascellani at 2025-09-15T18:00:44+02:00
mmdevapi/tests: Check that GetBuffer() fails when no packet is available.
- - - - -
fc033e06 by Giovanni Mascellani at 2025-09-15T18:00:44+02:00
mmdevapi/tests: Check that GetBuffer() returns a packet of the expected size.
- - - - -
d6f911a2 by Giovanni Mascellani at 2025-09-15T18:00:44+02:00
mmdevapi/tests: Check that the received packet isn't larger than the padding.
- - - - -
2 changed files:
- dlls/mmdevapi/tests/capture.c
- dlls/mmdevapi/tests/render.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/3a349f080fddf832ab61785f390fc…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/3a349f080fddf832ab61785f390fc…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
11a4148b by Paul Gofman at 2025-09-15T18:00:28+02:00
iphlpapi/tests: Add more tests for GetBestRoute().
- - - - -
5681dfe5 by Paul Gofman at 2025-09-15T18:00:28+02:00
nsi/tests: Add test for ipv4 loopback routes presence.
- - - - -
d48e8d03 by Paul Gofman at 2025-09-15T18:00:28+02:00
nsiproxy.sys: Explicitly add loopback entries to ipv4 forward table on Linux.
- - - - -
3a349f08 by Paul Gofman at 2025-09-15T18:00:30+02:00
nsi: Match struct nsi_tcp_conn_dynamic size to up to date Win11.
Fixes a crash in test_tcp_tables() on up to date Win11.
- - - - -
5 changed files:
- dlls/iphlpapi/tests/iphlpapi.c
- dlls/nsi/tests/Makefile.in
- dlls/nsi/tests/nsi.c
- dlls/nsiproxy.sys/ip.c
- include/wine/nsi.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c40116539338744a85ab9ec774c11…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c40116539338744a85ab9ec774c11…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
fec54dc1 by Alexandre Julliard at 2025-09-15T12:59:04+02:00
ntdll: Delay first thread initialization until process init.
We no longer need to allocate a TEB selector early.
- - - - -
2226c86c by Alexandre Julliard at 2025-09-15T13:22:39+02:00
ntdll: Use a separate bitmap to keep track of allocated LDT entries.
- - - - -
d3b0516a by Alexandre Julliard at 2025-09-15T13:22:50+02:00
ntdll: Use the virtual mutex to protect the LDT data.
- - - - -
c4011653 by Alexandre Julliard at 2025-09-15T17:59:42+02:00
include: Use latest definitions for PEB fields to replace the old Fls fields.
- - - - -
10 changed files:
- dlls/kernel32/tests/fiber.c
- dlls/kernel32/tests/loader.c
- dlls/ntdll/unix/loader.c
- dlls/ntdll/unix/signal_arm.c
- dlls/ntdll/unix/signal_arm64.c
- dlls/ntdll/unix/signal_i386.c
- dlls/ntdll/unix/signal_x86_64.c
- dlls/ntdll/unix/unix_private.h
- dlls/ntdll/unix/virtual.c
- include/winternl.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/50aa9934e270ef356a21469c687eb…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/50aa9934e270ef356a21469c687eb…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
1d90c11d by Elizabeth Figura at 2025-09-15T12:45:39+02:00
user32/tests: Test MDI menu updating when window titles are changed.
- - - - -
9e7780f0 by Elizabeth Figura at 2025-09-15T12:45:40+02:00
user32: Always refresh the MDI menu on WM_MDISETMENU.
Even if there was not a previous menu.
- - - - -
a7b9b417 by Sebastian Lackner at 2025-09-15T12:45:42+02:00
user32: Refresh MDI menus when DefMDIChildProc(WM_SETTEXT) is called.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=21855
- - - - -
2 changed files:
- dlls/user32/mdi.c
- dlls/user32/tests/win.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/72dc2afb1a78f88cd930d61a20498…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/72dc2afb1a78f88cd930d61a20498…
You're receiving this email because of your account on gitlab.winehq.org.