Michael Stefaniuc
|
59fc5cfc3e
|
ole32: Remove useless casts to self.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-03-01 09:37:58 +01:00 |
Nikolay Sivov
|
fbe23bdd99
|
ole32/tests: Test flags passed to spy methods.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-01-28 18:35:45 +01:00 |
Nikolay Sivov
|
645a1f8c5a
|
ole32: Implement chained IInitializeSpy support.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-01-28 18:35:45 +01:00 |
Alistair Leslie-Hughes
|
f1e406d71f
|
ole32/tests: Test for the correct IID.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-01-23 17:03:39 +01:00 |
Piotr Caban
|
f9686b69d0
|
ole32/tests: Import uuid.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-10-15 13:53:59 +02:00 |
Michael Stefaniuc
|
77376000ba
|
ole32/tests: Use the available ARRAY_SIZE() macro.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-06-13 22:13:27 +02:00 |
Zebediah Figura
|
084559fe85
|
ole32/tests: Test CoWaitForMultipleHandles() in an uninitialized or MTA apartment.
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-04-10 11:15:06 +02:00 |
Zebediah Figura
|
a11951841c
|
ole32: Report the implicit MTA in CoGetApartmentType().
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-04-10 11:15:05 +02:00 |
Zebediah Figura
|
878e15e25f
|
ole32: Allow more functions to use the implicit MTA.
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-04-10 11:15:03 +02:00 |
Zebediah Figura
|
62422db030
|
ole32/tests: Simplify implicit MTA tests.
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-03-29 16:06:03 +02:00 |
Francois Gouget
|
baa74bd862
|
ole32/tests: Add a trailing '\n' to ok() calls.
Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-01-31 09:58:20 +01:00 |
Jacek Caban
|
de90cca586
|
ole32/tests: Added more CoWaitForMultipleHandles tests.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-01-23 11:31:36 +01:00 |
Jacek Caban
|
2e66aa59b2
|
ole32: Don't stop processing messages after WM_QUIT in CoWaitForMultipleHandles.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-01-23 11:31:34 +01:00 |
Anton Romanov
|
90a094cc24
|
ole32: Make CoWaitForMultipleHandles peek at all posted messages.
Signed-off-by: Anton Romanov <theli.ua@gmail.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-01-19 12:12:02 +01:00 |
Zebediah Figura
|
a56bc8f93b
|
ole32: Store proxy/stub CLSIDs per process, not per apartment.
Signed-off-by: Zebediah Figura <zfigura@codeweavers.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-08-08 20:02:14 +09:00 |
Alex Henrie
|
5a3b87a0fd
|
ole32: Avoid null pointer dereferences in CoGetTreatAsClass.
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-07-06 18:50:59 +02:00 |
Nikolay Sivov
|
3237c5ed84
|
ole32/tests: Test pointer returned by ProgIDFromCLSID() on failure.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-04-10 21:51:39 +02:00 |
Alistair Leslie-Hughes
|
3ca00ff857
|
ole32/tests: Stop crash on XP.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-03-14 14:19:10 +01:00 |
Jacek Caban
|
c7e6fe6cdf
|
ole32: Added GlobalOptions object stub implementation.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-02-23 13:15:45 +01:00 |
Nikolay Sivov
|
3e2ed9c761
|
ole32/tests: Some tests for returned apartment type in implicit MTA case.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-12-26 18:53:11 +01:00 |
Nikolay Sivov
|
4d0a353bcc
|
ole32/tests: Fix indentation warning on GCC 6.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-08-10 22:22:37 +09:00 |
Francois Gouget
|
147d8231e4
|
ole32/tests: Fix spelling errors in a couple of comments.
Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-04-25 18:48:17 +09:00 |
Nikolay Sivov
|
7863247ec6
|
ole32: Make CoGetInstanceFromFile() propagate failure codes to returned MULTI_QI data (Coverity).
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-03-22 22:23:31 +09:00 |
Nikolay Sivov
|
254e76fc15
|
ole32/tests: Some tests for IInitializeSpy.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-03-16 12:13:29 +09:00 |
Nikolay Sivov
|
cf218bca42
|
ole32: Fix refcounting of IObjContext per-thread instance.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-03-15 17:45:45 +09:00 |
Nikolay Sivov
|
5b7c9ecd09
|
ole32: Implement IComThreadingInfo::GetCurrentLogicalThreadId().
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-03-11 20:22:27 +09:00 |
Nikolay Sivov
|
1105acd26a
|
ole32: Implement CoGetCurrentLogicalThreadId().
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-03-11 20:22:24 +09:00 |
Nikolay Sivov
|
22ef1c7e2a
|
ole32/tests: Fixed CoGetPSClsid() test failures when running on limited account.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-03-07 13:20:34 +09:00 |
Nikolay Sivov
|
2a1e856bd9
|
ole32/tests: Don't trace last error when error code is returned directly.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-03-07 13:20:32 +09:00 |
Nikolay Sivov
|
485a412b18
|
ole32/tests: Fix tests failing on limited account.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-03-07 13:20:30 +09:00 |
Nikolay Sivov
|
cef4c7dc69
|
ole32: Improve CoRegisterMallocSpy/CoRevokeMallocSpy state and parameter validation.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-03-04 18:43:04 +09:00 |
Nikolay Sivov
|
110665a3d8
|
ole32: Don't call spy on IMalloc::Free(NULL).
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-03-04 18:43:04 +09:00 |
Michael Müller
|
381ce2956b
|
ole32: Implement semi-stub for CoGetApartmentType.
Signed-off-by: Michael Müller <michael@fds-team.de>
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-03-03 12:59:02 +09:00 |
Paul Gofman
|
b4b0c138fe
|
ole32: Fix behaviour of OLE init/uninit.
Signed-off-by: Paul Gofman <gofmanp@gmail.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-01-15 23:51:02 +09:00 |
Nikolay Sivov
|
8fe18a16f7
|
ole32: Properly implement OleRegGetUserType().
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-01-05 17:52:49 +01:00 |
Nikolay Sivov
|
7ad896d541
|
ole32/tests: Some tests for OleRegGetUserType().
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-12-24 13:44:03 +01:00 |
Nikolay Sivov
|
12d73316e4
|
ole32: Fix parameter validation for CoGetMalloc().
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-12-23 16:35:19 +01:00 |
Nikolay Sivov
|
f797f63d24
|
ole32/tests: Some tests for CoGetMalloc().
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-12-04 21:56:18 +09:00 |
Jacek Caban
|
dedcd30cb8
|
ole32: Pass requested interface IID to CreateInstance in CoCreateInstanceEx.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-10-22 16:47:15 +09:00 |
Jacek Caban
|
0a92038b38
|
ole32: Added tests for IPSFactoryBuffer::CreateStub calls.
|
2015-08-29 14:28:23 +09:00 |
Piotr Caban
|
9fd75e8650
|
ole32/tests: Fix new failures in CoWaitForMultipleHandles tests.
|
2015-07-31 12:07:41 +02:00 |
Piotr Caban
|
fbf7046ae8
|
ole32: Don't pump all messages in CoWaitForMultipleHandles in threads without apartment window.
|
2015-07-30 23:50:43 +02:00 |
Sebastian Lackner
|
fdd83248b6
|
ole32/tests: Add additional tests for CoWaitForMultipleHandles and WM_QUIT.
|
2015-05-22 14:09:19 +09:00 |
Nikolay Sivov
|
bb37d75074
|
ole32/tests: Fix a test failure on Win8.
|
2015-05-01 21:12:42 +09:00 |
Nikolay Sivov
|
3d33d8a9c4
|
ole32/tests: Fix test failures on some VMs with limited user permissions.
|
2015-05-01 21:12:23 +09:00 |
Michael Stefaniuc
|
c2da97a5e5
|
ole32/tests: Actually test some return codes (PVS-Studio).
|
2015-01-19 14:20:32 +01:00 |
Sebastian Lackner
|
f6f55058e4
|
ole32: Don't process window events when APC calls are queued.
|
2014-11-21 20:10:04 +09:00 |
Sebastian Lackner
|
bbf6891030
|
ole32: Verify arguments for CoWaitForMultipleHandles, always initialize index to zero.
|
2014-11-21 20:10:01 +09:00 |
Sebastian Lackner
|
f7f2167fe8
|
ole32/tests: Add tests for CoWaitForMultipleHandles.
|
2014-11-21 20:09:58 +09:00 |
Nikolay Sivov
|
2487afa5d3
|
ole32/tests: Use proper wrappers for IObjContext methods.
|
2014-11-19 23:36:34 +09:00 |