Alexandre Julliard pushed to branch master at wine / wine
Commits:
f4ace675 by Nikolay Sivov at 2024-08-26T22:48:21+02:00
d3dx9/tests: Use explicit numeric values as expected test results.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
fea6e1f7 by Nikolay Sivov at 2024-08-26T22:48:21+02:00
d3dx9/tests: Remove unused fields from effect values test data.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
b01131ce by Nikolay Sivov at 2024-08-26T22:48:21+02:00
d3dx9/tests: Add a test for matrix majority class.
- - - - -
1 changed file:
- dlls/d3dx9_36/tests/effect.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/1a6ac7b472e062ca1cfe8bda6478a…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/1a6ac7b472e062ca1cfe8bda6478a…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
f0888270 by Vibhav Pant at 2024-08-26T18:16:20+02:00
ntoskrnl: Implement IoGetDevicePropertyData().
- - - - -
9f3d3282 by Vibhav Pant at 2024-08-26T18:16:21+02:00
ntoskrnl/tests: Add test for getting and setting device properties.
- - - - -
5 changed files:
- dlls/ntoskrnl.exe/ntoskrnl.exe.spec
- dlls/ntoskrnl.exe/pnp.c
- dlls/ntoskrnl.exe/tests/driver.h
- dlls/ntoskrnl.exe/tests/driver_pnp.c
- include/ddk/wdm.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/82154cc121316c150a0da08acdbb5…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/82154cc121316c150a0da08acdbb5…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
034a23d4 by Elizabeth Figura at 2024-08-26T18:15:36+02:00
cmd/tests: Save and restore the drive when performing drive change tests.
- - - - -
bcf1dd40 by Elizabeth Figura at 2024-08-26T18:15:36+02:00
cmd: Do not try to handle ERROR_FILE_NOT_FOUND from CreateProcessW().
This was introduced in bff25ffe7991bde75904d34ca733f2178b088316.
The commit aimed to fix command lines like `wine cmd /c "notepad test.txt"`.
Such de-quoting is now handled at an earlier point.
Moreover, we explicitly only enter this path when we find an executable (which
was not the case when the commit was written), so we cannot actually get
ERROR_FILE_NOT_FOUND anymore anyway.
- - - - -
3f13804d by Elizabeth Figura at 2024-08-26T18:15:37+02:00
cmd: Separate a run_full_path() helper.
- - - - -
0d25bd8c by Elizabeth Figura at 2024-08-26T18:15:38+02:00
cmd: Run files with ShellExecute() if CreateProcess() fails.
Based on a patch by Jason Edmeades.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=18154
- - - - -
82154cc1 by Jason Edmeades at 2024-08-26T18:15:39+02:00
cmd: Skip directories when looking for an openable file.
- - - - -
4 changed files:
- programs/cmd/tests/test_builtins.cmd
- programs/cmd/tests/test_cmdline.cmd
- programs/cmd/tests/test_cmdline.cmd.exp
- programs/cmd/wcmdmain.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c2c9610f44f5eb8c550deea245436…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c2c9610f44f5eb8c550deea245436…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
10b8c036 by Martin Storsjö at 2024-08-26T12:48:29+02:00
ntdll: Improve ARM feature checking from /proc/cpuinfo.
Don't use strstr() for finding features - some feature names
may be substrings of other feature names.
Verify that the strings that are found are surrounded by whitespace,
or are located at the start/end of the string.
- - - - -
9df7b337 by Martin Storsjö at 2024-08-26T12:48:32+02:00
include: Add new PF_* constants.
These were defined in WinSDK 10.0.26100.
- - - - -
8274cd1f by Martin Storsjö at 2024-08-26T12:48:34+02:00
arm64: Detect new processor features.
- - - - -
5 changed files:
- dlls/ntdll/signal_arm64.c
- dlls/ntdll/unix/system.c
- include/winnt.h
- include/winternl.h
- programs/wineboot/wineboot.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6a2fc6d4f90e33182dfcae3747f36…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6a2fc6d4f90e33182dfcae3747f36…
You're receiving this email because of your account on gitlab.winehq.org.