wine-orson.git
6 years agoRelease 3.0-rc6. wine-3.0-rc6
Alexandre Julliard [Fri, 12 Jan 2018 19:31:50 +0000 (20:31 +0100)]
Release 3.0-rc6.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agoshell32/tests: Drop shell folder test workarounds for Windows <= 2000.
Alex Henrie [Fri, 12 Jan 2018 07:15:46 +0000 (00:15 -0700)]
shell32/tests: Drop shell folder test workarounds for Windows <= 2000.

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agoshell32/tests: Drop shell folder test dynamic imports for Windows <= 2000.
Alex Henrie [Fri, 12 Jan 2018 07:15:45 +0000 (00:15 -0700)]
shell32/tests: Drop shell folder test dynamic imports for Windows <= 2000.

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agocomctl32/tests: Add EM_GETLINE test.
Nikolay Sivov [Fri, 12 Jan 2018 11:27:22 +0000 (14:27 +0300)]
comctl32/tests: Add EM_GETLINE test.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agouser32/tests: Add EM_GETLINE test.
Nikolay Sivov [Fri, 12 Jan 2018 11:26:51 +0000 (14:26 +0300)]
user32/tests: Add EM_GETLINE test.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agomsxml3/tests: Use temporary user directory for test files.
Nikolay Sivov [Fri, 12 Jan 2018 11:24:42 +0000 (14:24 +0300)]
msxml3/tests: Use temporary user directory for test files.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agoddraw/tests: Rewrite SetRenderState() tests.
Józef Kucia [Thu, 11 Jan 2018 14:33:33 +0000 (15:33 +0100)]
ddraw/tests: Rewrite SetRenderState() tests.

Signed-off-by: Józef Kucia <jkucia@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agoddraw/tests: Rewrite LimitTest().
Józef Kucia [Thu, 11 Jan 2018 14:33:32 +0000 (15:33 +0100)]
ddraw/tests: Rewrite LimitTest().

Signed-off-by: Józef Kucia <jkucia@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agoddraw/tests: Fully initialize surface desc in surface enumeration tests.
Józef Kucia [Thu, 11 Jan 2018 14:33:31 +0000 (15:33 +0100)]
ddraw/tests: Fully initialize surface desc in surface enumeration tests.

Signed-off-by: Józef Kucia <jkucia@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agoddraw/tests: Avoid touching unsupported clip planes.
Józef Kucia [Thu, 11 Jan 2018 14:33:30 +0000 (15:33 +0100)]
ddraw/tests: Avoid touching unsupported clip planes.

Signed-off-by: Józef Kucia <jkucia@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agoddraw/tests: Move CreateSurface() invalid arguments test.
Nikolay Sivov [Thu, 11 Jan 2018 14:07:31 +0000 (17:07 +0300)]
ddraw/tests: Move CreateSurface() invalid arguments test.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agoadvapi32/tests: Fix a couple of leaks (Valgrind).
Matteo Bruni [Wed, 10 Jan 2018 22:44:25 +0000 (23:44 +0100)]
advapi32/tests: Fix a couple of leaks (Valgrind).

Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agoservices/tests: Fix resource leak.
Andrey Gusev [Thu, 11 Jan 2018 15:47:04 +0000 (17:47 +0200)]
services/tests: Fix resource leak.

Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agopsapi/tests: Add more EnumProcessModules tests.
Akihiro Sagawa [Thu, 11 Jan 2018 15:27:45 +0000 (00:27 +0900)]
psapi/tests: Add more EnumProcessModules tests.

Signed-off-by: Akihiro Sagawa <sagawa.aki@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agocomctl32/tests: Remove noisy trace.
Nikolay Sivov [Thu, 11 Jan 2018 13:24:27 +0000 (16:24 +0300)]
comctl32/tests: Remove noisy trace.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agokernel32/tests: Also test wrong architecture with matching 32/64 bitness.
Alexandre Julliard [Thu, 11 Jan 2018 08:56:44 +0000 (09:56 +0100)]
kernel32/tests: Also test wrong architecture with matching 32/64 bitness.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agomshtml/tests: Skip test_listener_order tests on IE7.
Jacek Caban [Wed, 10 Jan 2018 21:59:55 +0000 (22:59 +0100)]
mshtml/tests: Skip test_listener_order tests on IE7.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agoadvapi32/tests: Fully initialize ACLs (Valgrind).
Matteo Bruni [Wed, 10 Jan 2018 21:59:03 +0000 (22:59 +0100)]
advapi32/tests: Fully initialize ACLs (Valgrind).

Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agoddraw/tests: Move the surface enumeration test.
Nikolay Sivov [Wed, 10 Jan 2018 20:06:04 +0000 (21:06 +0100)]
ddraw/tests: Move the surface enumeration test.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agoddraw/tests: Mark WARP negative rectangle handling broken.
Stefan Dösinger [Wed, 10 Jan 2018 20:06:03 +0000 (21:06 +0100)]
ddraw/tests: Mark WARP negative rectangle handling broken.

