Commit Graph

80 Commits

Author SHA1 Message Date
Bruno Jesus 2d08038bac dplayx: Cache GUID values so they persist after enumeration. 2015-01-16 17:36:03 +01:00
Alistair Leslie-Hughes 60db3a4a86 dplayx: Fix some crashes and wine_todo's. 2014-10-31 12:57:47 +09:00
Frédéric Delanoy 5332d0e5ab dplayx/tests: Use common wine_dbgstr_guid implementation from test.h. 2014-01-28 11:45:01 +01:00
Alexandre Julliard 99ef0d6ff0 makefiles: Get rid of the MAKE_TEST_RULES variable. 2014-01-02 12:13:16 +01:00
Michael Stefaniuc 2e1708dc1b tests: Readying some tests for the compilation with -D__WINESRC__. 2013-10-02 11:03:26 +02:00
Michael Stefaniuc e22d33e683 dplayx/tests: Fix typo in ok() message. 2013-09-27 10:33:49 +02:00
Michael Stefaniuc 185dd36929 dplayx: Add a separate refcount for IDirectPlayLobby2. 2013-04-18 11:41:08 +02:00
Michael Stefaniuc 4d9882572c dplayx: Add a separate refcount for IDirectPlayLobby2A. 2013-04-18 11:41:02 +02:00
Michael Stefaniuc 2314df86df dplayx: Add a separate refcount for IDirectPlayLobbyA. 2013-04-18 11:40:56 +02:00
Michael Stefaniuc ffdeda566c dplayx: Add a separate refcount for IDirectPlayLobby. 2013-04-18 11:40:50 +02:00
Michael Stefaniuc f6e4aa7762 dplayx: Get rid of the LPDIRECTPLAYLOBBY usage. 2013-04-18 11:40:30 +02:00
Michael Stefaniuc 02e9c99976 dplayx: IDirectPlayLobby3 / IDirectPlayLobby3A have independent refcounts. 2013-04-15 15:15:13 +02:00
Michael Stefaniuc 1e22d29303 dplayx: Add both interfaces to the DirectPlayLobby object and stop cloning the object. 2013-04-12 11:55:51 +02:00
Michael Stefaniuc f65c6af3b4 dplayx/tests: Add DirectPlayLobby COM tests. 2013-04-10 11:42:46 +02:00
Michael Stefaniuc 3b7f969a6b dplayx: IDirectPlay and IUnknown share a refcount. 2013-04-09 11:25:29 +02:00
Michael Stefaniuc df39c470ed dplayx/tests: Deal with broken COM aggregation handling on NT4. 2013-04-09 11:25:13 +02:00
Michael Stefaniuc ac0368e800 dplayx: Add a separate refcount for IDirectPlay3. 2013-04-03 21:36:14 +02:00
Michael Stefaniuc 36dccf839a dplayx: Add a separate refcount for IDirectPlay3A. 2013-04-03 21:36:08 +02:00
Michael Stefaniuc 9378c4182f dplayx: Add a separate refcount for IDirectPlay2. 2013-04-03 21:36:01 +02:00
Michael Stefaniuc cf894d4c0d dplayx: Add a separate refcount for IDirectPlay2A. 2013-04-03 21:35:54 +02:00
Michael Stefaniuc 719b5d931c dplayx: IDirectPlay4 / IDirectPlay4A have independent refcounts. 2013-04-02 12:06:18 +02:00
Michael Stefaniuc 6f370dff7f dplayx: Remove AddRef hacks for the parent DirectPlay object. 2013-04-01 12:09:52 +02:00
Michael Stefaniuc d09d061157 dplayx/tests: Add DirectPlay COM tests. 2013-03-29 17:52:28 +01:00
Michael Stefaniuc 7eaafd0141 dplayx/tests: Get rid of the LPDIRECTPLAY type usage. 2013-03-29 17:52:27 +01:00
Michael Stefaniuc c1907b5ff9 dplayx/tests: Remove superfluous void pointer casts. 2013-03-29 17:52:26 +01:00
Marcus Meissner 2cd1fed6ee dplayx: Check return of CoCreateInstance (Coverity). 2013-01-08 16:35:34 +01:00
André Hentschel 436e9f9c06 dplayx/tests: Add missing GetPlayerName test. 2012-10-29 10:34:38 +01:00
Frédéric Delanoy 760faf01a9 tests: Assorted spelling fixes. 2011-08-04 18:27:37 +02:00
Austin English 4036cc06b0 dplayx/tests: Make sure to use return values (LLVM/Clang). 2011-02-08 14:46:33 -06:00
Alexandre Julliard 81b8ee863e makefiles: Add a standard header for all makefiles to replace the common variable initializations. 2010-09-19 12:36:48 +02:00
Alexandre Julliard b86d515ed6 dlls: Remove explicit imports of kernel32 and ntdll. 2010-07-21 17:38:36 +02:00
Alexandre Julliard bef5645eb1 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
Alexandre Julliard 6164ce2d82 makefiles: Use the standard C_SRCS variable as the list of test files.
This enables it to be auto-updated by make_makefiles.
2010-02-22 10:47:11 +01:00
Francois Gouget ea71c9e5fd dplayx/tests: Fix compilation on systems that don't support nameless unions. 2009-08-31 13:30:59 +02:00
Ismael Barros ebcb243c33 dplayx/tests: Host migration when session host leaves. 2009-07-21 10:50:57 +02:00
Francois Gouget d5b324e362 dplayx/tests: Use win_skip() to skip over unimplemented functionality. 2009-02-25 12:49:35 +01:00
Michael Stefaniuc 4008a35020 dplayx/tests: Fix typo. 2009-01-02 11:53:45 +01:00
Michael Stefaniuc f01b21634a dplayx/tests: Do not explicitly cast LPVOID function arguments. 2009-01-02 11:53:42 +01:00
Kai Blin ab448df3ef dplayx: Set tests to "interactive" to avoid timing out on all machines. 2008-09-29 17:25:04 -05:00
Ismael Barros 7dddf097a8 dplayx: Fix static overrun of pDP array in test (Coverity). 2008-09-12 11:41:23 +02:00
Kai Blin d266abee14 dplayx: Fix static overrun of pDP array in test. (Coverity). 2008-09-10 11:20:31 +02:00
Paul Vriens 501b1e0a49 dplayx/tests: Add a few missing HeapFree's. 2008-09-03 13:14:51 +02:00
Paul Vriens 7e21104bd9 dplayx/tests: Remove a stray CoInitialize. 2008-09-02 13:59:39 +02:00
Francois Gouget ec83c30075 dplayx/tests: Fix compilation on systems that don't support nameless unions. 2008-09-02 13:58:47 +02:00
Alexandre Julliard 5d900bb0f6 Avoid some size_t printf format warnings. 2008-08-21 16:05:15 +02:00
Ismael Barros 063c1e6c97 dplayx: Tests for checking remote data replication. 2008-08-20 13:53:24 +02:00
Ismael Barros 8e9b291272 dplayx: Tests for GetMessageQueue. 2008-08-20 13:53:10 +02:00
Ismael Barros 4db050d800 dplayx: Tests for GetMessageCount. 2008-08-20 13:53:00 +02:00
Ismael Barros 636bdd800c dplayx: Tests for Receive. 2008-08-20 13:52:48 +02:00
Ismael Barros 2a96593369 dplayx: Tests for Send. 2008-08-20 13:52:36 +02:00