Hans Leidekker
|
181d2fb65e
|
include: Define IRangeList, IIMAPCallback and IIMAPTransport.
|
2008-09-30 11:29:00 -05:00 |
|
Andrew Talbot
|
c1d5dfe84b
|
dinput: Sign-compare warnings fix.
|
2008-09-30 10:57:23 -05:00 |
|
Rob Shearman
|
637c3125ba
|
advapi32: Output the last error when services tests fail.
|
2008-09-30 10:57:15 -05:00 |
|
Lei Zhang
|
60d97040f8
|
comctl32: Avoid a divide by zero in listview.
|
2008-09-30 10:56:55 -05:00 |
|
Jacek Caban
|
ec34ad38ef
|
urlmon: Fixed potential null dereference.
|
2008-09-30 10:56:22 -05:00 |
|
Rob Shearman
|
65de799958
|
comcat: Fix mixing of HRESULT and LSTATUS types in COMCAT_CLSID_IEnumGUID_Next, COMCAT_IEnumCATEGORYINFO_Next and COMCAT_CATID_IEnumGUID_Next.
(Found by PreFast.)
|
2008-09-30 10:20:46 -05:00 |
|
Rob Shearman
|
941801c548
|
d3d8: Fix incorrect ordering of brackets in IDirect3DVertexShader8Impl_GetDevice.
The comparison should be (D3D_OK == hr && myDevice), not (D3D_OK == (hr && myDevice)).
(Found with PreFast.)
|
2008-09-30 10:20:41 -05:00 |
|
Rob Shearman
|
c9d24bdc3e
|
avifil32: Fix treating the return values of mmio* functions as HRESULTs instead of MMRESULTs.
(Found by PreFast.)
|
2008-09-30 10:20:32 -05:00 |
|
Rob Shearman
|
6357f9c02c
|
oledlg: Fix the type of ret in UIINSERTOBJECTDLG_PopulateObjectTypes.
It is only used for storing the result of RegEnumKeyW so it should be
LSTATUS instead of HRESULT.
|
2008-09-30 10:20:30 -05:00 |
|
Rob Shearman
|
171762827c
|
avifil32: Fix type of variable used to store the result of ICCompress in AVIFILE_EncodeFrame.
(Found by PreFast.)
|
2008-09-30 10:20:26 -05:00 |
|
Rob Shearman
|
a4b2a2c380
|
d3d9: Fix incorrect ordering of brackets in IDirect3DVertexShader9Impl_GetDevice.
The comparison should be (D3D_OK == hr && myDevice), not (D3D_OK == (hr && myDevice)).
(Found with PreFast.)
|
2008-09-30 10:20:22 -05:00 |
|
Rob Shearman
|
80b5b74f15
|
shlwapi: Use an error code instead of -1 for signalling prefix not being found in URL_GuessScheme.
|
2008-09-30 10:20:14 -05:00 |
|
Rob Shearman
|
739bdaeb86
|
uxtheme: SetPropW returns a BOOL not an HRESULT.
Therefore fix the code to handle SetPropW failing with this in mind.
(Found by PreFast.)
|
2008-09-30 10:20:10 -05:00 |
|
Rob Shearman
|
8a6f1655d8
|
winebuild: Declare fatal_error and fatal_perror as non-returning functions.
|
2008-09-30 10:20:05 -05:00 |
|
Dylan Smith
|
0699332b37
|
richedit: Fixed test failing on windows version with larger font sizes.
|
2008-09-30 10:18:02 -05:00 |
|
Dylan Smith
|
c13fd6a44b
|
richedit: Fixed test failure that happend on older builds of riched20.dll.
|
2008-09-30 10:16:27 -05:00 |
|
Lei Zhang
|
83d92f4195
|
gdiplus: Allocate enough space for BITMAPINFO in GdipLoadImageFromStream.
|
2008-09-30 10:15:42 -05:00 |
|
Lei Zhang
|
778ea2360e
|
gdiplus: Allocate enough space for BITMAPINFO in GdipBitmapUnlockBits.
|
2008-09-30 10:15:37 -05:00 |
|
Lei Zhang
|
2309a9e4ab
|
gdiplus: Allocate enough space for BITMAPINFO in GdipBitmapLockBits.
|
2008-09-30 10:15:31 -05:00 |
|
Lei Zhang
|
fc753bbb58
|
gdiplus: Free memory on a failure.
|
2008-09-30 10:15:02 -05:00 |
|
Lei Zhang
|
8d53fc56fe
|
gdiplus: Allocate enough space for BITMAPINFO in GdipCreateTextureIA.
|
2008-09-30 10:14:56 -05:00 |
|
Jacek Caban
|
47ef2acc3b
|
mshtml: Fixed tests on IE7.
|
2008-09-30 10:14:31 -05:00 |
|
Vitaliy Margolen
|
d83fc43e5e
|
user32/tests: Move shell test to the end - killing explorer affects lots of tests.
|
2008-09-30 10:14:22 -05:00 |
|
Roderick Colenbrander
|
b09a9ebc76
|
opengl32: Remove some tests which cause issues on win9x.
|
2008-09-30 10:13:47 -05:00 |
|
Roderick Colenbrander
|
23b1988f1a
|
opengl32: Add some driver traces to the tests.
|
2008-09-30 10:13:39 -05:00 |
|
Nikolay Sivov
|
3ecb8bdd61
|
gdiplus: Stubs for GdipIsVisiblePoint/GdipIsVisiblePointI.
|
2008-09-30 10:13:31 -05:00 |
|
Nikolay Sivov
|
e2817e59b1
|
gdiplus: Implemented GdipSetClipPath.
|
2008-09-30 10:13:23 -05:00 |
|
Vitaliy Margolen
|
cc5ff833b3
|
user32/tests: Make it easier to identify failed tests.
|
2008-09-29 17:32:45 -05:00 |
|
Vitaliy Margolen
|
311fea4ec4
|
user32/tests: Use empty_message_queue with timeouts.
|
2008-09-29 17:32:30 -05:00 |
|
Andrew Talbot
|
a697d99d66
|
ddraw: Sign-compare warnings fix.
|
2008-09-29 17:32:17 -05:00 |
|
Jacek Caban
|
9b81945aeb
|
urlmon: Fixed file protocol tests on win9x.
|
2008-09-29 17:26:11 -05:00 |
|
Hans Leidekker
|
ee1a4650fd
|
winhttp: Skip notifications that may arrive out of order.
|
2008-09-29 17:25:47 -05:00 |
|
Hans Leidekker
|
a14e967135
|
shlwapi: Fix PathIsValidChar tests that fail on some versions of Windows.
|
2008-09-29 17:25:42 -05:00 |
|
Dmitry Timoshkov
|
830f1563c6
|
gdi32: Add a test for PS_NULL pen being equal to NULL_PEN stock object.
|
2008-09-29 17:25:36 -05:00 |
|
James Hawkins
|
2f8830d55b
|
comctl32: Fix a test on locales where default first day of week is not the max value.
|
2008-09-29 17:25:30 -05:00 |
|
James Hawkins
|
5114d652d2
|
crypt32: Fix several failing tests in win9x.
|
2008-09-29 17:25:25 -05:00 |
|
Jacek Caban
|
4d46c99765
|
shdocvw: Fixed tests on IE5.
|
2008-09-29 17:25:16 -05:00 |
|
Huw Davies
|
c3c74ac555
|
include: Add a missing WINAPI.
|
2008-09-29 17:25:11 -05:00 |
|
Kai Blin
|
ab448df3ef
|
dplayx: Set tests to "interactive" to avoid timing out on all machines.
|
2008-09-29 17:25:04 -05:00 |
|
Rob Shearman
|
f16bbf3282
|
ole32: Fix clipboard test failures on some versions of Windows.
Some versions of ole32 don't test that the lindex field of the
FORMATETC structure passed into functions is valid.
|
2008-09-29 17:25:00 -05:00 |
|
Francois Gouget
|
1177bbaa9e
|
comctl32/tests: Don't crash if adding the tooltip failed.
|
2008-09-29 17:24:55 -05:00 |
|
Jacek Caban
|
d1ab3b097d
|
mshtml: Fixed tests timeout.
|
2008-09-29 17:24:50 -05:00 |
|
Rob Shearman
|
7b564cbf17
|
ole32: Create a dummy window for use in the drag and drop API tests.
As a window being registered for drag and drop is a system-global
property, the tests could be affected by other processes in the
system.
|
2008-09-29 17:24:42 -05:00 |
|
Roderick Colenbrander
|
d269a36a81
|
opengl32: Don't run wgl tests on old gl drivers.
|
2008-09-29 17:24:29 -05:00 |
|
James Hawkins
|
3713720351
|
msi: Fix several test failures in win9x.
|
2008-09-29 17:24:17 -05:00 |
|
James Hawkins
|
e1d56fa4bd
|
comctl32: Fix a failing test in win9x.
|
2008-09-29 17:24:07 -05:00 |
|
Juan Lang
|
e2a8da9e86
|
inetmib1: Skip tests if a portion of inetmib1 isn't implemented.
This fixes a hang (and sometimes a system hang) on MacOSX when running
the inetmib1 tests. Spotted by Owen Rudge.
|
2008-09-29 17:24:00 -05:00 |
|
Francois Gouget
|
17d798eae9
|
comctl32/tests: FreeMRUList(NULL) crashes on Win98 OSR0.
|
2008-09-29 17:23:48 -05:00 |
|
Marcus Meissner
|
dd142bf5a7
|
msi/tests: Fix explicit C:\\Program Files\\ references.
|
2008-09-29 17:23:42 -05:00 |
|
Kai Blin
|
ab05d35c6d
|
secur32: Make GetComputerObjectName(A|W) tests work on win2k3 domains.
|
2008-09-29 17:23:30 -05:00 |
|