Signed-off-by: Stefan Dösinger <stefan@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agoddraw/tests: Sync test_clear() with d3d8/9.
Stefan Dösinger [Wed, 10 Jan 2018 20:06:02 +0000 (21:06 +0100)]
ddraw/tests: Sync test_clear() with d3d8/9.

Signed-off-by: Stefan Dösinger <stefan@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agowined3d: Fix linestrips output for geometry shaders.
Józef Kucia [Wed, 10 Jan 2018 16:30:56 +0000 (17:30 +0100)]
wined3d: Fix linestrips output for geometry shaders.

Signed-off-by: Józef Kucia <jkucia@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agod3d11: Handle 3D textures in wined3d_resource_from_d3d10_resource().
Józef Kucia [Wed, 10 Jan 2018 16:26:33 +0000 (17:26 +0100)]
d3d11: Handle 3D textures in wined3d_resource_from_d3d10_resource().

Signed-off-by: Józef Kucia <jkucia@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agomsvcrt: Fix mistakes in comments.
Alex Henrie [Wed, 10 Jan 2018 06:21:46 +0000 (23:21 -0700)]
msvcrt: Fix mistakes in comments.

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agomsvcrt: Don't include MSVC 8.0+ function _CRT_RTC_INITW in SOs for older DLLs.
Alex Henrie [Wed, 10 Jan 2018 06:21:45 +0000 (23:21 -0700)]
msvcrt: Don't include MSVC 8.0+ function _CRT_RTC_INITW in SOs for older DLLs.

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agomsvcrt: Don't include MSVC 11.0+ function _wcreate_locale in SOs for older DLLs.
Alex Henrie [Wed, 10 Jan 2018 06:21:44 +0000 (23:21 -0700)]
msvcrt: Don't include MSVC 11.0+ function _wcreate_locale in SOs for older DLLs.

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agomsvcrt: Don't include MSVC 8.0+ exit functions in SOs for older DLLs.
Alex Henrie [Wed, 10 Jan 2018 06:21:43 +0000 (23:21 -0700)]
msvcrt: Don't include MSVC 8.0+ exit functions in SOs for older DLLs.

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agomsvcrt: Don't include MSVC 7.0+ exception functions in SOs for older DLLs.
Alex Henrie [Wed, 10 Jan 2018 06:21:42 +0000 (23:21 -0700)]
msvcrt: Don't include MSVC 7.0+ exception functions in SOs for older DLLs.

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agomsxml3/tests: Make put_data_types const.
Alex Henrie [Tue, 9 Jan 2018 04:19:48 +0000 (21:19 -0700)]
msxml3/tests: Make put_data_types const.

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agomsxml3/tests: Add missing return value checks to domdoc tests (Coverity).
Alex Henrie [Tue, 9 Jan 2018 04:19:47 +0000 (21:19 -0700)]
msxml3/tests: Add missing return value checks to domdoc tests (Coverity).

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agokernel32/tests: Drop module test workarounds for Windows <= 2000.
Alex Henrie [Wed, 10 Jan 2018 17:19:03 +0000 (10:19 -0700)]
kernel32/tests: Drop module test workarounds for Windows <= 2000.

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agoconcrt140: Fix Concurrency::is_current_task_group_canceling spec entry.
Piotr Caban [Wed, 10 Jan 2018 17:09:00 +0000 (18:09 +0100)]
concrt140: Fix Concurrency::is_current_task_group_canceling spec entry.

Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agoinclude: Add EnableMouseInPointer() declaration.
Józef Kucia [Tue, 9 Jan 2018 14:57:54 +0000 (15:57 +0100)]
include: Add EnableMouseInPointer() declaration.

