Alexandre Julliard
|
a0b8ec0e1b
|
oleaut32/tests: Fix the usrmarshal tests on 64-bit.
|
2009-07-10 19:13:16 +02:00 |
Hib Eris
|
3e5159e169
|
oleaut32: Prevent overflow in VarDecCmp.
|
2009-07-07 14:18:19 +02:00 |
Hib Eris
|
eb8778f9a0
|
oleaut32/tests: Add tests for VarDecCmp.
|
2009-07-07 14:18:14 +02:00 |
Paul Vriens
|
f57c603798
|
oleaut32/tests: Fix test failures and crash on Win9x/WinME.
|
2009-07-02 12:13:56 +02:00 |
Stefan Leichter
|
3ca49a10d8
|
oleaut32: Add two tests of function VarDateFromStr for German date format.
|
2009-06-30 12:31:32 +02:00 |
Huw Davies
|
4b0a6a18b2
|
oleaut32/tests: Add some tests for [lcid] parameters.
|
2009-06-17 17:23:21 +02:00 |
Huw Davies
|
d84693cc29
|
oleaut32: Calling SetLcid with LOCALE_NEUTRAL is a special case which sets the first header lcid to US English and the second one to 0.
|
2009-06-11 11:45:51 +02:00 |
Paul Vriens
|
28d0487c24
|
oleaut32/tests: Fix some intermittent test failures on W98 and NT4.
|
2009-06-02 11:57:21 +02:00 |
Paul Vriens
|
31bb9219d6
|
oleaut32/tests: Spelling fixes.
|
2009-05-29 11:26:08 +02:00 |
Alexandre Julliard
|
6194cf888d
|
oleaut32/tests: Fix a test broken on XP 64.
|
2009-05-25 11:49:08 +02:00 |
Alexandre Julliard
|
cdf8aeb0c8
|
oleaut32/tests: Fix some pointer sizes in typelib tests for 64-bit.
|
2009-05-21 16:17:51 +02:00 |
Alexandre Julliard
|
1c75ab091c
|
oleaut32/tests: Fix the tmarshal test on 64-bit.
|
2009-05-21 16:17:50 +02:00 |
Alexandre Julliard
|
538c706787
|
oleaut32/tests: Fix some pointer sizes in typelib tests for 64-bit.
|
2009-05-21 16:17:50 +02:00 |
Francois Gouget
|
1ef2f3844f
|
oleaut32/tests: Replace realloc() with HeapReAlloc().
|
2009-05-19 12:01:09 +02:00 |
Damjan Jovanovic
|
b51d03125d
|
oleaut32: Add a failing VarFormat test showing that wine wrongly truncates decimals with large negative exponents instead of rounding.
|
2009-05-18 12:32:15 +02:00 |
Damjan Jovanovic
|
80dfd00530
|
oleaut32: Strip trailing decimal zeroes when rounding a number in VarFormat.
|
2009-05-14 17:22:34 +02:00 |
Damjan Jovanovic
|
560e76ee38
|
oleaut32: fix a rounding bug in VarFormat.
|
2009-05-13 12:02:38 +02:00 |
Alexandre Julliard
|
8b7269e7e6
|
oleaut32/tests: Don't crash if ITypeInfo_GetTypeAttr fails.
|
2009-05-08 14:27:11 +02:00 |
Alexandre Julliard
|
4d30e7af47
|
oleaut32/tests: Use the correct allocator in the ClearCustData test.
|
2009-05-08 14:12:40 +02:00 |
Detlef Riekenberg
|
00703d0c2f
|
oleaut32/tests: Replace lstrcpyW and lstrcatW with memcpy to fix failures on win95.
|
2009-04-20 17:19:58 +02:00 |
Detlef Riekenberg
|
6643049116
|
oleaut32: VarCat must use localized names for VT_BOOL.
|
2009-04-14 15:11:58 -05:00 |
Dmitry Timoshkov
|
69ec6b4c6d
|
oleaut32: Add some additional tests for QueryPathOfRegTypeLib, make them pass under Wine.
|
2009-04-13 17:35:51 -05:00 |
Rob Shearman
|
47ae95ccce
|
oleaut32: Fix the SAFEARRAY marshalling on 64-bit platforms.
The pointers should be written as NDR 4-byte fields instead of a
platform-dependent size.
|
2009-04-07 14:53:43 +02:00 |
Lei Zhang
|
25c2e283d8
|
oleaut32: Fix some corner cases in VarBstrCmp.
|
2009-03-24 14:07:50 +01:00 |
Michael Stefaniuc
|
efbb4ebf3e
|
widl: Output "LONG" instead of "long" for a 32bit integer.
long is always 32bit in IDL files but that's not true in C.
|
2009-03-13 11:15:21 +01:00 |
Francois Gouget
|
3b072fb772
|
oleaut32/tests: Use win_skip() to skip over unimplemented functionality.
|
2009-02-23 12:21:33 +01:00 |
Michael Stefaniuc
|
a3f8fd71e1
|
oleaut32: Remove superfluous pointer casts.
|
2009-02-09 14:37:23 +01:00 |
Lei Zhang
|
ae28430ff8
|
oleaut32/tests: Add a VarFormat test for date and time.
|
2009-02-02 12:07:38 +01:00 |
Rob Shearman
|
f545468a2d
|
oleaut32: Initialise more of the context passed into user marshal functions in the tests for these functions.
Enable unmarshall testing for LPSAFEARRAYs and BSTRs which works on
Windows now that enough of the context has been filled in.
|
2009-02-02 11:55:32 +01:00 |
Alasdair Sinclair
|
ded6c50b78
|
oleaut32/tests: Fix missing void in empty parameter list.
|
2009-01-30 11:43:26 +01:00 |
Rob Shearman
|
522662faa9
|
oleaut32: Fix the typelib tests on 64-bit platforms.
|
2009-01-29 14:06:59 +01:00 |
Michael Stefaniuc
|
330e6d86f9
|
oleaut32/tests: Remove superfluous pointer casts.
|
2009-01-29 14:05:58 +01:00 |
Rob Shearman
|
17a30ff2e8
|
oleaut32: Test the return value of the remote IWidget_StructArgs call.
|
2009-01-12 13:07:10 +01:00 |
Alexandre Julliard
|
3b6cab3f77
|
oleaut32/tests: Only compare the initialized part of DECIMAL variants.
|
2009-01-09 14:06:14 +01:00 |
Alexandre Julliard
|
6f3184829f
|
oleaut32/tests: Avoid printing pointer differences in traces.
|
2009-01-08 13:02:32 +01:00 |
Nikolay Sivov
|
3950752682
|
oleaut32/tests: Fix copy/paste typo in test output.
|
2009-01-08 12:55:00 +01:00 |
Nikolay Sivov
|
b91f4a3dae
|
oleaut32: Check pointer in IPicture::get_Type.
|
2009-01-07 12:50:56 +01:00 |
Nikolay Sivov
|
a22ca1c2d9
|
oleaut32: Check pointer in IPicture::get_Handle.
|
2009-01-07 12:50:51 +01:00 |
Nikolay Sivov
|
76925b06c2
|
oleaut32: Check pointer in IPicture_get_Attributes.
|
2009-01-06 12:42:49 +01:00 |
Nikolay Sivov
|
5b88f0d916
|
oleaut32: Add PICTYPE_NONE and PICTYPE_UNINITIALIZED to IPicture_get_Attributes.
|
2009-01-06 12:42:43 +01:00 |
Michael Stefaniuc
|
e86eb8efa6
|
include: Change RPC_STATUS from long to LONG for Win64 compatibility.
Also fix the compiler warnings introduced by this change.
|
2009-01-04 13:34:38 +01:00 |
Jeremy Drake
|
970a500fb4
|
oleaut32/tests: Fix double GlobalFree in olepicture tests.
|
2008-12-16 14:08:55 +01:00 |
Francois Gouget
|
c597792400
|
oleaut32/tests: Make the Widget_*() and KindaEnum_*() functions static.
|
2008-12-15 12:25:46 +01:00 |
Nikolay Sivov
|
b6d50aed41
|
oleaut32: Added PICTYPE_NONE and PICTYPE_UNINITIALIZED to IPicture::Render.
|
2008-12-11 14:28:35 +01:00 |
Alexandre Julliard
|
a840b6a7f8
|
Avoid including time.h before winsock.h in tests.
|
2008-12-04 12:42:53 +01:00 |
Kirill K. Smirnov
|
a03cc957e1
|
oleaut32: Add tests for metafiles, make them pass under Wine.
|
2008-10-06 14:15:01 +02:00 |
Damjan Jovanovic
|
72faaf1273
|
oleaut32: Fix double negative sign regression in VarFormat.
|
2008-09-25 11:52:00 +02:00 |
Michael Stefaniuc
|
319f28553c
|
oleaut32/tests: Fix printf format warning.
|
2008-09-25 11:51:23 +02:00 |
James Hawkins
|
40aeb9563f
|
oleaut32: Fix a failing test in win95.
|
2008-09-24 13:12:04 +02:00 |
Michael Stefaniuc
|
99829f1d63
|
oleaut32/tests: Remove redundant NULL check before SysFreeString (Smatch).
|
2008-09-24 12:52:35 +02:00 |