Christoph von Wittich
5d48b37adf
[apitest/crt]
...
apply the same buffer size fix to _vsnwprintf test
svn path=/trunk/; revision=64082
2014-09-08 07:00:00 +00:00
David Quintana
c835af900d
[BROWSEUI_APITEST]
...
* Do not depend on a file to exist, which in fact does not exist in ros. Fix the test expectations accordingly.
svn path=/trunk/; revision=64080
2014-09-08 01:54:29 +00:00
Christoph von Wittich
c14e88bd12
[apitests/crt]
...
pass the correct buffer size
svn path=/trunk/; revision=64068
2014-09-07 18:11:08 +00:00
David Quintana
e8a3f9a641
[BROWSEUI_APITEST]
...
* Improve SHExplorerParseCmdLine tests with whole bunch of new lines, and update the EXPLORER_INFO struct to match the findings.
svn path=/trunk/; revision=64029
2014-09-02 00:50:15 +00:00
Amine Khaldi
b1661e20f1
[W32KNAPI_APITEST]
...
* Here's another memset call..
svn path=/trunk/; revision=63989
2014-08-30 12:05:36 +00:00
Amine Khaldi
d332e8c9c5
[W32KNAPI_APITEST]
...
* Fix a memset call. CID 1223160.
CORE-7975
svn path=/trunk/; revision=63988
2014-08-30 12:03:58 +00:00
Amine Khaldi
78f1b595f0
[W32KNAPI_APITEST]
...
* Remove some unused pointer values. CID 1223186.
CORE-7975
svn path=/trunk/; revision=63987
2014-08-30 11:53:17 +00:00
Jérôme Gardou
92e130d1cc
[SETUPAPI_APITEST]
...
- Try restoring UTF8 character which got lost in translation.
svn path=/trunk/; revision=63701
2014-07-08 22:44:44 +00:00
Jérôme Gardou
d331e1725b
[NTDLL_APITEST]
...
- Add tests for NtDeleteKey
svn path=/trunk/; revision=63699
2014-07-07 14:46:04 +00:00
Jérôme Gardou
265497886f
[NTDLL_APITEST]
...
- Add a test showing that memory content is still available after changing protection to PAGE_NOACCESS
svn path=/trunk/; revision=63678
2014-06-30 19:50:28 +00:00
Jérôme Gardou
58edad6809
[SETUPAPI_APITEST]
...
- Add a test that shows that SetupDiGetClassDevsExW doesn't fail on non-existing GUID
svn path=/trunk/; revision=63642
2014-06-24 22:18:49 +00:00
Timo Kreuzer
6cfa5d2e25
[W32KDLL]
...
Update ros syscall list from trunk, remove obsolete files
svn path=/trunk/; revision=63519
2014-05-31 20:43:41 +00:00
Timo Kreuzer
10a264845d
[ROSTESTS]
...
Silence some warnings, fix compilation of w32kdll with MSVC, give dllexport_test dlls a base address.
svn path=/trunk/; revision=63515
2014-05-31 16:00:05 +00:00
Aleksandar Andrejevic
2996e28ecd
[NTDLL_APITESTS]
...
Add tests for NtSaveKey.
svn path=/trunk/; revision=63507
2014-05-31 01:14:02 +00:00
Timo Kreuzer
0339d4e1a5
[ROSTESTS]
...
disable some tests on x64, since they don't build. Disable some exports from dllexport_test on non-x86 build, since decorations are x86 specific.
svn path=/trunk/; revision=63453
2014-05-25 20:21:02 +00:00
Amine Khaldi
934a5546ea
[MSVCRT_CRT_APITEST]
...
* Don't enable wcstombs_s() tests (it shouldn't be exported).
CORE-7889
svn path=/trunk/; revision=63401
2014-05-21 14:26:20 +00:00
Amine Khaldi
b5adad7bfa
[MSVCRT_CRT_APITEST]
...
* Don't enable mbstowcs_s() tests (it shouldn't be exported).
CORE-7889
svn path=/trunk/; revision=63400
2014-05-21 13:30:26 +00:00
Amine Khaldi
be8085bec0
[MSVCRT_CRT_APITEST]
...
* Don't reply on _set_errno() which shouldn't be exported.
svn path=/trunk/; revision=63399
2014-05-21 13:20:38 +00:00
Timo Kreuzer
aa3d15ae6c
[TESTDATA]
...
Fix test.dll
svn path=/trunk/; revision=63334
2014-05-17 18:36:22 +00:00
Timo Kreuzer
9f835ff3ff
[NTDLL_APITEST]
...
Add more tests for NtMapViewOfSection. Fix some tests, so that everything works on windows 2003.
svn path=/trunk/; revision=63333
2014-05-17 18:35:39 +00:00
Timo Kreuzer
3ed2e2a095
[NTDLL_APITEST]
...
Revert unwanted changes
svn path=/trunk/; revision=63301
2014-05-14 20:46:47 +00:00
Timo Kreuzer
a1b89faa39
[NTDLL_APITEST]
...
Add a test for NtReleaseMutant
svn path=/trunk/; revision=63299
2014-05-14 20:23:38 +00:00
Hermès Bélusca-Maïto
ea3f9d6c6e
[APITEST:USER32]
...
Fix problematic for() loops.
Patch by Victor Martinez Calvo, thanks :)
ROSTESTS-136 #resolve
svn path=/trunk/; revision=63133
2014-05-03 17:08:39 +00:00
Thomas Faber
7538d3e725
[SETUPAPI_WINETEST]
...
- Move the devclass test to apitests, since it is not a Wine test
svn path=/trunk/; revision=62975
2014-04-26 10:58:40 +00:00
Thomas Faber
a21f22e98d
[USER32_APITEST]
...
- Add parameter checks for GetUserObjectInformationW
CORE-8094
svn path=/trunk/; revision=62964
2014-04-25 11:24:41 +00:00
Thomas Faber
0238322066
[NTDLL_APITEST]
...
- Add test for NtQueryVolumeInformationFile. Patch by Víctor Martínez.
ROSTESTS-134 #resolve
svn path=/trunk/; revision=62844
2014-04-20 18:15:41 +00:00
Thomas Faber
d3b058d4eb
[NTDLL_APITEST]
...
- Fix test failure on Windows. Based on patch by Víctor Martínez
ROSTESTS-132 #resolve
svn path=/trunk/; revision=62734
2014-04-13 07:14:47 +00:00
Thomas Faber
cccfe23541
[BROWSEUI]
...
- Add more tests for SHExplorerParseCmdLine. Patch by Edijs Kolesnikovičs
CORE-7627 #resolve
svn path=/trunk/; revision=62732
2014-04-13 05:41:19 +00:00
Thomas Faber
e2ce9d5f37
[NTDLL_APITEST]
...
- Add two test cases for RtlFindClearBits/RtlFindSetBits that crash on ROS
svn path=/trunk/; revision=62690
2014-04-08 20:57:03 +00:00
Thomas Faber
2e786d24d0
[NTDLL_APITEST]
...
- Use guarded memory for bitmap buffers in RtlBitmap test
- Add a few tests that check for buffer boundaries (which would have spotted the issue fixed in r62591)
svn path=/trunk/; revision=62689
2014-04-08 18:35:29 +00:00
Hermès Bélusca-Maïto
4a7e080751
[NTDLL_APITEST]: Add braces and remove an unneeded trace.
...
svn path=/trunk/; revision=62662
2014-04-06 15:51:38 +00:00
Hermès Bélusca-Maïto
df6836cce4
[NTDLL_APITEST]
...
Add/refine RtlDoesFileExists* and RtlDosSearchPath_U APIs tests.
CORE-6373 #comment Tests for RtlDoesFileExists* and RtlDosSearchPath_U APIs added in revision 62640.
svn path=/trunk/; revision=62640
2014-04-05 23:58:54 +00:00
Timo Kreuzer
f6d147a5e1
[W32KDLL]
...
Use new macro based syscall mechanism for w32kdll_xpsp2. Fix exports
svn path=/trunk/; revision=62588
2014-03-30 17:34:56 +00:00
Thomas Faber
9375945c22
[NTDLL_APITEST]
...
- Fix -Wformat warnings and enable -Wformat where possible
svn path=/trunk/; revision=62568
2014-03-26 12:07:25 +00:00
Thomas Faber
2936e38c77
[COM_APITEST]
...
- Verify interfaces against HKLM\Software\Classes\Interface
svn path=/trunk/; revision=62541
2014-03-21 11:45:30 +00:00
Thomas Faber
833db14fa7
[COM_APITEST]
...
- Add MergedFolder and AugmentedShellFolder classes/interfaces
svn path=/trunk/; revision=62540
2014-03-21 11:23:47 +00:00
Amine Khaldi
2c26c653a9
[SHELL32_APITEST]
...
* Plug some leaks. CIDs 1106362, 1106363 and 1106364.
CORE-7975
svn path=/trunk/; revision=62474
2014-03-11 13:06:09 +00:00
Hermès Bélusca-Maïto
61d834485b
[APITESTS:kernel32]
...
Be more specific about which last error we expect.
svn path=/trunk/; revision=62419
2014-03-05 01:53:46 +00:00
Timo Kreuzer
6b2e326be9
[NTDLL_APITEST]
...
Add a few more tests for NtAllocateVirtualMemory
svn path=/trunk/; revision=62270
2014-02-20 21:19:16 +00:00
Giannis Adamopoulos
0fbc07a49d
[user32_apitest]
...
- Arch, don't allow the mouse to create unexpected messages because this will surely cause failures. Also if you move the mouse during the test you will also get these failures
svn path=/trunk/; revision=61311
2013-12-21 10:44:10 +00:00
Thomas Faber
b6ffc426d7
[KERNEL32_TEST]
...
- Move ROS-only tests into apitest
svn path=/trunk/; revision=61303
2013-12-19 21:39:09 +00:00
Jérôme Gardou
cd3af3c4c8
[USER32_APITEST]
...
- Add tests for LookupIconIdFromDirectoryEx
- Add a workaround in GetIconInfo tests for a ReactOS bug in EnumDisplaySettings
- Add tests for EnumDisplaySettings demonstrating the bug.
- Add some traces to better follow the test run
svn path=/trunk/; revision=60994
2013-11-14 23:11:23 +00:00
Giannis Adamopoulos
1f18e732a8
[shell32_apitest]
...
- CLSID_ShellFSFolder should also export IID_IStorage
svn path=/trunk/; revision=60866
2013-11-05 09:28:05 +00:00
Timo Kreuzer
5b8f6f48da
[GDI32_APITEST]
...
- Add more tests for CreateDIBitmap and SetDIBitsToDevice
svn path=/trunk/; revision=60787
2013-10-28 20:39:26 +00:00
James Tabor
746f5c09a7
- Fix ATI test and go.
...
svn path=/trunk/; revision=60720
2013-10-20 05:36:36 +00:00
Thomas Faber
3440678be4
[NTDLL_APITEST]
...
- Add test for Rtl MemoryStream functions. Patch by David Quintana.
CORE-7492
svn path=/trunk/; revision=60707
2013-10-19 17:59:29 +00:00
Thomas Faber
3c7c94a174
[COMMENTS]
...
- Consistent email address is consistent.
svn path=/trunk/; revision=60631
2013-10-12 16:05:54 +00:00
Pierre Schweitzer
9b29c6967f
[PSAPI_APITEST]
...
Add tests for GetDeviceDriverBaseName
Replace 0x00000000 -> NULL. Dedicated to Thomas ;-)
svn path=/trunk/; revision=60601
2013-10-10 19:18:43 +00:00
Giannis Adamopoulos
0fa39dfff7
- fix build for linux
...
svn path=/trunk/; revision=60598
2013-10-10 09:44:57 +00:00
Giannis Adamopoulos
ba6130bb7f
fix build
...
svn path=/trunk/; revision=60597
2013-10-10 09:39:15 +00:00