Signed-off-by: Józef Kucia <jkucia@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agocomctl32/tests: Add some state image tests for ListView.
Nikolay Sivov [Wed, 10 Jan 2018 07:17:21 +0000 (10:17 +0300)]
comctl32/tests: Add some state image tests for ListView.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agocomctl32/tests: Enable more ListView tests on Comctl32 v6.
Nikolay Sivov [Wed, 10 Jan 2018 07:17:20 +0000 (10:17 +0300)]
comctl32/tests: Enable more ListView tests on Comctl32 v6.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agohlink: Implement IHlinkBrowseContext_GetObject().
Zebediah Figura [Wed, 10 Jan 2018 02:59:39 +0000 (20:59 -0600)]
hlink: Implement IHlinkBrowseContext_GetObject().

Fixes a regression introduced by 00aca1476efd573cbf9d31a45c3d484f6fa6055b.

Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agodinput: Ignore vendor-specific usage pages for joystick elements on Mac.
Bob Ziuchkovski [Sun, 7 Jan 2018 23:26:04 +0000 (16:26 -0700)]
dinput: Ignore vendor-specific usage pages for joystick elements on Mac.

Signed-off-by: Bob Ziuchkovski <bob.ziuchkovski@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agohid: Pass a buffer to DeviceIoControl in HidD_SetNumInputBuffers.
Andrew Eikum [Tue, 9 Jan 2018 16:28:18 +0000 (10:28 -0600)]
hid: Pass a buffer to DeviceIoControl in HidD_SetNumInputBuffers.

DeviceIoControl expects a pointer, and this value gets dereferenced as a
ULONG* in hidclass.sys.

Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
Signed-off-by: Aric Stewart <aric@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agowined3d: Load buffer before applying state for indirect dispatches.
Józef Kucia [Tue, 9 Jan 2018 14:10:07 +0000 (15:10 +0100)]
wined3d: Load buffer before applying state for indirect dispatches.

Signed-off-by: Józef Kucia <jkucia@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agowined3d: Load buffer before applying state for indirect draws.
Józef Kucia [Tue, 9 Jan 2018 14:10:06 +0000 (15:10 +0100)]
wined3d: Load buffer before applying state for indirect draws.

wined3d_load_buffer() might invalidate the current state.

Signed-off-by: Józef Kucia <jkucia@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agoinclude/d3d11: Fix ID3D11Device5_OpenSharedFence() declaration.
Józef Kucia [Tue, 9 Jan 2018 14:10:05 +0000 (15:10 +0100)]
include/d3d11: Fix ID3D11Device5_OpenSharedFence() declaration.

Signed-off-by: Józef Kucia <jkucia@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agodxgi/tests: Skip tests if DXGI_ERROR_NOT_CURRENTLY_AVAILABLE is returned.
Józef Kucia [Tue, 9 Jan 2018 14:10:04 +0000 (15:10 +0100)]
dxgi/tests: Skip tests if DXGI_ERROR_NOT_CURRENTLY_AVAILABLE is returned.

Signed-off-by: Józef Kucia <jkucia@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agoschtasks/tests: Clean up the tasks directory.
Zebediah Figura [Tue, 9 Jan 2018 16:28:03 +0000 (10:28 -0600)]
schtasks/tests: Clean up the tasks directory.

Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agowininet/tests: Check null pointer in InternetGetSecurityInfoByURLW.
Wei Xie [Tue, 9 Jan 2018 11:06:25 +0000 (12:06 +0100)]
wininet/tests: Check null pointer in InternetGetSecurityInfoByURLW.

