Dmitry Timoshkov
0db996e14c
kernel32/tests: Increase the timeout for completion of write to a COM-port.
...
It's not enough for some hardware configurations.
2013-10-25 13:36:01 +02:00
Dmitry Timoshkov
b46bd115bb
kernel32/tests: Accept the case when WriteFile is able to complete the request immediately for an overlapped COM-port write.
...
The behaviour depends on the driver and hardware used.
2013-10-25 13:36:01 +02:00
Frédéric Delanoy
4b94239a3b
quartz/tests: Use BOOL type where appropriate.
2013-10-25 13:36:01 +02:00
Frédéric Delanoy
ec5da171e6
quartz: Use BOOL type where appropriate.
2013-10-25 13:36:01 +02:00
Frédéric Delanoy
38adec4ac5
mscoree: Use BOOL type where appropriate.
2013-10-25 13:36:01 +02:00
Frédéric Delanoy
02f5ebd062
dwrite/tests: Use BOOL type where appropriate.
2013-10-25 13:36:00 +02:00
Qian Hong
78b2fd8399
winmm: Fixed mixerGetControlDetails with null paDetails.
2013-10-25 13:36:00 +02:00
Vincent Povirk
5e81bad239
mscoree: Call Mono's System.Environment.Exit instead of duplicating it.
2013-10-25 13:35:36 +02:00
Vincent Povirk
770918a91b
mscoree: Do a "normal" runtime shutdown from _CorExeMain.
...
This needs to work differently from CorExitProcess because we need to wait for
foreground threads and abort the rest.
2013-10-25 13:34:47 +02:00
Vincent Povirk
6b889fe918
mscoree: Remove support for multiple Mono ABI versions.
...
Having two instances of Mono loaded at once is problematic, and now that we
use the 2.0 runtime to support 1.x there's no need to support old versions.
2013-10-25 13:34:26 +02:00
Nikolay Sivov
0af3bd8365
ole32: Support activation context in CLSIDFromProgID().
2013-10-25 11:12:31 +02:00
Nikolay Sivov
f96631e110
ole32: Add a helper to map ProgID to CLSID using registry.
2013-10-25 11:12:27 +02:00
Huw Davies
5077fc895f
ole32: If an object exposes IExternalConnection then don't take down the stub manager if we have remaining weak refs in a call that would otherwise ignore them.
2013-10-24 19:01:57 +02:00
Huw Davies
1864db2faa
ole32: Call IExternalConnection_ReleaseConnection with the correct final parameter.
2013-10-24 19:01:57 +02:00
Huw Davies
8235b55917
ole32: When releasing marshal data of a normal ref ignore any remaining weak refs.
2013-10-24 19:01:56 +02:00
Huw Davies
17d81e0987
ole32/tests: Add some tests for CoReleaseMarshalData with a combination of normal and weak marshals.
2013-10-24 19:01:56 +02:00
Huw Davies
61fb28de3f
ole32/tests: Make the two reference marshalling thread more generic.
2013-10-24 19:01:56 +02:00
Huw Davies
14a879085e
ole32/tests: Extend the lifecycle tests to objects which expose IExternalConnection.
2013-10-24 19:01:56 +02:00
Stefan Dösinger
e47edf47fe
ddraw/tests: Test DDLOCK_DISCARDCONTENTS.
2013-10-24 19:01:56 +02:00
Stefan Dösinger
9e0ba3eab0
ddraw: Make default pool resources dynamic.
...
To make DDLOCK_DISCARDCONTENTS actually do anything. The MAPPABLE flag
is now redundant.
2013-10-24 19:01:56 +02:00
Stefan Dösinger
331bb68edb
wined3d: Remove SCRATCH and SYSMEM lockability warnings.
...
They are not needed any more, resource_access_from_pool takes care of
this.
2013-10-24 19:01:56 +02:00
Stefan Dösinger
672e3ee1b4
d3d8/tests: Remove the rtpatch test.
2013-10-24 19:01:56 +02:00
Stefan Dösinger
9c19266a24
d3d9/tests: Remove the rtpatch test.
...
It segfaults on Win7 + Nvidia Kepler and apparently returns different
return values on Windows 8. Since this functionality isn't supported on
any HW I doubt games will care.
2013-10-24 19:01:56 +02:00
Jacek Caban
e857a70ae2
wininet: Compile tests with -D__WINESRC__.
2013-10-24 19:01:55 +02:00
Alexandre Julliard
f5113d2d56
user32: Set the display device property on the desktop window as soon as it is created.
2013-10-24 19:01:55 +02:00
Alexandre Julliard
fe441a0682
user32: Register classes once the graphics driver has been loaded, except for the desktop class.
2013-10-24 19:01:54 +02:00
Alexandre Julliard
e4a43cfa1f
winemac: Don't try to set the app icon before GDI is properly initialized.
2013-10-24 19:00:10 +02:00
Daniel Lehman
0669a8aca2
kernel32: Don't use depth in RtlInterlockedFlushSList.
...
Depth wraps around at 65536 but list supports more elements.
2013-10-24 10:56:13 +02:00
Ken Thomases
35f0cf26b0
winemac: Send WM_CANCELMODE when keyboard layout changes from Cocoa side.
...
The standard keyboard shortcut for switching the keyboard layout is Command-
Space, but the Mac driver never sees the Space key press. So, Wine only sees
a press and release of Alt, which puts focus on the menu bar. This prevents
that focus change.
2013-10-24 10:54:55 +02:00
Frédéric Delanoy
2e9aa0c599
mciqtz32: Use BOOL type where appropriate.
2013-10-24 10:50:01 +02:00
Frédéric Delanoy
f56e9ebe38
kernel32/tests: Use BOOL type where appropriate.
2013-10-24 10:49:53 +02:00
Frédéric Delanoy
7ab78b4e03
kernel32: Use BOOL type where appropriate.
2013-10-24 10:49:11 +02:00
André Hentschel
c39eac6332
sti/tests: Fix tests compilation with __WINESRC__ defined.
2013-10-24 10:48:58 +02:00
André Hentschel
4a8452dfdb
rsaenh/tests: Fix tests compilation with __WINESRC__ defined.
2013-10-24 10:48:46 +02:00
André Hentschel
ae206d7517
version/tests: Fix tests compilation with __WINESRC__ defined.
2013-10-24 10:48:23 +02:00
André Hentschel
33018d393a
imm32/tests: Fix tests compilation with __WINESRC__ defined.
2013-10-24 10:48:01 +02:00
André Hentschel
0a9531f9b8
msacm32/tests: Fix tests compilation with __WINESRC__ defined.
2013-10-24 10:47:03 +02:00
Vincent Povirk
2dbd0e1694
gdiplus: Implement remaining dash styles in GdipWidenPath.
2013-10-24 10:46:23 +02:00
Vincent Povirk
1c35dd6cb4
gdiplus: Implement GdipWidenPath for custom dashed lines.
2013-10-24 10:46:15 +02:00
Dmitry Timoshkov
ae3a6d52d0
user32/tests: Enable user32 tests compilation with __WINESRC__ defined.
2013-10-24 10:45:38 +02:00
Dmitry Timoshkov
154df653d6
user32/tests: Fix wsprintf tests compilation with __WINESRC__ defined.
2013-10-24 10:45:26 +02:00
Dmitry Timoshkov
b890c63660
user32/tests: Fix window station and desktop tests compilation with __WINESRC__ defined.
2013-10-24 10:45:20 +02:00
Dmitry Timoshkov
4c5a32e791
user32/tests: Fix window tests compilation with __WINESRC__ defined.
2013-10-24 10:45:14 +02:00
Dmitry Timoshkov
4734bd9edb
user32/tests: Fix text drawing tests compilation with __WINESRC__ defined.
2013-10-24 10:44:56 +02:00
Dmitry Timoshkov
c4ec0ed2d6
user32/tests: Fix system parameters tests compilation with __WINESRC__ defined.
2013-10-24 10:44:52 +02:00
Dmitry Timoshkov
371824fb85
user32/tests: Fix static control tests compilation with __WINESRC__ defined.
2013-10-24 10:44:46 +02:00
Dmitry Timoshkov
4d5c668447
user32/tests: Fix scroll tests compilation with __WINESRC__ defined.
2013-10-24 10:44:42 +02:00
Dmitry Timoshkov
f26bace5af
user32/tests: Fix resource tests compilation with __WINESRC__ defined.
2013-10-24 10:44:31 +02:00
Dmitry Timoshkov
a7219e8c88
user32/tests: Fix message tests compilation with __WINESRC__ defined.
2013-10-24 10:44:23 +02:00
Dmitry Timoshkov
33ff6d2549
user32/tests: Fix monitor tests compilation with __WINESRC__ defined.
2013-10-24 10:44:09 +02:00