Alexandre Julliard pushed to branch master at wine / wine
Commits:
22c13396 by William Horvath at 2025-01-28T11:43:30+01:00
ntdll/tests: Add tests for NtDelayExecution and Sleep(Ex).
- - - - -
18895d05 by William Horvath at 2025-01-28T11:43:32+01:00
ntdll: Fix the return value of NtDelayExecution.
The key change is to never return STATUS_TIMEOUT, and to instead return the result of
NtYieldExecution() if zero timeout was passed, or STATUS_SUCCESS otherwise.
An overview of the correct values for each combination, copied from the test commit:
- Non-alertable, zero timeout: STATUS_SUCCESS or STATUS_NO_YIELD_PERFORMED
- Non-alertable, non-zero timeout: STATUS_SUCCESS
- Alertable, zero timeout: STATUS_SUCCESS, STATUS_NO_YIELD_PERFORMED, or STATUS_USER_APC
- Alertable, non-zero timeout: STATUS_SUCCESS or STATUS_USER_APC
- Sleep/SleepEx don't modify LastError, no matter what
- - - - -
2 changed files:
- dlls/ntdll/tests/sync.c
- dlls/ntdll/unix/sync.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/534d696803f3c963b1541a558500e…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/534d696803f3c963b1541a558500e…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
a5d4cbdd by Conor McCarthy at 2025-01-28T12:07:43+01:00
tests/hlsl: Pass a profile string instead of a shader type to dxc_compiler_compile_shader().
- - - - -
033a0d29 by Conor McCarthy at 2025-01-28T13:13:44+01:00
tests/hlsl: Add some arithmetic uint16 shader tests.
- - - - -
5 changed files:
- tests/hlsl/arithmetic-uint.shader_test
- tests/shader_runner.c
- tests/shader_runner.h
- tests/shader_runner_d3d12.c
- tests/utils.h
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/40c225095f64dacfe8b88780a5d4…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/40c225095f64dacfe8b88780a5d4…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
3f8cbfb9 by Shaun Ren at 2025-01-27T17:47:50+01:00
sapi: Adding missing interfaces for SpStream.
- - - - -
8283a595 by Shaun Ren at 2025-01-27T17:47:50+01:00
sapi: Implement ISpStream::Set/GetBaseStream.
- - - - -
0b08214b by Shaun Ren at 2025-01-27T17:47:50+01:00
sapi: Implement ISpStream::Close.
- - - - -
94cf8b9a by Shaun Ren at 2025-01-27T17:47:50+01:00
sapi: Implement ISpStream::GetFormat.
- - - - -
e1747b5d by Shaun Ren at 2025-01-27T17:47:50+01:00
sapi: Implement IStream methods for SpStream.
- - - - -
2 changed files:
- dlls/sapi/stream.c
- dlls/sapi/tests/stream.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/21b7e01bcca9eaf9199ecccfa331c…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/21b7e01bcca9eaf9199ecccfa331c…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
3b351f4e by Eric Pouech at 2025-01-27T17:39:55+01:00
include: Add some new definitions for dbghelp.h.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
5c6de457 by Eric Pouech at 2025-01-27T17:40:01+01:00
include: Add a couple of definitions to mscvpdb.h.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
21b7e01b by Eric Pouech at 2025-01-27T17:47:27+01:00
include: Use flexible array-member in some structure declarations.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
3 changed files:
- include/cvconst.h
- include/dbghelp.h
- include/wine/mscvpdb.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e12815134968cee82ba098083d9bb…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e12815134968cee82ba098083d9bb…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
797fe1c7 by Akihiro Sagawa at 2025-01-27T17:39:55+01:00
gdi32/tests: Add tests for script-independent vertical glyph lookup.
vertical2.sfd is based on vertical.sfd. However, it has a different
GSUB table for testing.
- - - - -
e1281513 by Akihiro Sagawa at 2025-01-27T17:39:55+01:00
win32u: Use the first vertical alternates table regardless of script.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56658
- - - - -
6 changed files:
- dlls/gdi32/tests/Makefile.in
- dlls/gdi32/tests/font.c
- dlls/gdi32/tests/resource.rc
- + dlls/gdi32/tests/vertical2.sfd
- + dlls/gdi32/tests/vertical2.ttf
- dlls/win32u/font.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c3e4c1ea8cc54958b51556ef23ee6…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c3e4c1ea8cc54958b51556ef23ee6…
You're receiving this email because of your account on gitlab.winehq.org.