Signed-off-by: Wei xie <xiewei@linuxdeepin.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agoshell32/tests: Drop progman DDE test workarounds for Windows <= 2000.
Alex Henrie [Tue, 9 Jan 2018 04:48:52 +0000 (21:48 -0700)]
shell32/tests: Drop progman DDE test workarounds for Windows <= 2000.

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agoschtasks: Make /change argument case insensitive.
Jacek Caban [Tue, 9 Jan 2018 12:08:06 +0000 (13:08 +0100)]
schtasks: Make /change argument case insensitive.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agowinhlp32: Remove redundant comparison.
Andrey Gusev [Tue, 9 Jan 2018 11:25:30 +0000 (13:25 +0200)]
winhlp32: Remove redundant comparison.

Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agokernel32: Remove redundant comparison.
Andrey Gusev [Tue, 9 Jan 2018 11:24:20 +0000 (13:24 +0200)]
kernel32: Remove redundant comparison.

Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agocmd: Remove redundant comparison.
Andrey Gusev [Tue, 9 Jan 2018 11:25:09 +0000 (13:25 +0200)]
cmd: Remove redundant comparison.

Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agomsi: Remove redundant comparison.
Andrey Gusev [Tue, 9 Jan 2018 11:24:43 +0000 (13:24 +0200)]
msi: Remove redundant comparison.

Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agojscript/tests: Test for script object creation failure (Coverity).
Nikolay Sivov [Mon, 8 Jan 2018 14:57:22 +0000 (17:57 +0300)]
jscript/tests: Test for script object creation failure (Coverity).

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agomshtml/tests: Skip some tests if native XMLHTTP support is missing or disabled.
Nikolay Sivov [Mon, 8 Jan 2018 14:00:06 +0000 (17:00 +0300)]
mshtml/tests: Skip some tests if native XMLHTTP support is missing or disabled.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agomsxml3/tests: Simplify test error path.
Nikolay Sivov [Mon, 8 Jan 2018 14:20:35 +0000 (17:20 +0300)]
msxml3/tests: Simplify test error path.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agodwrite/tests: Add missing return value test (Coverity).
Nikolay Sivov [Mon, 8 Jan 2018 13:02:52 +0000 (16:02 +0300)]
dwrite/tests: Add missing return value test (Coverity).

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agouser32/tests: Add some more tests for message data conversion in dialog procedures.
Nikolay Sivov [Mon, 8 Jan 2018 12:58:19 +0000 (15:58 +0300)]
user32/tests: Add some more tests for message data conversion in dialog procedures.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agoschtasks/tests: Added /change command tests.
Jacek Caban [Fri, 5 Jan 2018 22:12:48 +0000 (23:12 +0100)]
schtasks/tests: Added /change command tests.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agoschtasks: Added partial /change command implementation.
Jacek Caban [Fri, 5 Jan 2018 22:12:39 +0000 (23:12 +0100)]
schtasks: Added partial /change command implementation.

