Benjamin Arai
|
7e1f392a27
|
oleaut32: Conformance test for function variant:VarIdiv.
|
2006-09-12 10:53:56 +02:00 |
Benjamin Arai
|
a4ec2721a4
|
oleaut32: Conformance test for function variant:VarDiv.
|
2006-09-12 10:53:14 +02:00 |
Benjamin Arai
|
aee8a62136
|
oleaut32: Conformance test for function variant:VarPow.
|
2006-09-08 12:55:05 +02:00 |
Benjamin Arai
|
9e3e591bf2
|
oleaut32: Conformance test for function variant:VarAnd.
|
2006-09-08 12:52:22 +02:00 |
Benjamin Arai
|
6aaf2af5c0
|
oleaut32: Updated conformance test return string for VT_RESERVED.
|
2006-08-24 11:51:58 +02:00 |
Benjamin Arai
|
bf6867024c
|
oleaut32: Conformance test for olefont:AddRefHfont.
|
2006-08-14 11:48:03 +02:00 |
Benjamin Arai
|
c4ba8a8c87
|
oleaut32: Conformance test for olefont:ReleaseHfont.
|
2006-08-14 11:47:55 +02:00 |
Benjamin Arai
|
0b44e9a641
|
oleaut32: Added test to check if olefont:IFont_QueryInterface increments ref counter.
|
2006-08-12 11:40:12 +02:00 |
Tijl Coosemans
|
48e1faff1e
|
oleaut32/tests: Test relative error, not absolute.
|
2006-08-07 13:11:48 +02:00 |
Benjamin Arai
|
be37e95105
|
oleaut32: Implement function olefont:OLEFontImpl_IsEqual.
|
2006-08-03 18:22:03 +02:00 |
Benjamin Arai
|
41641554f4
|
oleaut32: Conformance test for olefont:OLEFontImpl_IsEqual.
|
2006-08-03 18:20:54 +02:00 |
Robert Shearman
|
33582cc69e
|
oleaut32: Add some validation for the DISPPARAMS structure in ITypeInfo::Invoke.
|
2006-07-31 21:25:44 +02:00 |
Benjamin Arai
|
63c26dac23
|
oleaut32: Move varformat conformance tests to new file varformat.c
|
2006-07-31 11:21:45 +02:00 |
Benjamin Arai
|
f10ed1f16e
|
oleaut32: VarSub: Conformance test.
|
2006-07-28 12:56:45 +02:00 |
Robert Shearman
|
e0e7d96ee6
|
oleaut32: Implement getting of all properties in IPictureDisp::Invoke.
|
2006-07-28 12:56:45 +02:00 |
Robert Shearman
|
9985f50389
|
oleaut32: Add a test for passing an invalid number of input parameters into IFontDisp::Invoke with DISPATCH_PROPERTYGET.
|
2006-07-28 12:56:45 +02:00 |
Robert Shearman
|
25aff05e4a
|
oleaut32: Add validation for parameters in IPictureDisp::Invoke.
Add some tests for IPictureDisp::Invoke.
|
2006-07-28 12:56:44 +02:00 |
Robert Shearman
|
18732f85f9
|
oleaut32: Fix the return code for an invalid dispid in IFontDisp::Invoke.
|
2006-07-28 12:56:44 +02:00 |
Robert Shearman
|
fd48f795ff
|
oleaut32: Add a successful test for IFontDisp::Invoke.
|
2006-07-28 12:56:44 +02:00 |
Robert Shearman
|
bbdcccd3b7
|
oleaut32: Add validation of some more parameters in IFontDisp::Invoke.
|
2006-07-27 11:42:39 +02:00 |
Robert Shearman
|
207ec43e70
|
oleaut32: Clean up IFontDisp::Invoke by using VariantChangeTypeEx to coerce the input parameter into the correct type.
|
2006-07-27 11:42:33 +02:00 |
Benjamin Arai
|
b636e4dbf4
|
oleaut32: Fix missing tests and heap errors for VarCat conformance.
|
2006-07-21 13:40:39 +02:00 |
Benjamin Arai
|
31e3ad7150
|
oleaut32: OLEFontImpl_GetIDsOfNames conformance test.
|
2006-07-21 10:48:34 +02:00 |
Benjamin Arai
|
911af4dce9
|
oleaut32: Update error codes for VarMod.
|
2006-07-19 09:38:50 +02:00 |
Robert Shearman
|
ad6b0dc281
|
oleaut32: Revert check for FUNCFLAG_FRESTRICTED in ITypeInfo::Invoke.
The change caused regressions in a number of applications and needs more
study to see what the correct behaviour should be.
|
2006-07-18 11:12:35 +02:00 |
Robert Shearman
|
c793bfe028
|
oleaut32: Test the return value of VarCat in the tests.
|
2006-07-17 14:46:26 +02:00 |
Robert Shearman
|
31f640274f
|
oleaut32: Don't execute a function in ITypeInfo::Invoke if it has the FUNCFLAG_FRESTRICTED flag.
Add some more tests for ITypeInfo::Invoke.
|
2006-07-14 12:39:02 +02:00 |
Benjamin Arai
|
700adac9ac
|
oleaut32: Conformance test and patch for VarCat.
|
2006-07-11 17:14:58 +02:00 |
Alexandre Julliard
|
0fa8baafcb
|
make_dlls: Recursively ignore .ok files in all tests directories.
|
2006-07-10 21:26:50 +02:00 |
Alexandre Julliard
|
edd100b899
|
make_dlls: Recursively ignore testlist.c in all tests directories.
|
2006-07-10 21:19:42 +02:00 |
Alexandre Julliard
|
cc2b3b48e6
|
Take advantage of the recursive nature of .gitignore for Makefile entries.
Prefix other entries with '/' to make them non-recursive.
|
2006-07-10 20:47:54 +02:00 |
qingdoa daoo
|
5e09c29867
|
oleaut32: Copying a NULL BSTR should result in an empty BSTR in VariantCopy.
|
2006-07-10 11:52:45 +02:00 |
Robert Shearman
|
ef7b6e2740
|
oleaut32: ITypeComp_fnBind should do case-insensitive compares on the name passed in.
|
2006-07-07 13:31:43 +02:00 |
Robert Shearman
|
dd677948b4
|
oleaut32: Fix the error code returned by ITypeComp on an interface when the name matches, but the flags don't.
|
2006-07-07 13:30:46 +02:00 |
Robert Shearman
|
123592f0c3
|
oleaut32: Fix parsing of hex numbers with 'e' in the string by moving
the exponent parsing to after the hex digit parsing.
|
2006-07-03 11:33:23 +02:00 |
Juan Lang
|
2a0c37d8b9
|
oleaut32: Correctly handle NULLs embedded in BSTRs, with tests.
|
2006-06-22 12:29:03 +02:00 |
Kevin Koltzau
|
0e8b75bb12
|
oleaut32: Fix 64bit warnings in tests.
|
2006-06-19 09:21:19 +02:00 |
qingdoa daoo
|
f80db874d4
|
oleaut32: Fix safearray data destruction.
|
2006-06-09 18:13:22 +02:00 |
qingdoa daoo
|
06fcfda9ff
|
oleaut32: safearray: Convert dimension index at the API boundary.
|
2006-06-06 12:04:43 +02:00 |
Alexandre Julliard
|
23f9e358ad
|
Tests should not use wine/unicode.h.
|
2006-05-24 18:05:09 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Huw Davies
|
40986cd729
|
oleaut32: Correctly handle the case when the number of bytes in a BSTR is odd.
|
2006-05-10 19:24:01 +02:00 |
Huw Davies
|
df40c966a0
|
oleaut32: Preserve the 'auto' features before copying over the masked unmarshaled ones.
|
2006-05-08 21:18:32 +02:00 |
Huw Davies
|
2898b5d9ad
|
oleaut32: Remove weird attempt to clear VT_VARIANT.
Add some tests.
|
2006-05-07 10:10:56 +02:00 |
Huw Davies
|
696f73a7f5
|
oleaut32: Rewrite VARIANT user marshaling.
|
2006-05-07 10:10:30 +02:00 |
Huw Davies
|
17ec77f19e
|
oleaut32: Alignment fixes for safearrays.
|
2006-05-05 21:47:13 +02:00 |
Huw Davies
|
74b63d5e0d
|
oleaut32: Fix tests under win2k.
|
2006-05-05 21:47:02 +02:00 |
Huw Davies
|
747f08c8ae
|
oleaut32: Split out the SAFEARRAY and BSTR tests so that they can be used in the upcoming VARIANT tests.
|
2006-05-05 21:46:47 +02:00 |
Huw Davies
|
2e8a74d520
|
oleaut32: Fix BSTR marshaling to be wire compatible with Windows.
|
2006-05-05 21:46:32 +02:00 |
Robert Shearman
|
4b19449b6b
|
oleaut: ITypeInfo::GetIDsOfNames should search inherited interfaces
regardless of what type they are.
Add a test for this and dump type infos created with CreateDispTypeInfo.
|
2006-03-21 20:02:11 +01:00 |
Robert Shearman
|
93acfeb7f0
|
oleaut: Fix VarFormat for VT_NULL variants.
|
2006-03-06 11:09:54 +01:00 |
Robert Shearman
|
e5b2c14665
|
oleaut: Add some more VarFormat tests and fix the VarMod decimal test.
|
2006-03-06 11:08:32 +01:00 |
Robert Shearman
|
7fbca4c111
|
oleaut: Fix standard font cloning.
Create new empty connection points on clone of the standard Font
(based on a patch by Alex Villacís Lasso).
|
2006-02-24 11:23:03 +01:00 |
Robert Shearman
|
6ad326a607
|
oleaut: Test some error conditions in ITypeInfo::GetIDsOfNames and ITypeInfo::Invoke.
|
2006-02-16 19:33:08 +01:00 |
Robert Shearman
|
bcac0cd5d5
|
oleaut: Add tests for IFontEventsDisp.
|
2006-02-10 14:50:40 +01:00 |
Huw Davies
|
7000aca824
|
oleaut32: Fixes and tests for CreateDispTypeInfo.
CreateDispTypeInfo returns the typeinfo of a coclass which implements
the described interface.
|
2006-02-06 20:57:09 +01:00 |
Alexandre Julliard
|
a76d5a10ed
|
oleaut32: Ignore new test ok file.
|
2006-01-27 15:47:57 +01:00 |
Robert Shearman
|
385e693e44
|
ole: Test and implement LPSAFEARRAY marshaling.
|
2006-01-27 12:54:22 +01:00 |
Dmitry Timoshkov
|
57a579ffcd
|
Make more arrays const.
|
2006-01-24 14:00:32 +01:00 |
Michael Stefaniuc
|
ba23adba41
|
oleaut: Add missing SysFreeString to the Var{Mul,Add,Cmp} tests.
|
2006-01-18 11:30:23 +01:00 |
Michael Stefaniuc
|
0d00d9af0e
|
oleaut: Merge the VarCmp tests from vartype.c into vartest.c.
|
2006-01-18 11:30:01 +01:00 |
Michael Stefaniuc
|
2f9c9b31ae
|
oleaut32: Tests for the VarCmp reimplementation.
|
2006-01-16 21:34:59 +01:00 |
Robert Shearman
|
9f1c6bf6bc
|
OLE: Fix SafeArrayCopy for NULL pvData.
It is allowed to copy a SAFEARRAY with a NULL pvData, as long as
cbElements is non-zero. Add a test for this and fix the safe array
code.
|
2005-12-12 11:52:51 +01:00 |
Robert Shearman
|
36f112973e
|
OLE: Add tests for the typelib version of ITypeComp_Bind.
|
2005-12-06 21:23:19 +01:00 |
Michael Stefaniuc
|
8ec3906768
|
Fix VarBstrCmp for NULL input BSTRs (MSDN is wrong).
|
2005-12-05 12:00:24 +01:00 |
Alexandre Julliard
|
0ec7e1a591
|
Renamed all .cvsignore files to .gitignore.
|
2005-11-26 13:10:33 +01:00 |
Marcus Meissner
|
c49f5f0095
|
Added support of loading of IPicture data from non-statable
IStreams. Added testcases for this.
|
2005-11-07 11:09:10 +00:00 |
Robert Shearman
|
3a0a31843e
|
Add a test for Invoking an OleFont function.
|
2005-11-04 11:13:08 +00:00 |
Uwe Bonnes
|
87df07452a
|
Extend VarCmp() and add test cases.
|
2005-11-03 13:21:11 +00:00 |
Marcus Meissner
|
d6e45770b5
|
SysReAllocString of same pointer returns TRUE.
|
2005-11-01 18:06:41 +00:00 |
Alex Villacís Lasso
|
c1d07134b8
|
Add tests for functionality implemented or corrected: multiplication,
division, cast to double, cast to string.
|
2005-10-27 12:09:40 +00:00 |
Francois Gouget
|
10f72c719b
|
Add trailing '\n's to ok() calls.
|
2005-09-26 09:52:25 +00:00 |
Alexandre Julliard
|
7c1925a0f3
|
Remove the 'L' suffix on a number of constants to avoid comparison
errors on 64-bit platforms.
|
2005-09-13 15:00:32 +00:00 |
Walt Ogburn
|
d765cb960f
|
Get IFontDisp type information from stdole2.tlb, instead of IDispatch
information from stdole32.tlb.
|
2005-09-13 10:36:54 +00:00 |
Marcus Meissner
|
bd7ec9aca5
|
The last argument to MultiByteToWideChar is wide character count and
not the buffer size in bytes. Fixed all places where it was wrong.
|
2005-09-12 22:07:53 +00:00 |
Alex Villacís Lasso
|
10f0ace4a2
|
Make Single|Double->BSTR conversion use the specified locale for the
decimal point even without the LOCALE_USE_NLS flag. Test supplied.
|
2005-09-09 15:01:17 +00:00 |
Alexandre Julliard
|
cc4da88563
|
Explicitly import kernel32 in tests that use it.
|
2005-08-27 09:27:09 +00:00 |
Michael Stefaniuc
|
4d36546c07
|
- VarAdd, VarMul: I4 overflows to R8 and not I8 even if the result
would fit in I8. Fix tests.
- Document a brokeness in the handling of I8 numbers in
VarNumFromParseNum. Fix tests.
|
2005-08-23 09:33:37 +00:00 |
Walt Ogburn
|
9473bcbb93
|
Add tests for olefont size functions & conversions.
|
2005-08-22 09:22:52 +00:00 |
Saulius Krasuckas
|
7782e72322
|
Comment out VarDateFromStr() calls that generate exceptions on WinME.
|
2005-08-08 17:58:14 +00:00 |
Mike McCormack
|
50a6d970f5
|
gcc 4.0 warning fixes for Interlocked* functions.
|
2005-08-03 11:03:05 +00:00 |
Alex Villacís Lasso
|
3153aa9131
|
Ensure that underflowing negative float is represented as a positive
0, just as native oleaut32.
|
2005-07-19 11:38:12 +00:00 |
Alex Villacís Lasso
|
324267c4a9
|
Test for behavior of negative underflow formatting.
|
2005-07-18 10:33:12 +00:00 |
Francois Gouget
|
c7dcf642ea
|
Add trailing '\n's to ok() calls.
|
2005-07-06 15:46:47 +00:00 |
Robert Shearman
|
cbc3af8ca5
|
- Conversions between variants types of the same size should ignore
overflows.
- Tests for this behaviour.
|
2005-06-29 20:15:32 +00:00 |
Stefan Huehner
|
ffe53258aa
|
Fix some -Wstrict-prototypes warnings.
|
2005-06-27 09:57:28 +00:00 |
Michael Stefaniuc
|
0b1f8cdf4d
|
- more VarFormat fixes for number formats (exponent, mixed '#' and '0'
in formats, rounding, etc). Simplify the code.
- previous VarFormat todo_wine tests pass now + add more tests
|
2005-06-23 09:48:07 +00:00 |
Stefan Huehner
|
ac6f562b52
|
Fix more -Wstrict-prototypes warnings.
|
2005-06-20 14:18:03 +00:00 |
Francois Gouget
|
6394a15314
|
Assorted spelling fixes.
|
2005-06-17 20:59:49 +00:00 |
Stefan Huehner
|
03cc8c4181
|
Remove some -Wstrict-prototypes warnings.
|
2005-06-17 10:11:37 +00:00 |
Mike McCormack
|
65ad7da1f7
|
Fix some declaration and write string warnings.
|
2005-06-16 10:45:25 +00:00 |
Saulius Krasuckas
|
8272074b85
|
Change (long long) to (LONGLONG) to compile with MSVC.
|
2005-06-14 12:25:29 +00:00 |
Michael Stefaniuc
|
b9208137c1
|
- Fix VarFormat for formats that mix '0' and '#' in the whole number
part.
- Fix VarFormat for negative exponent formats.
- Add tests for the above + a couple of "todo_wine"'s.
|
2005-06-14 11:39:32 +00:00 |
Alexandre Julliard
|
c2d5b444b3
|
Moved the NONAMELESSUNION/STRUCT macros to wine/test.h so that they
can be used in all the test.
|
2005-06-13 12:10:54 +00:00 |
Dmitry Timoshkov
|
eba47f1dfe
|
Make remaining OLE interface vtables const.
|
2005-06-06 19:50:35 +00:00 |
Marcus Meissner
|
c834e6a96f
|
Added testcases for OLE Picture handling.
Implemented PICTYPE_NONE loading.
Cleaned up stream loading, handle "lt" magic.
Fixed some small problems exposed by tests against native.
|
2005-06-06 10:03:58 +00:00 |
Jacek Caban
|
f863bb59f9
|
Test only stdole32.tlb as we don't have olepro32.dll in Wine.
|
2005-06-05 18:04:54 +00:00 |
Michael Stefaniuc
|
485d140b36
|
Tests for VarAdd.
|
2005-05-29 20:00:50 +00:00 |
Michael Stefaniuc
|
d0dbae3b18
|
Tests for VarMul().
|
2005-05-23 11:46:36 +00:00 |
Richard Cohen
|
97bc8f6dc7
|
- Remove unused macro.
- Check for VT_I8 before testing it.
- VarMod returns DISP_E_OVERFLOW not E_INVALIDARG.
|
2005-05-23 10:26:32 +00:00 |