Thomas Faber
66675db02b
[WININET_WINETEST]
...
- Hackfix hanging test. There's no benefit in having testbot take longer.
ROSTESTS-73 #comment Temporary timeout added in r58917 to prevent hanging.
svn path=/trunk/; revision=58917
2013-05-04 08:10:58 +00:00
Thomas Faber
76a1dccfe2
[KMTESTS:MM]
...
- Add tests for ZwAllocateVirtualMemory, ZwCreateSection, ZwMapViewOfSection. Patch by Nikolay Borisov (nib9 at aber dot ac dot uk).
- Some tests are currently skipped because they crash or assert on ROS: See ROSTESTS-107, ROSTESTS-108, ROSTESTS-109, ROSTESTS-110.
ROSTESTS-105 #resolve
svn path=/trunk/; revision=58874
2013-04-27 18:33:50 +00:00
Thomas Faber
4c309ccd7f
[KMTESTS]
...
- Implement a mechanism for kmtests to retrieve information from user-mode. Patch by Nikolay Borisov (nib9 at aber dot ac dot uk).
- Currently supported function: QueryVirtualMemory
ROSTESTS-96 #resolve
svn path=/trunk/; revision=58873
2013-04-27 18:18:17 +00:00
Thomas Faber
03dfa33272
[ADVAPI32_APITEST]
...
- Add basic parameter tests for SaferIdentifyLevel
CORE-6942
svn path=/trunk/; revision=58867
2013-04-27 09:12:20 +00:00
Thomas Faber
c568d4fd8b
[KMTESTS:FSRTL]
...
- Rework FsRtlExpression test to be more maintainable by using a table. Patch by Víctor Martínez Calvo, a few comments by me.
CORE-7108 #resolve
svn path=/trunk/; revision=58864
2013-04-27 07:44:28 +00:00
Thomas Faber
ab9ec0bd8c
[KMTESTS:FSRTL]
...
- Enable running FsRtlMcb by hand
svn path=/trunk/; revision=58859
2013-04-26 09:31:12 +00:00
Pierre Schweitzer
43ee5e7b98
[NTOSKRNL]
...
Disable FsRtlMcb for the moment, as they crash, don't provide any useful and prevent the VBox testbot to properly run
svn path=/trunk/; revision=58858
2013-04-26 06:47:42 +00:00
Pierre Schweitzer
f6d5d2eb5d
[KMTESTS:FSRTL]
...
Fix copy/paste mistakes
svn path=/trunk/; revision=58849
2013-04-25 10:08:05 +00:00
Pierre Schweitzer
5d683f8f8f
[KMTESTS:FSRTL]
...
Add tests for testing Large MCBs on Aleksey's request.
Currently, they fail (and even crash) on ReactOS.
Aleksey promised a bugfix!
svn path=/trunk/; revision=58838
2013-04-23 21:34:59 +00:00
Thomas Faber
4517988f68
[NTDLL_APITEST]
...
- Add test cases showing that RtlDosPathNameToNtPathName_U strips trailing dots
svn path=/trunk/; revision=58832
2013-04-22 19:09:12 +00:00
Pierre Schweitzer
2b47f60899
[KMTEST:FSRTL]
...
Add a test that matches rosautotest.exe behavior
svn path=/trunk/; revision=58826
2013-04-22 06:49:01 +00:00
Thomas Faber
76b9a203f2
[KMTESTS]
...
- Add a few more tests for FindFirstFile
- Silence kmtest debugging
svn path=/trunk/; revision=58819
2013-04-21 20:47:52 +00:00
Thomas Faber
3e16da2604
[KMTESTS]
...
- Add a kernel32 test (I know right) to check how FindFirstFile* modifies wildcards
ROSTESTS-104 #resolve
svn path=/trunk/; revision=58813
2013-04-21 19:00:10 +00:00
Thomas Faber
a3ee37624f
[KMTESTS]
...
- Add KmtSendWStringToDriver to easily send unicode strings to special-purpose drivers
- Add TESTENTRY_NO_EXCLUSIVE_DEVICE flag for non-exclusive devices in special-purpose drivers
ROSTESTS-104
svn path=/trunk/; revision=58812
2013-04-21 18:53:51 +00:00
Amine Khaldi
a8618f38c2
[SHDOCVW_WINETEST]
...
* Sync with Wine 1.5.26.
svn path=/trunk/; revision=58811
2013-04-21 16:40:23 +00:00
Pierre Schweitzer
bc281af13f
[KMTESTS:FSRTL]
...
Add more tests for FsRtlIs*InExpression()
Tested on w2k3 by Thomas
svn path=/trunk/; revision=58801
2013-04-21 13:47:54 +00:00
Pierre Schweitzer
301f9552c0
[KMTEST:FSRTL]
...
Fix assertion failure on checked builds
svn path=/trunk/; revision=58789
2013-04-20 12:54:38 +00:00
Pierre Schweitzer
13bb26cfcf
[KMTEST:FSRTL]
...
Add more tests for FsRtlIsNameInExpression() by Victor Martinez
Also add these tests for FsRtlIsDbcsInExpression()
See CORE-5125 for more information
svn path=/trunk/; revision=58788
2013-04-20 12:24:57 +00:00
Amine Khaldi
192afa3ac1
[DINPUT_WINETEST]
...
* Import from Wine 1.5.26.
svn path=/trunk/; revision=58769
2013-04-15 19:31:42 +00:00
Hermès Bélusca-Maïto
2dd6b556a9
[ROSTESTS]
...
Correct spelling of "receive" throughout the codebase.
Patch by andygui.
CORE-7062 #resolve #comment Part for RosTests fixed in revision r58745.
svn path=/trunk/; revision=58745
2013-04-13 21:33:03 +00:00
Jérôme Gardou
9ba5a55c52
[NTDLL_APITEST]
...
* Enable the test for committing regions larger than the section again
* Test behaviour of NtFreeVirtualMemory(MEM_DECOMMIT) for section-backed virtual memory
svn path=/trunk/; revision=58728
2013-04-09 23:27:35 +00:00
Amine Khaldi
f7bf1643bf
[CRYPTUI_WINETEST]
...
* Sync with Wine 1.5.26.
svn path=/trunk/; revision=58722
2013-04-08 16:31:12 +00:00
Amine Khaldi
71e8bf218c
[CRYPTNET_WINETEST]
...
* Sync with Wine 1.5.26.
svn path=/trunk/; revision=58720
2013-04-08 16:22:36 +00:00
Thomas Faber
1740826018
[NTDLL_APITEST]
...
CORE-7065 #comment Temporarily disable the crashing test to get meaningful testbot results again.
svn path=/trunk/; revision=58708
2013-04-07 10:47:10 +00:00
Jérôme Gardou
bffc9025eb
[KERNEL32_APITEST]
...
- Invoke some black voodoo for fixing linux builder
svn path=/trunk/; revision=58694
2013-04-06 19:34:54 +00:00
Jérôme Gardou
583947dac6
[KERNEL32_APITEST]
...
- Try to fix linux builder
svn path=/trunk/; revision=58693
2013-04-06 19:26:35 +00:00
Jérôme Gardou
000b53fe3e
[KERNEL32_APITEST]
...
- Add a test verifying that the filter set with SetUnhandledExceptionFilter is called.
Take this as an occasion to demonstrate a bug with SSE exceptions in ReactOS
svn path=/trunk/; revision=58692
2013-04-06 19:15:11 +00:00
Timo Kreuzer
f73c34fe9a
[NTDLL_APITEST]
...
Add more tests for NtAllocateVirtualMemory and NtMapViewOfSection, make tests 64 bit compatible.
svn path=/trunk/; revision=58684
2013-04-05 19:19:14 +00:00
Hermès Bélusca-Maïto
1e6feb87df
[ROSAPPS]
...
Fix remaining "initialize" misspellings.
svn path=/trunk/; revision=58680
2013-04-04 20:13:05 +00:00
Hermès Bélusca-Maïto
fed0b44fc6
[ROSTESTS]
...
Correct spelling and Co.
svn path=/trunk/; revision=58678
2013-04-04 19:47:42 +00:00
Hermès Bélusca-Maïto
82eb1bf74f
[ROSTESTS]
...
Fix spelling of 'length' in various places.
Patch by andygui
CORE-7043 #resolve #comment Part for ROSTests committed in r58674, thanks!
svn path=/trunk/; revision=58674
2013-04-04 19:35:20 +00:00
Amine Khaldi
8becae201d
[CRYPT32_WINETEST]
...
* Sync with Wine 1.5.26.
svn path=/trunk/; revision=58669
2013-04-03 22:43:36 +00:00
Amine Khaldi
ec92213735
[MSI_WINETEST]
...
* Sync with Wine 1.5.26.
svn path=/trunk/; revision=58666
2013-04-03 21:58:14 +00:00
Amine Khaldi
27a7122a84
[JSCRIPT_WINETEST]
...
* Sync with Wine 1.5.26.
svn path=/trunk/; revision=58664
2013-04-03 21:20:05 +00:00
Giannis Adamopoulos
2484252bc4
- Fix some tests for OpenInputDesktop and add some more
...
svn path=/trunk/; revision=58661
2013-04-03 14:23:02 +00:00
Timo Kreuzer
c0642c44b6
[NTDLL_APITEST]
...
Add more tests for NtAllocateVirtualMemory and NtMapViewOfSection
svn path=/trunk/; revision=58613
2013-03-27 19:10:51 +00:00
Amine Khaldi
ed66d4e4c8
[USP10_WINETEST]
...
* Sync with Wine 1.5.26.
svn path=/trunk/; revision=58612
2013-03-26 19:16:39 +00:00
Amine Khaldi
f9f8940500
[XMLLITE_WINETEST]
...
* Sync with Wine 1.5.26.
svn path=/trunk/; revision=58610
2013-03-26 19:02:58 +00:00
Amine Khaldi
f2c550a04f
[SHLWAPI_WINETEST]
...
* Sync with Wine 1.5.26.
svn path=/trunk/; revision=58601
2013-03-24 12:36:17 +00:00
Amine Khaldi
38dc6fc8e9
[OLEAUT32_WINETEST]
...
* Sync with Wine 1.5.26.
svn path=/trunk/; revision=58589
2013-03-23 11:25:24 +00:00
Amine Khaldi
a85aee22bc
[OLE32_WINETEST]
...
* Sync with Wine 1.5.26.
svn path=/trunk/; revision=58587
2013-03-23 10:35:40 +00:00
Amine Khaldi
aaa2bdfbce
[MSXML3_WINETEST]
...
* Sync with Wine 1.5.26.
svn path=/trunk/; revision=58580
2013-03-22 16:13:58 +00:00
Amine Khaldi
65c73ec5ba
[URLMON_WINETEST]
...
* Sync with Wine 1.5.26.
svn path=/trunk/; revision=58570
2013-03-22 14:29:24 +00:00
Amine Khaldi
a1407ecabc
[PROPSYS_WINETEST]
...
* Import from Wine 1.5.26.
svn path=/trunk/; revision=58568
2013-03-22 12:08:15 +00:00
Amine Khaldi
017ba0c5a7
[COMCTL32_WINETEST]
...
* Sync with Wine 1.5.26.
svn path=/trunk/; revision=58522
2013-03-16 17:07:05 +00:00
Amine Khaldi
0b0a413710
[GDI32_WINETEST]
...
* Sync with Wine 1.5.26.
svn path=/trunk/; revision=58518
2013-03-16 15:01:33 +00:00
Hermès Bélusca-Maïto
6462517d32
Remove the unneeded $Id$ blabla from the source code.
...
svn path=/trunk/; revision=58492
2013-03-14 00:39:31 +00:00
Hermès Bélusca-Maïto
084bdac394
Remove ALL the unneeded "author date id revision" svn properties.
...
svn path=/trunk/; revision=58491
2013-03-14 00:02:41 +00:00
Timo Kreuzer
a263a1faad
[NTDLL_WINETEST]
...
CORE-6977 #comment Make sure the buffer for NtQueryInformationAtom is ULONG aligned. Fixes failed atom tests on ReactOS and Windows when compiled with GCC 4.7.2. Should be sent to wine. Keeping the jira issue open.
svn path=/trunk/; revision=58378
2013-02-28 11:30:20 +00:00
Timo Kreuzer
2bab12f092
[GDIPLUS_WINETEST]
...
CORE-6969 Adding a check to skip a test after failure instead of continuing with uninitialized memory. "Fixes" a crash when compiled with GCC 4.7.2
svn path=/trunk/; revision=58377
2013-02-28 09:38:08 +00:00
Timo Kreuzer
2b6431ea3e
Amendment to r58335
...
svn path=/trunk/; revision=58336
2013-02-17 15:12:16 +00:00
Timo Kreuzer
16295390df
[MSVCRT_WINETEST]
...
define __msvcrt_ulong to ULONG in the CMakeLists.txt file, instead of relying on hacks in our CRT headers.
svn path=/trunk/; revision=58330
2013-02-17 14:26:33 +00:00
Timo Kreuzer
c383bf7601
[POWRPROF_APITEST]
...
Fix subscript out of array bounds
svn path=/trunk/; revision=58327
2013-02-17 10:31:50 +00:00
Amine Khaldi
5bbe8eb4d6
[GDI32_APITEST]
...
* Add missing stdio inclusion.
svn path=/trunk/; revision=58307
2013-02-10 16:48:18 +00:00
Thomas Faber
7121ae2525
[NTDLL_APITEST]
...
- Add a few more test cases for RtlDoesFileExists_U*
CORE-6202
svn path=/trunk/; revision=58302
2013-02-09 16:55:04 +00:00
Thomas Faber
555dc7c2aa
[KERNEL32_APITEST]
...
- Fix GCC 4.7 warning; fix a typo spotted by Edijus
svn path=/trunk/; revision=58295
2013-02-09 10:56:28 +00:00
Amine Khaldi
c71475e3bb
* Addendum to r58214.
...
svn path=/trunk/; revision=58290
2013-02-05 17:54:22 +00:00
Amine Khaldi
4bc787a402
[IMM32_WINETEST]
...
* Sync with Wine 1.5.19.
svn path=/trunk/; revision=58285
2013-02-03 20:58:19 +00:00
Amine Khaldi
17c3c78605
[USP10_WINETEST]
...
* Sync with Wine 1.5.19.
svn path=/trunk/; revision=58283
2013-02-03 20:49:58 +00:00
Thomas Faber
5994749f53
[BROWSEUI_APITEST]
...
- Add a test for SHExplorerParseCmdLine.
CORE-5568
svn path=/trunk/; revision=58218
2013-01-25 23:24:46 +00:00
Amine Khaldi
7d4974af75
[SHELL32_WINETEST]
...
* Add some missing includes.
svn path=/trunk/; revision=58212
2013-01-24 22:20:54 +00:00
Hermès Bélusca-Maïto
05bc0402cc
Forgot this one.
...
svn path=/trunk/; revision=58180
2013-01-15 23:25:56 +00:00
Hermès Bélusca-Maïto
ccf292a193
"always", not "allways" !!!!
...
svn path=/trunk/; revision=58179
2013-01-15 23:23:20 +00:00
Amine Khaldi
482bde30b5
* Addendum to r58141.
...
svn path=/trunk/; revision=58142
2013-01-08 20:34:19 +00:00
Timo Kreuzer
5171e4abb2
[PSEH2_TEST]
...
Fix build with PSEH3
svn path=/trunk/; revision=58056
2012-12-30 13:35:30 +00:00
Timo Kreuzer
b556d39888
[GDI32_APITEST]
...
Fix a warning and improve code.
svn path=/trunk/; revision=58054
2012-12-30 13:21:52 +00:00
Timo Kreuzer
d65327d318
[GDI32_APITEST]
...
Add tests for SetDIBitsToDevice
svn path=/trunk/; revision=58052
2012-12-30 12:56:55 +00:00
Amine Khaldi
9e87af1372
[CMAKE]
...
* Remove unneeded set_rc_compiler.
svn path=/trunk/; revision=57965
2012-12-22 10:46:37 +00:00
Amine Khaldi
c56017ac21
[COMCTL32_WINETEST]
...
* Sync with Wine 1.5.19.
svn path=/trunk/; revision=57915
2012-12-14 23:24:10 +00:00
Jérôme Gardou
5a862da366
[OLE32_WINETEST]
...
- Addendum to r57905
Both of them already sent upstream
svn path=/trunk/; revision=57906
2012-12-13 16:02:04 +00:00
Amine Khaldi
ff05a3b37a
[RICHED20_WINETEST]
...
* Sync with Wine 1.5.19.
svn path=/trunk/; revision=57902
2012-12-13 13:10:24 +00:00
Amine Khaldi
0851cf3cdb
[WINDOWSCODECS_WINETEST]
...
* Import from Wine 1.5.19.
svn path=/trunk/; revision=57900
2012-12-13 11:15:23 +00:00
Amine Khaldi
ee729eb861
[OLE32_WINETEST]
...
* Sync with Wine 1.5.19.
svn path=/trunk/; revision=57896
2012-12-12 21:02:09 +00:00
Amine Khaldi
74b1cd4a03
[OLEAUT32_WINETEST]
...
* Sync with Wine 1.5.19.
svn path=/trunk/; revision=57892
2012-12-12 15:05:13 +00:00
Amine Khaldi
7e47495621
* Back out r57890 in favor of a complete upcoming sync.
...
svn path=/trunk/; revision=57891
2012-12-12 13:55:29 +00:00
Amine Khaldi
fcbfe7f21b
[OLEAUT32_WINETEST]
...
* Sync with Wine 1.5.19.
svn path=/trunk/; revision=57890
2012-12-12 13:53:12 +00:00
Amine Khaldi
1e6bd4d298
[ATL_WINETEST]
...
* Sync with Wine 1.5.19.
svn path=/trunk/; revision=57888
2012-12-12 12:55:58 +00:00
Amine Khaldi
fec6076d61
[GDIPLUS_WINETEST]
...
* Sync with Wine 1.5.19.
svn path=/trunk/; revision=57883
2012-12-11 21:40:34 +00:00
Amine Khaldi
2c155d89bc
[LOCALUI_WINETEST]: Sync with Wine 1.5.19.
...
svn path=/trunk/; revision=57880
2012-12-11 13:42:40 +00:00
Amine Khaldi
883899a1c3
[SCHANNEL_WINETEST]: Sync with Wine 1.5.19.
...
svn path=/trunk/; revision=57879
2012-12-11 13:41:44 +00:00
Amine Khaldi
2aa63cb543
* Addendum to r57875.
...
svn path=/trunk/; revision=57876
2012-12-11 11:07:55 +00:00
Amine Khaldi
303ba4b07f
[XMLLITE_WINETEST]: Sync with Wine 1.5.19.
...
svn path=/trunk/; revision=57873
2012-12-11 10:53:46 +00:00
Amine Khaldi
c5657b4002
[NETAPI32_WINETEST]: Sync with Wine 1.5.19.
...
svn path=/trunk/; revision=57871
2012-12-11 10:19:54 +00:00
Amine Khaldi
17eb8ef5fb
[ADVAPI32_WINETEST]: Sync with Wine 1.5.19.
...
svn path=/trunk/; revision=57864
2012-12-10 14:54:40 +00:00
Amine Khaldi
d6ace1bfbc
[ADVPACK_WINETEST]: Sync with Wine 1.5.19.
...
svn path=/trunk/; revision=57862
2012-12-10 14:29:16 +00:00
Amine Khaldi
2aac2655db
[SHELL32_WINETEST]: Sync with Wine 1.5.19.
...
svn path=/trunk/; revision=57858
2012-12-09 22:05:54 +00:00
Amine Khaldi
7b562bf5e5
[NTDLL_WINETEST]: Sync with Wine 1.5.19.
...
svn path=/trunk/; revision=57854
2012-12-09 20:47:13 +00:00
Amine Khaldi
541bbc00b6
[KERNEL32_WINETEST]: Sync with Wine 1.5.19.
...
svn path=/trunk/; revision=57853
2012-12-09 20:39:13 +00:00
Amine Khaldi
345747cd11
[MSI_WINETEST]: Sync with Wine 1.5.19.
...
svn path=/trunk/; revision=57852
2012-12-09 19:52:12 +00:00
Amine Khaldi
f98d77e0ad
[SERVICES_WINETEST]: Import from Wine 1.5.19.
...
svn path=/trunk/; revision=57840
2012-12-09 13:06:56 +00:00
Amine Khaldi
8e1cd45dae
[REGEDIT_WINETEST]: Import from Wine 1.5.19.
...
svn path=/trunk/; revision=57839
2012-12-09 13:02:24 +00:00
Jérôme Gardou
041dd3b70f
[MSVCRT_WINETEST]
...
- ROSTESTS-91 #comment Fixed with r57833 and r57834 #resolve
svn path=/trunk/; revision=57835
2012-12-09 03:39:12 +00:00
Jérôme Gardou
3a812eaed0
[MSVCRT_WINETEST]
...
- sync with wine 1.5.19
svn path=/trunk/; revision=57829
2012-12-08 22:02:22 +00:00
James Tabor
7e62b6e39e
[WineTests]
...
- Sync to 1.5.18
svn path=/trunk/; revision=57770
2012-11-26 05:50:15 +00:00
James Tabor
e223b5389a
[WineTests]
...
- Sync to 1.5.18
svn path=/trunk/; revision=57765
2012-11-25 02:53:09 +00:00
Jérôme Gardou
cde9a5f895
[GDI32_APITEST]
...
- Add test showing that a bitmap created using CreateDIBItmap can be selected into a DC despite a different bits depth
svn path=/trunk/; revision=57693
2012-11-08 14:46:47 +00:00
Jérôme Gardou
26504938df
[USER32_APITEST]
...
- Test behaviour with icons handle from foreign process
svn path=/trunk/; revision=57681
2012-11-06 14:27:03 +00:00
Giannis Adamopoulos
d612b03104
[user32_apitests]
...
- Add some tests for OpenInputDesktop
svn path=/trunk/; revision=57658
2012-10-31 15:23:11 +00:00
Giannis Adamopoulos
d93c98ed58
[user32_apitest]
...
- Add some tests to see how SetCursorPos is affected by the current desktop
svn path=/trunk/; revision=57656
2012-10-31 14:18:06 +00:00
Jérôme Gardou
5b99cd433d
[USER32_APITESTS]
...
- Add some more test for DrawIconEx and CreateIconFromResourceEx
svn path=/trunk/; revision=57655
2012-10-31 14:08:31 +00:00
Giannis Adamopoulos
864bf93f95
[user32_apitest]
...
- Add a test for LR_SHARED flag for LoadImage
svn path=/trunk/; revision=57651
2012-10-30 13:29:11 +00:00
Jérôme Gardou
95411ee85d
[W32K_APITEST]
...
- Better test for NtUserGetIconInfo
svn path=/trunk/; revision=57650
2012-10-30 02:05:52 +00:00
Jérôme Gardou
1c8f7b026b
[USER32_APITEST]
...
- Commit forgotten file
svn path=/trunk/; revision=57649
2012-10-30 01:39:28 +00:00
Jérôme Gardou
f40fbb64a6
[USER32_APITEST]
...
- More thorough test for what really happens after the "destruction" of a shared cursor.
svn path=/trunk/; revision=57648
2012-10-29 16:14:54 +00:00
Jérôme Gardou
a74a3edcc7
[USER32_APITESTS]
...
- Add some test for DestroyCursor/DestroyIcon
svn path=/trunk/; revision=57647
2012-10-29 16:12:49 +00:00
Timo Kreuzer
9224d278fc
[[NTDLL_APITEST}
...
Fix a bug
svn path=/trunk/; revision=57551
2012-10-13 13:09:15 +00:00
Timo Kreuzer
d79e5f50d9
[NTDLL_APITEST}
...
Add tests for LdrEnumResources
svn path=/trunk/; revision=57550
2012-10-13 13:07:17 +00:00
Mike Nordell
5aec772bbd
[WINETEST:MSVCRT][LOCALE] Locale inherently broken. Not even worth to test currently (source: Amine). Disabled by ROSTESTS_91_IS_FIXED
...
svn path=/trunk/; revision=57547
2012-10-12 23:04:58 +00:00
Mike Nordell
8c8afce2e4
[ROSTESTS:WINETEST][MSHTML] add missing mshtml_ros.diff
...
svn path=/trunk/; revision=57545
2012-10-12 22:11:14 +00:00
Mike Nordell
0c051e6759
Disable correct test with ROSTESTS_81_IS_FIXED */
...
svn path=/trunk/; revision=57544
2012-10-12 22:04:30 +00:00
Mike Nordell
9dbea6ef18
Disable test due to crash in XUL during Release call. ROSTESTS-81
...
svn path=/trunk/; revision=57542
2012-10-12 20:29:50 +00:00
Mike Nordell
b2906fe16e
[WINETEST:MSXML3] [domdoc:savexml] Disable test for saving XML data until CORE_6738_IS_FIXED.
...
svn path=/trunk/; revision=57541
2012-10-12 17:17:33 +00:00
Mike Nordell
336501f3f2
Disable test for saving XML data until '
...
svn path=/trunk/; revision=57540
2012-10-12 17:06:28 +00:00
Hermès Bélusca-Maïto
833bace73a
[MSVCRT:APITEST]
...
Modify the test for GetModuleFileName, should work better now.
svn path=/trunk/; revision=57534
2012-10-10 21:56:27 +00:00
Hermès Bélusca-Maïto
a25199df2a
[MSVCRT:APITEST]
...
Update a comment. No code changes.
svn path=/trunk/; revision=57533
2012-10-10 21:23:49 +00:00
Hermès Bélusca-Maïto
f79835bb73
[MSVCRT:APITEST]
...
Update CommandLine test.
svn path=/trunk/; revision=57531
2012-10-10 21:19:45 +00:00
Mike Nordell
335fb884d4
Test for MultiByteToWideChar added. Still needs alot fleshing out.
...
svn path=/trunk/; revision=57529
2012-10-10 19:10:49 +00:00
Hermès Bélusca-Maïto
7dd746b9cb
[MSVCRT:APITEST]
...
Update encoding, no code changes.
svn path=/trunk/; revision=57528
2012-10-09 22:08:32 +00:00
Hermès Bélusca-Maïto
4690bf4891
[MSVCRT:APITEST]
...
Move cmdline_util to CmdLineUtil and locate it in bin/data instead of bin
svn path=/trunk/; revision=57527
2012-10-09 22:03:50 +00:00
Hermès Bélusca-Maïto
6dacc020db
[MSVCRT:APITEST]
...
- Add a test which allows testing the command line argument lpCmdLine in WinMain function (GUI programs).
svn path=/trunk/; revision=57524
2012-10-09 20:56:11 +00:00
Hermès Bélusca-Maïto
9050f658d1
[APITEST:NTDLL]
...
Add a parameter for displaying the current test number when something fails.
svn path=/trunk/; revision=57515
2012-10-07 14:17:37 +00:00
Hermès Bélusca-Maïto
02affbb318
[APITEST:NTDLL]
...
Improve the code.
svn path=/trunk/; revision=57513
2012-10-07 12:46:44 +00:00
Hermès Bélusca-Maïto
f527bc83ef
[APITEST:NTDLL]
...
Add a test for the NtQuerySystemEnvironmentValue API.
Tested successfully under Win2k3 SP1 and Win7.
svn path=/trunk/; revision=57512
2012-10-07 12:31:13 +00:00
Hermès Bélusca-Maïto
ae50229cb5
[NTDLL_APITEST]
...
Initialize Length to default value.
svn path=/trunk/; revision=57498
2012-10-06 14:50:18 +00:00
Jérôme Gardou
8dafc1da92
[APITESTS/USER32]
...
Improve GetIconInfo tests:
-Stop leaking each handle we create
-Show Icons sensitivity to screen bit depth
svn path=/trunk/; revision=57477
2012-10-04 13:38:26 +00:00
Thomas Faber
c18b6ae104
[KMTEST:KE]
...
- Show that Mutexes disable APCs when acquired, while Mutants don't
svn path=/trunk/; revision=57469
2012-10-03 20:52:33 +00:00
Amine Khaldi
1692f61539
[BROWSEUI_WINETEST]: Sync to Wine 1.5.13.
...
CORE-6415
svn path=/trunk/; revision=57436
2012-09-29 17:50:50 +00:00
Amine Khaldi
c1abf5e96b
[MSVCRT_WINETEST]: Sync to Wine 1.5.13.
...
CORE-6415
svn path=/trunk/; revision=57432
2012-09-29 14:28:48 +00:00
Amine Khaldi
d28c6f3c65
[SHLWAPI_WINETEST]: Sync to Wine 1.5.13.
...
CORE-6415
svn path=/trunk/; revision=57428
2012-09-29 13:14:50 +00:00
Thomas Faber
2255bdd7f4
[KMTESTS]
...
- Fix GCC build
svn path=/trunk/; revision=57409
2012-09-28 07:13:26 +00:00
Thomas Faber
f00cc3de89
[KMTESTS:KE]
...
- Add test for KeInitializeMutant vs KeInitializeMutex. Dedicated to Mike.
svn path=/trunk/; revision=57408
2012-09-28 07:09:08 +00:00
Timo Kreuzer
f345eac12b
[CRT_APITEST]
...
- Add tests for wcstombs_s
- Improve tests for mbstowcs_s
svn path=/trunk/; revision=57403
2012-09-27 21:46:39 +00:00
Thomas Faber
f0d72063a8
[NTDLL_APITEST]
...
- Use GetProcAddress for RtlGetFullPathName_UstrEx to allow running the test on WinXP
svn path=/trunk/; revision=57393
2012-09-26 18:15:44 +00:00
Mike Nordell
2e2e4fca4e
[ROSTEST:APITEST:NTDLL] Give RtlDosPathNameToNtPathName_U more descriptive failure messages, and more tests.
...
svn path=/trunk/; revision=57390
2012-09-26 15:06:56 +00:00
Mike Nordell
450eea9c2a
[ROSTEST:APITEST:NTDLL]\nFlesh out test for RtlDosPathNameToNtPathName_U.
...
svn path=/trunk/; revision=57388
2012-09-26 02:56:01 +00:00
Amine Khaldi
4304f847cb
[W32KNAPI]
...
* Silence some warnings.
svn path=/trunk/; revision=57387
2012-09-25 21:30:25 +00:00
Mike Nordell
8052454a08
Make RtlDosPathNameToNtPathName_U actually report sucess count too.
...
svn path=/trunk/; revision=57376
2012-09-24 12:45:55 +00:00
Mike Nordell
d39ec05957
Add test for RtlDosPathNameToNtPathName_U. This time with the actual test file too.
...
svn path=/trunk/; revision=57374
2012-09-24 12:20:06 +00:00
Mike Nordell
83ec1cb161
Add test for RtlDosPathNameToNtPathName_U.
...
svn path=/trunk/; revision=57373
2012-09-24 12:17:04 +00:00
Thomas Faber
46029920aa
[KMTEST:IO]
...
- Add a test for IoCreateNotificationEvent/IoCreateSynchronizationEvent
svn path=/trunk/; revision=57359
2012-09-21 22:12:47 +00:00
Thomas Faber
8681ae792a
[QMGR_WINETESTS]
...
- Skip all qmgr tests because they cause timeouts on testbot. This should hopefully be fixed soon and they can be re-enabled.
CORE-6536
svn path=/trunk/; revision=57353
2012-09-20 15:41:32 +00:00
Timo Kreuzer
702b13fc0f
[CRT_APITEST]
...
Add tests for mbstowcs_s
svn path=/trunk/; revision=57343
2012-09-19 21:20:09 +00:00
Mike Nordell
b7fb763ec6
winetest addition that QueryInterface with NULL dest behaves as it should.
...
svn path=/trunk/; revision=57318
2012-09-17 20:33:22 +00:00
James Tabor
3942e40520
[User32Test]
...
- Update msg test to wine 1.5.13.
svn path=/trunk/; revision=57311
2012-09-16 01:09:00 +00:00
Mike Nordell
3248cce92e
Disable crashing usermode test. See CORE-6640.
...
svn path=/trunk/; revision=57309
2012-09-15 19:39:14 +00:00
Mike Nordell
8436ea3985
Disable more crashing font tests.
...
svn path=/trunk/; revision=57308
2012-09-15 19:31:48 +00:00
Mike Nordell
01ddf15c62
Tempoarily patch away SEGV-inducing code. See JIRA 6660 and 6661.
...
svn path=/trunk/; revision=57301
2012-09-15 00:04:58 +00:00
Mike Nordell
be682db3a4
Tempoarily patch away SEGV-inducing code. See JIRA 6659.
...
svn path=/trunk/; revision=57300
2012-09-14 22:46:37 +00:00
Mike Nordell
2d8ccfc5dc
Unbreak MSVC build.
...
svn path=/trunk/; revision=57272
2012-09-11 05:14:33 +00:00
Mike Nordell
52d536853b
Hopefully unbreak MSVC build.
...
svn path=/trunk/; revision=57271
2012-09-11 04:52:19 +00:00
Mike Nordell
f908caa0d2
Test for SetUnhandledExceptionFilter actually rerturning what it should.
...
svn path=/trunk/; revision=57270
2012-09-11 04:34:03 +00:00
Amine Khaldi
0d50ee63ce
[MSXML3_WINETEST]
...
* Addendum to r57257.
svn path=/trunk/; revision=57258
2012-09-09 19:49:50 +00:00
James Tabor
0505da21b0
[User32Test]
...
- Turn off GetMenuBarInfo input test temporarily for now.
svn path=/trunk/; revision=57252
2012-09-08 06:12:41 +00:00
Cameron Gutman
358a84e09b
[WS2_32_APITEST]
...
- Add a test for NtReadFile on a socket
svn path=/trunk/; revision=57234
2012-09-04 03:02:40 +00:00
James Tabor
7a2e4c733b
[WineTests] - Sync to 1.5.12.
...
svn path=/trunk/; revision=57232
2012-09-04 02:13:48 +00:00
Amine Khaldi
9f7d0ac646
[CMAKE]
...
* Improve this one while we're at it.
svn path=/trunk/; revision=57211
2012-09-01 11:37:24 +00:00
Amine Khaldi
cd70b62ce1
[CMAKE]
...
* Addendum to r57181. By Hermès Bélusca.
svn path=/trunk/; revision=57210
2012-09-01 11:35:12 +00:00
Timo Kreuzer
5666d93992
[CRT_APITEST]
...
Fix broken test.
svn path=/trunk/; revision=57208
2012-08-31 17:20:56 +00:00
Mike Nordell
55e8f7ae69
Stop erroneous reporting of SEGV from test case. MS own CRT SEGV on NULL format string
...
svn path=/trunk/; revision=57207
2012-08-31 14:16:17 +00:00
Jérôme Gardou
fdcdcb6339
[KERNEL32_APITESTS]
...
- Add some tests for lstrncpyW
- This function is fine, I wrote that when chasing some bug thinking this function was at fault.
svn path=/trunk/; revision=57179
2012-08-27 16:34:17 +00:00
Thomas Faber
8003401991
[KMTESTS:EX]
...
- Make hard-coded calling convention exceptions in ExInterlocked compatible with GCC 4.7, and add the corresponding TODO about how ugly this is
svn path=/trunk/; revision=57166
2012-08-26 12:06:45 +00:00
Thomas Faber
38ce718bde
[GDI32_APITEST]
...
- Fix build
svn path=/trunk/; revision=57165
2012-08-26 11:35:58 +00:00
Thomas Faber
3287e13f6f
[GDI32_APITEST]
...
- Actually run the CreateIconIndirect test when it's called
svn path=/trunk/; revision=57164
2012-08-26 11:17:37 +00:00
Jérôme Gardou
e524c90e6a
[OPENGL32_WINETEST]
...
- Sync with wine
svn path=/trunk/; revision=57160
2012-08-26 09:17:35 +00:00
Timo Kreuzer
01800e8784
[GDI32_APITEST]
...
Fix use of uninitialized variables and remove broken test.
See issue #7299 for more details.
svn path=/trunk/; revision=57157
2012-08-24 20:25:29 +00:00
Jérôme Gardou
79c2bd51a0
[OPENGL32_WINETEST]
...
- Fix crash with gallium3d ICD.
Already sent to wine
svn path=/trunk/; revision=57137
2012-08-22 18:45:25 +00:00
James Tabor
026d9bc5a9
[User32|WineTest] - Patch by Alex Henrie: Correct dialog focus behavior.
...
svn path=/trunk/; revision=57087
2012-08-16 21:53:34 +00:00
Giannis Adamopoulos
cb4991aa3a
[user32_apitest]
...
- Deactivate Test_SimpleParameters in AttachThreadInput tests until it doesn't crash in win32k.
- Add some more tests in Test_SimpleParameters that should bring win32k to its limits
svn path=/trunk/; revision=57085
2012-08-16 08:43:43 +00:00
Giannis Adamopoulos
f31f0a8e5d
[user32_apitest]
...
- Hack around the fact that desktop handling in ros is awful. Now the child threads use the proper desktop.
- Convert all calls to SendMessage to SendMessageTimeout to make sure it won't hang (it doesn't hang in windows but who knows what can happen in ros)
- Add a few more tests
svn path=/trunk/; revision=57079
2012-08-15 19:37:29 +00:00
Colin Finck
b5e81e6c46
[ROSAUTOTEST]
...
Use FILE_FLAG_NO_BUFFERING and FILE_FLAG_WRITE_THROUGH in the hope that they prevent journal changes from getting lost.
svn path=/trunk/; revision=57077
2012-08-14 20:33:54 +00:00
Colin Finck
647486074a
[ROSAUTOTEST]
...
Use "advanced C++ features" like default parameters to reduce the complexity of StringOut calls and fix a warning in the MSVC build :-)
svn path=/trunk/; revision=57076
2012-08-14 20:25:58 +00:00
Giannis Adamopoulos
933cb2d66d
[user32_apitest]
...
- Add support for logging messages in different threads
- Add several tests for AttachThreadInput
svn path=/trunk/; revision=57074
2012-08-13 18:04:04 +00:00
Amine Khaldi
f3e0eb8fe0
[MSI_WINETEST]
...
* Sync to Wine 1.5.10.
svn path=/trunk/; revision=57071
2012-08-13 16:18:14 +00:00
Amine Khaldi
67f22b7b53
[SHELL32_WINETEST]
...
* Skip tests that rely on DDE. See bug #7233 for more details.
svn path=/trunk/; revision=57056
2012-08-11 16:24:36 +00:00
James Tabor
6cf2c5fa45
[WineTest|User32|Msg] - Sync wine 1.5.10.
...
svn path=/trunk/; revision=57040
2012-08-04 02:05:59 +00:00
Amine Khaldi
98cdc21f7c
[WINETESTS]
...
* Add several tests to the MSVC build.
svn path=/trunk/; revision=57027
2012-08-02 00:36:26 +00:00
Amine Khaldi
32f949ce32
* Addendum to r57019.
...
svn path=/trunk/; revision=57020
2012-08-01 23:26:54 +00:00
Amine Khaldi
aa0fc5cdca
[GDI32_APITESTS]
...
* Allow warnings when compiling with gcc.
svn path=/trunk/; revision=56978
2012-07-29 02:44:53 +00:00
Jérôme Gardou
5cc65e64c7
[APITESTS/CRT]
...
- Test errno value on failure
svn path=/trunk/; revision=56930
2012-07-21 20:15:12 +00:00
Jérôme Gardou
221e348e01
[APITESTS/CRT]
...
- Add more tests for _vsnprintf
- Add tests for _vsnwprintf, _vscprintf, _vscwprintf
svn path=/trunk/; revision=56928
2012-07-21 20:00:56 +00:00
Jérôme Gardou
f505107ac2
[APITESTS]
...
- Move _vsnprintf to crt tests, where it belongs, and make it pass for crtdll
svn path=/trunk/; revision=56925
2012-07-21 17:15:08 +00:00
Jérôme Gardou
7ee4b9f4f0
[MSVCRT_APITEST]
...
- add basic test for _vsnprintf
This is mostly to verify if WINE's implementation of _vcsprintf is correct
svn path=/trunk/; revision=56924
2012-07-21 16:31:03 +00:00
Thomas Faber
475fb622b5
[WINHTTP_WINETEST]
...
- Sync to Wine 1.5.4
svn path=/trunk/; revision=56890
2012-07-14 16:03:58 +00:00
Thomas Faber
d72f737b73
[WINTRUST_WINETEST]
...
- Sync to Wine 1.5.4
- Fix MSVC build. Already applied upstream.
svn path=/trunk/; revision=56878
2012-07-13 07:43:41 +00:00
Thomas Faber
8200dcac5d
[NTDLL_WINETEST]
...
- Add test for RtlIpv4StringToAddress. Already applied upstream.
svn path=/trunk/; revision=56867
2012-07-11 07:38:36 +00:00
Thomas Faber
d631a0f7be
[NTDLL_WINETEST]
...
- Sync to Wine 1.5.4
- Reverts r55730 (Skip an obviously nonsensical test of trying to sprintf into NULL)
svn path=/trunk/; revision=56866
2012-07-11 07:04:50 +00:00
Thomas Faber
20d01189db
[USER32_APITEST]
...
- Handle some wsprintf-specific cases in the CRT sprintf test
svn path=/trunk/; revision=56862
2012-07-10 08:07:44 +00:00
Thomas Faber
e985ec1cd4
[WS2_32_APITEST]
...
- Gracefully handle uninitialized data in WSAStartup test
svn path=/trunk/; revision=56828
2012-07-04 20:05:43 +00:00
Timo Kreuzer
726210791f
[KMTEST]
...
Include strnlen.c and wcsnlen.c in kmtest_printf (needed for upcoming change)
svn path=/trunk/; revision=56826
2012-07-04 18:51:34 +00:00
Thomas Faber
feae1a7ab7
[USER32_APITEST]
...
- Prevent duplicate test name
svn path=/trunk/; revision=56824
2012-07-04 18:01:13 +00:00
Thomas Faber
755d14eac4
[CRT TEST][USER32_APITEST]
...
- Add a test for sprintf/wsprintfA (mainly NULL buffer and string precision)
svn path=/trunk/; revision=56823
2012-07-04 17:33:56 +00:00
Thomas Faber
f2f1135505
[ROSTESTS]
...
- Add CRT tests to build
See issue #7155 for more details.
svn path=/trunk/; revision=56822
2012-07-04 17:04:44 +00:00
Thomas Faber
e7528e02d2
[ROSTESTS]
...
- Clarify readme file. Patch by Hermes Belusca. Bug 7151
svn path=/trunk/; revision=56821
2012-07-03 19:59:56 +00:00
Thomas Faber
8400fdc078
[ADVAPI32_APITEST]
...
- Use a define for the service name in QueryServiceConfig2 test. Patch by Hermes Belusca. Bug 7145.
- Add LockDatabase test for Lock/UnlockServiceDatabase, QueryServiceLockStatus. Patch by Hermes Belusca. Bug 7146.
svn path=/trunk/; revision=56810
2012-06-29 11:48:35 +00:00
Thomas Faber
bd748a0cd3
[ADVAPI32_APITEST]
...
- Add test for QueryServiceConfig2 with SERVICE_CONFIG_DESCRIPTION and SERVICE_CONFIG_FAILURE_ACTIONS. Patch by Hermes Belusca.
- Remove ok_lasterr in favor of ok_err.
See issue #7144 for more details.
svn path=/trunk/; revision=56809
2012-06-27 14:55:22 +00:00
Thomas Faber
2f0d0258a2
[WS2_32_APITEST]
...
- Fix GCC build
svn path=/trunk/; revision=56805
2012-06-26 06:28:06 +00:00
Thomas Faber
041ff27f2d
[APITESTS] - Add wininet and winhttp tests for Winsock loading and initialization behavior
...
[WS2_32_APITEST] - Make WSAStartup test more robust and stricter
svn path=/trunk/; revision=56804
2012-06-26 06:08:38 +00:00
Thomas Faber
bfa3a605c9
[WS2_32_APITEST]
...
- Add a few more getaddrinfo tests
- Add a test for WSAStartup
svn path=/trunk/; revision=56802
2012-06-25 08:21:11 +00:00
Timo Kreuzer
1e6ffd8f10
[NTDLL_APITEST]
...
Add some more tests for rtl bitmap functions
svn path=/trunk/; revision=56798
2012-06-24 18:28:33 +00:00
Thomas Faber
2874d1c817
[WS2_32_APITEST]
...
- Add a test for basic functionality of getaddrinfo
svn path=/trunk/; revision=56787
2012-06-23 12:40:36 +00:00
Thomas Faber
64cdbd47d2
[WS2_32_WINETEST]
...
- Sync to Wine 1.5.4. Helpfully, now contains getaddrinfo tests.
svn path=/trunk/; revision=56780
2012-06-21 20:47:22 +00:00
Thomas Faber
419dec33ea
[LZ32_WINETEST]
...
- Sync to Wine 1.5.4
svn path=/trunk/; revision=56768
2012-06-20 23:34:55 +00:00
Thomas Faber
791a7e0463
[RICHED32_WINETEST]
...
- Sync to Wine 1.5.4
svn path=/trunk/; revision=56767
2012-06-20 23:22:27 +00:00
Thomas Faber
b2ba0a3a03
[WININET_WINETEST]
...
- Sync to Wine 1.5.4
svn path=/trunk/; revision=56759
2012-06-20 13:13:51 +00:00
Thomas Faber
8479f39975
[FUSION_WINETEST] - Fix a warning. Already applied upstream.
...
[WS2_32_WINETEST] - Fix an ok(). Already applied upstream.
svn path=/trunk/; revision=56746
2012-06-19 03:53:47 +00:00
Thomas Faber
4cef479813
[KMTESTS]
...
- Add minimal ExCallback and PsNotify tests
See issue #7120 for more details.
svn path=/trunk/; revision=56734
2012-06-14 18:43:32 +00:00
Thomas Faber
3acf3b9507
[KMTESTS]
...
- Centralize frequently used macros
svn path=/trunk/; revision=56733
2012-06-14 17:48:14 +00:00
Thomas Faber
5821325f17
[KMTESTS]
...
- Return a boolean from ok()
- Add KmtGetPoolTag function to allow verifying pool tags used for allocations
svn path=/trunk/; revision=56730
2012-06-13 21:56:54 +00:00
Sylvain Petreolle
e9149a8586
[ROSTESTS]
...
Fix oleaut32_winetest dependencies.
svn path=/trunk/; revision=56712
2012-06-08 18:08:11 +00:00
Amine Khaldi
0b4b235923
[MSCOREE_WINETEST]
...
* Sync to Wine 1.5.4.
svn path=/trunk/; revision=56693
2012-06-04 10:47:09 +00:00
Amine Khaldi
8c7e9cfe10
[KERNEL32_WINETEST]
...
* Sync loader tests to Wine 1.5.4. Thanks to Arty for fixing the related issues.
See issue #7071 for more details.
svn path=/trunk/; revision=56691
2012-06-04 10:45:54 +00:00
Timo Kreuzer
db959776cc
[NTDLL_APITEST]
...
rename rtl bitmap tests
svn path=/trunk/; revision=56677
2012-05-30 21:16:24 +00:00
Timo Kreuzer
4f76ca4995
[NTDLL_APITEST]
...
Add tests for rtl bitmap function
svn path=/trunk/; revision=56675
2012-05-29 18:46:25 +00:00
Amine Khaldi
9b166cb4b1
[UXTHEME_WINETEST]
...
* Sync to Wine 1.5.4.
svn path=/trunk/; revision=56640
2012-05-19 15:14:49 +00:00
Amine Khaldi
896143c20b
[USP10_WINETEST]
...
* Sync to Wine 1.5.4.
svn path=/trunk/; revision=56638
2012-05-19 15:08:29 +00:00
Amine Khaldi
b5ad78b0c7
[SXS_WINETEST]
...
* Import from Wine 1.5.4.
svn path=/trunk/; revision=56634
2012-05-19 14:53:01 +00:00
Amine Khaldi
70bd3dabc7
[STI_WINETEST]
...
* Import from Wine 1.5.4.
svn path=/trunk/; revision=56632
2012-05-19 14:35:44 +00:00
Amine Khaldi
b5205230b7
[SPOOLSS_WINETEST]
...
* Sync to Wine 1.5.4.
svn path=/trunk/; revision=56630
2012-05-19 14:15:59 +00:00
Amine Khaldi
9e7f030eeb
[SETUPAPI_WINETEST]
...
* Sync to Wine 1.5.4. I excluded devinst tests from the sync until bug #7077 is fixed.
svn path=/trunk/; revision=56628
2012-05-19 14:09:14 +00:00
Amine Khaldi
b25c2e144a
[RSAENH_WINETEST]
...
* Sync to Wine 1.5.4.
svn path=/trunk/; revision=56625
2012-05-19 12:34:31 +00:00
Amine Khaldi
051dac383a
[MSCMS_WINETEST]
...
* Sync to Wine 1.5.4.
svn path=/trunk/; revision=56622
2012-05-19 11:45:41 +00:00
Amine Khaldi
84236b2f25
[HLINK_WINETEST]
...
* Add to msvc build.
svn path=/trunk/; revision=56617
2012-05-19 10:34:23 +00:00
Amine Khaldi
c6a258c69e
[HLINK_WINETEST]
...
* Sync to Wine 1.5.4.
svn path=/trunk/; revision=56616
2012-05-19 10:13:05 +00:00
Amine Khaldi
7838d7f3cd
[GDIPLUS_WINETEST]
...
* Sync to Wine 1.5.4.
svn path=/trunk/; revision=56614
2012-05-19 10:03:49 +00:00
Amine Khaldi
aca91a4b14
[FUSION_WINETEST]
...
* Sync to Wine 1.5.4.
svn path=/trunk/; revision=56612
2012-05-19 09:41:19 +00:00
Timo Kreuzer
c73fd0768f
[GDI32_APITEST]
...
- Create a global 4bpp dib section for tests
- More tests for GetDIBits
svn path=/trunk/; revision=56606
2012-05-17 18:56:00 +00:00
Timo Kreuzer
62d76ebae8
[GDI32_APITEST]
...
More tests for CreateBitmap by Victor Martinez
svn path=/trunk/; revision=56605
2012-05-17 18:51:47 +00:00
Amine Khaldi
755ed9d608
[RICHED20_WINETEST]
...
* Sync to Wine 1.5.4.
svn path=/trunk/; revision=56603
2012-05-17 16:52:25 +00:00
Amine Khaldi
afdef27ca3
[USER32_WINETEST]
...
* Sync to Wine 1.5.4.
svn path=/trunk/; revision=56601
2012-05-17 16:22:34 +00:00
Amine Khaldi
4cae736aa1
[BROWSEUI_WINETEST]
...
* Sync to Wine 1.5.4.
svn path=/trunk/; revision=56600
2012-05-17 16:00:16 +00:00
Amine Khaldi
00257531ca
[OLE32_WINETEST]
...
* Sync to Wine 1.5.4.
See issue #7070 for more details.
svn path=/trunk/; revision=56598
2012-05-17 15:17:09 +00:00
Amine Khaldi
d96a93f204
[GDI32_WINETEST]
...
* Complete the sync to Wine 1.5.4 now that bug #7070 is fixed (thanks Timo).
svn path=/trunk/; revision=56592
2012-05-15 17:21:43 +00:00
Amine Khaldi
e416c79745
[MSI_WINETEST]
...
* Sync to Wine 1.5.4.
svn path=/trunk/; revision=56589
2012-05-14 21:41:45 +00:00
Timo Kreuzer
cb383858f1
[GDI32_APITEST]
...
Simplify code
svn path=/trunk/; revision=56586
2012-05-14 11:48:17 +00:00
Amine Khaldi
0f01ebae92
[SHELL32_WINETEST]
...
* Sync to Wine 1.5.4.
svn path=/trunk/; revision=56576
2012-05-13 18:14:09 +00:00
Amine Khaldi
b8eb8fbaac
[KERNEL32_WINETEST]
...
* Sync to Wine 1.5.4. I excluded loader and virtual tests from the sync until bug #7071 is fixed.
See issue #7070 for more details.
svn path=/trunk/; revision=56567
2012-05-12 19:33:11 +00:00
Amine Khaldi
211df8ffed
[GDI32_WINETEST]
...
* Sync to Wine 1.5.4. I excluded bitmap and dib tests from the sync until bug #7070 is fixed.
svn path=/trunk/; revision=56563
2012-05-12 16:46:20 +00:00
Amine Khaldi
04de8061da
[KMTEST_DRV]
...
* Link to chkstk.
svn path=/trunk/; revision=56559
2012-05-10 13:05:37 +00:00
Timo Kreuzer
2e19d5b6f6
[GDI32_APITEST]
...
Add more tests for GetDIBColorTable
svn path=/trunk/; revision=56545
2012-05-08 23:15:49 +00:00
Timo Kreuzer
6743cf9776
[GDI32_APITEST]
...
Add more tests for CreateDIBitmap and CreateDIBPatternBrushPt
svn path=/trunk/; revision=56542
2012-05-08 15:49:04 +00:00
Thomas Faber
80a53d624f
[WINETESTS]
...
- Do not multiply define WINVER and friends
- Add missing _WIN32_WINNT define in rpcrt4_winetest. Already sent to Wine(TM)
svn path=/trunk/; revision=56513
2012-05-05 16:54:37 +00:00
Timo Kreuzer
2d7b85a68d
[GDI32_APITEST]
...
- Try to fix some more test fails on win 2003
svn path=/trunk/; revision=56512
2012-05-05 14:19:22 +00:00
Timo Kreuzer
da7a389957
[GDI32_APITEST]
...
- Try to fix some more test fails on win 2003
svn path=/trunk/; revision=56511
2012-05-05 12:59:08 +00:00
Timo Kreuzer
2fb827a99c
Add missing test data files
...
svn path=/trunk/; revision=56510
2012-05-05 12:24:49 +00:00
Timo Kreuzer
bc53e4ea25
[GDI32_APITEST]
...
- Comment out tests that fail on windows 2003
- Try to fix a number of tests for Windows 2003
svn path=/trunk/; revision=56509
2012-05-05 12:21:56 +00:00
Thomas Faber
8faff057db
[POWRPROF_APITEST]
...
- Fix warnings - there is no DischargePolicy[4]
- Disable tests that fail on Windows 2003 (576 failures?!)
- Add missing file header
svn path=/trunk/; revision=56506
2012-05-05 10:21:19 +00:00
Thomas Faber
6443144a2b
[POWRPROF_WINETEST]
...
- This test is not from Wine! Move to apitests.
svn path=/trunk/; revision=56505
2012-05-05 10:09:38 +00:00
Timo Kreuzer
5b92fc6b91
[GDI32_APITEST]
...
Fix warnings
svn path=/trunk/; revision=56499
2012-05-04 19:06:12 +00:00
Timo Kreuzer
92d1183079
[GDI32_APITEST]
...
- Add tests for CreateDIBPatternBrush(Pt)
- Add some helper code to initialize a dibsection and a palette, which can be reused by other tests
- Add tests for DIB brush in GetObject
svn path=/trunk/; revision=56498
2012-05-04 18:56:43 +00:00
Timo Kreuzer
7434309535
[GDI32_APITEST]
...
- Comment out a broken test (works only on 32bpp)
- Fix MSVC warning
svn path=/trunk/; revision=56495
2012-05-04 12:32:11 +00:00