This is needed by Office 2016 installer.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agokernel32/tests: A couple spelling fixes in a comment.
Francois Gouget [Sat, 6 Jan 2018 19:36:15 +0000 (20:36 +0100)]
kernel32/tests: A couple spelling fixes in a comment.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agomsvcrt: Don't include MSVC 7.0+ miscellaneous functions in SOs for older DLLs.
Alex Henrie [Sun, 7 Jan 2018 05:05:31 +0000 (22:05 -0700)]
msvcrt: Don't include MSVC 7.0+ miscellaneous functions in SOs for older DLLs.

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agoshlwapi/tests: Add missing return value checks to istream tests (Coverity).
Alex Henrie [Mon, 8 Jan 2018 08:19:29 +0000 (01:19 -0700)]
shlwapi/tests: Add missing return value checks to istream tests (Coverity).

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agowininet/tests: Fix off-by-one errors in HTTP tests (Coverity).
Alex Henrie [Sun, 7 Jan 2018 04:53:58 +0000 (21:53 -0700)]
wininet/tests: Fix off-by-one errors in HTTP tests (Coverity).

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agokernel32/tests: Add missing return value check to module tests (Coverity).
Alex Henrie [Mon, 8 Jan 2018 05:05:15 +0000 (22:05 -0700)]
kernel32/tests: Add missing return value check to module tests (Coverity).

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agoshell32/tests: Add missing return value check to shelllink tests (Coverity).
Alex Henrie [Mon, 8 Jan 2018 05:05:18 +0000 (22:05 -0700)]
shell32/tests: Add missing return value check to shelllink tests (Coverity).

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agomsi/tests: Add missing return value checks to package tests (Coverity).
Alex Henrie [Mon, 8 Jan 2018 05:57:36 +0000 (22:57 -0700)]
msi/tests: Add missing return value checks to package tests (Coverity).

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agoddraw: Fix typos in comments.
Andrey Gusev [Mon, 8 Jan 2018 11:43:44 +0000 (13:43 +0200)]
ddraw: Fix typos in comments.

Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agomsctf/tests: Fix a typo in sink_check_ok().
Andrey Gusev [Mon, 8 Jan 2018 11:45:27 +0000 (13:45 +0200)]
msctf/tests: Fix a typo in sink_check_ok().

Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Aric Stewart <aric@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agokernel32/tests: Fix a typo in comment.
Andrey Gusev [Mon, 8 Jan 2018 11:44:12 +0000 (13:44 +0200)]
kernel32/tests: Fix a typo in comment.

Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agocomctl32: Fix a typo in comment.
Andrey Gusev [Mon, 8 Jan 2018 11:43:17 +0000 (13:43 +0200)]
comctl32: Fix a typo in comment.

Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agoRelease 3.0-rc5. wine-3.0-rc5
Alexandre Julliard [Fri, 5 Jan 2018 19:59:29 +0000 (20:59 +0100)]
Release 3.0-rc5.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agouser32: Add more CB_SETCURSEL tests on ComboBox.
Piotr Caban [Fri, 5 Jan 2018 18:25:46 +0000 (19:25 +0100)]
user32: Add more CB_SETCURSEL tests on ComboBox.

Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agouser32: Redraw combo text field even if it's empty.
Piotr Caban [Fri, 5 Jan 2018 18:25:33 +0000 (19:25 +0100)]
user32: Redraw combo text field even if it's empty.

Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agouser32: Let ComboBox edit control handle the redraw even if CBF_NOREDRAW is set.
Piotr Caban [Fri, 5 Jan 2018 18:25:20 +0000 (19:25 +0100)]
user32: Let ComboBox edit control handle the redraw even if CBF_NOREDRAW is set.

Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agoddraw/tests: Add another invalid arguments test for surface QI.
Nikolay Sivov [Fri, 5 Jan 2018 15:50:40 +0000 (18:50 +0300)]
ddraw/tests: Add another invalid arguments test for surface QI.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agoddraw/tests: Add a depth read-back test.
Henri Verbeet [Fri, 5 Jan 2018 17:53:13 +0000 (18:53 +0100)]
ddraw/tests: Add a depth read-back test.

Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agowined3d: Add a download function for WINED3DFMT_X8D24_UNORM.
Henri Verbeet [Fri, 5 Jan 2018 17:53:12 +0000 (18:53 +0100)]
wined3d: Add a download function for WINED3DFMT_X8D24_UNORM.

Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agomsvcr90/tests: Make test__vsnwprintf() static.
Francois Gouget [Thu, 4 Jan 2018 14:56:07 +0000 (15:56 +0100)]
msvcr90/tests: Make test__vsnwprintf() static.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agomsvcrt: Don't include MSVC 7.1+ purecall functions in SOs for older DLLs.
Alex Henrie [Thu, 4 Jan 2018 04:33:03 +0000 (21:33 -0700)]
msvcrt: Don't include MSVC 7.1+ purecall functions in SOs for older DLLs.

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agomsvcrt: Don't include MSVC 8.0+ time functions in SOs for older DLLs.
Alex Henrie [Thu, 4 Jan 2018 04:33:02 +0000 (21:33 -0700)]
msvcrt: Don't include MSVC 8.0+ time functions in SOs for older DLLs.

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agomsvcrt: Don't include MSVC 8.0+ locale functions in SOs for older DLLs.
Alex Henrie [Thu, 4 Jan 2018 04:33:01 +0000 (21:33 -0700)]
msvcrt: Don't include MSVC 8.0+ locale functions in SOs for older DLLs.

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agomsvcrt: Don't include MSVC 8.0+ file functions in SOs for older DLLs.
Alex Henrie [Thu, 4 Jan 2018 04:33:00 +0000 (21:33 -0700)]
msvcrt: Don't include MSVC 8.0+ file functions in SOs for older DLLs.

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agomsvcrt: Don't include MSVC 8.0+ error functions in SOs for older DLLs.
Alex Henrie [Thu, 4 Jan 2018 04:32:59 +0000 (21:32 -0700)]
msvcrt: Don't include MSVC 8.0+ error functions in SOs for older DLLs.

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agomsvcrt: Don't include MSVC 8.0+ C++ functions in SOs for older DLLs.
Alex Henrie [Thu, 4 Jan 2018 04:32:58 +0000 (21:32 -0700)]
msvcrt: Don't include MSVC 8.0+ C++ functions in SOs for older DLLs.

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agowininet/tests: Fix resource leak.
Andrey Gusev [Fri, 5 Jan 2018 12:38:37 +0000 (14:38 +0200)]
wininet/tests: Fix resource leak.

Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agowinhttp/tests: Fix resource leak.
Andrey Gusev [Fri, 5 Jan 2018 12:38:11 +0000 (14:38 +0200)]
winhttp/tests: Fix resource leak.

Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agomshtml/tests: Remove null check after dereference (Coverity).
Nikolay Sivov [Fri, 5 Jan 2018 11:38:57 +0000 (14:38 +0300)]
mshtml/tests: Remove null check after dereference (Coverity).

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agomshtml/tests: Test document stream creation failure (Coverity).
Nikolay Sivov [Fri, 5 Jan 2018 11:38:56 +0000 (14:38 +0300)]
mshtml/tests: Test document stream creation failure (Coverity).

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agomshtml/tests: Add a trailing '\n' to ok() calls.
Alex Henrie [Fri, 5 Jan 2018 05:02:30 +0000 (22:02 -0700)]
mshtml/tests: Add a trailing '\n' to ok() calls.

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agooleaut32/tests: Test more return values.
Nikolay Sivov [Fri, 5 Jan 2018 11:25:11 +0000 (14:25 +0300)]
oleaut32/tests: Test more return values.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agoshell32/tests: Fix resource leak.
Andrey Gusev [Fri, 5 Jan 2018 13:23:26 +0000 (15:23 +0200)]
shell32/tests: Fix resource leak.

Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agouser32/tests: Fix resource leak.
Andrey Gusev [Fri, 5 Jan 2018 12:37:28 +0000 (14:37 +0200)]
user32/tests: Fix resource leak.

Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agomshtml: Make IEventTarget_{add,remove}EventListener_hook() static.
Francois Gouget [Thu, 4 Jan 2018 14:57:55 +0000 (15:57 +0100)]
mshtml: Make IEventTarget_{add,remove}EventListener_hook() static.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agomshtml/tests: Fix typos in a few comments.
Francois Gouget [Thu, 4 Jan 2018 14:57:22 +0000 (15:57 +0100)]
mshtml/tests: Fix typos in a few comments.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agoole32: Rename entry_updatable() to its more common spelling.
Francois Gouget [Thu, 4 Jan 2018 14:55:48 +0000 (15:55 +0100)]
ole32: Rename entry_updatable() to its more common spelling.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agontdll: Fix source/destination confusion in vsscanf.
Alexandre Julliard [Fri, 5 Jan 2018 15:09:30 +0000 (16:09 +0100)]
ntdll: Fix source/destination confusion in vsscanf.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agowtsapi32: Fix copy/paste error in comment.
Louis Lenders [Thu, 4 Jan 2018 09:10:00 +0000 (10:10 +0100)]
wtsapi32: Fix copy/paste error in comment.

Signed-off-by: Louis Lenders <xerox.xerox2000x@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agogameux/tests: Add a trailing '\n' to an ok() call.
Alex Henrie [Fri, 5 Jan 2018 05:01:48 +0000 (22:01 -0700)]
gameux/tests: Add a trailing '\n' to an ok() call.

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agowebservices/tests: Fix resource leak.
Andrey Gusev [Thu, 4 Jan 2018 17:10:45 +0000 (19:10 +0200)]
webservices/tests: Fix resource leak.

Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agowinex11: Escape non-UTF-8 characters in string literals.
Alex Henrie [Thu, 4 Jan 2018 14:30:50 +0000 (07:30 -0700)]
winex11: Escape non-UTF-8 characters in string literals.

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agomsvcrt: _Gettnames() should respect user overrides.
Zebediah Figura [Wed, 3 Jan 2018 17:52:47 +0000 (11:52 -0600)]
msvcrt: _Gettnames() should respect user overrides.

Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
6 years agosapi: Make some impl_from_Xxx() functions static.
Francois Gouget [Thu, 4 Jan 2018 14:55:11 +0000 (15:55 +0100)]
sapi: Make some impl_from_Xxx() functions static.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>