Bișoc George
8ec05f5fa1
[SHELL32] Do not return -1 if a file is not valid or not found - ExtractIconEx() ( #2113 )
...
ExtractIconEx() returns the number of successfully extracted icons from a file. The routine may return 0 in case no icons could be extracted but it could also return 0 if the file is not a valid PE image file or the file couldn't be found.
PrivateExtractIcons and the internal USER32 routine, ICO_ExtractIconExW(), return -1 in such scenarios. The behaviour is correct however we do not want that ExtractIconEx() returns -1 as well as it doesn't comply with the general documentation. In such cases, simply return 0 as no successful icons have been extracted due to related file failures.
CORE-16535
2019-12-12 08:24:20 +09:00
Katayama Hirofumi MZ
7cc76d8afc
[KERNEL32_APITEST] Follow-up of #2131
2019-12-09 20:55:13 +09:00
Katayama Hirofumi MZ
d2ae609522
[USER32_APITEST] Add DrawText testcase ( #2140 )
...
This PR will add a testcase for user32!DrawText function. CORE-15478
2019-12-09 10:02:50 +09:00
Katayama Hirofumi MZ
2a1ba2cb35
[MMIXER_TEST] Fix build (Use %Iu for dwUser)
2019-12-08 13:11:52 +09:00
Amine Khaldi
22584b1c68
[WSHOM_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-12-07 13:12:15 +01:00
Amine Khaldi
ebaf247c9e
[WMVCORE_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-12-07 13:11:29 +01:00
Amine Khaldi
7a123aad7f
[WMIUTILS_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-12-07 13:10:23 +01:00
Amine Khaldi
cb01e5ecac
[WINTRUST_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-12-07 13:09:17 +01:00
Amine Khaldi
a2da235c67
[WINSPOOL_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-12-07 13:08:30 +01:00
Amine Khaldi
11f4618984
[WINMM_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-12-07 13:07:44 +01:00
Amine Khaldi
a4f791d920
[WININET_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-12-07 13:07:21 +01:00
Amine Khaldi
412bce85f2
[WINHTTP_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-12-07 13:06:11 +01:00
Amine Khaldi
cc48f9d4d6
[WINDOWSCODECS_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-12-07 13:05:00 +01:00
Katayama Hirofumi MZ
2f8d847c91
[KERNEL32_APITEST] Adjust ConsoleCP testcase for Win10 JPN ( #2131 )
...
CORE-12451
2019-12-05 22:07:00 +09:00
Timo Kreuzer
e26c8bc66f
[ROSTESTS] Skip some flaky test / do not count successes
2019-12-04 01:24:49 +01:00
Amine Khaldi
92c3c814bb
[WBEMPROX_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-12-01 19:45:25 +01:00
Amine Khaldi
7d76303d2d
[VBSCRIPT_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-12-01 19:43:01 +01:00
Amine Khaldi
573d40fbaa
[USP10_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-12-01 19:41:41 +01:00
Amine Khaldi
7a62c32bcc
[USER32_WINETEST] Sync with Wine Staging 4.18 except win.c (PR #1980 ). CORE-16441
2019-12-01 19:40:48 +01:00
Amine Khaldi
98e4a3ece1
[URLMON_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-12-01 19:39:54 +01:00
Amine Khaldi
d9010a8166
[RICHED32_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-12-01 19:37:14 +01:00
Katayama Hirofumi MZ
4f7bb559fb
[SHELL32_APITEST] Improve DragDrop testcase 2
...
CORE-11238
2019-12-01 11:44:43 +09:00
Amine Khaldi
6c02033b00
[SXS_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-11-30 14:58:10 +01:00
Amine Khaldi
074cec532b
[STI_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-11-30 14:56:15 +01:00
Amine Khaldi
2ffe58cf05
[SHLWAPI_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-11-30 14:50:34 +01:00
Amine Khaldi
b8dc669cfe
[SHELL32_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-11-30 14:50:08 +01:00
Amine Khaldi
2b5283b702
[SECUR32_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-11-30 14:48:48 +01:00
Amine Khaldi
465ab8e0c3
[SCRRUN_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-11-30 14:47:55 +01:00
Katayama Hirofumi MZ
f7ef99fcc8
[CMD_APITEST] Add attrib testcase ( #2104 )
...
CORE-16284
2019-11-29 11:13:17 +09:00
Katayama Hirofumi MZ
14478887df
[SHELL32_APITEST] DragDrop: Add NULL check of pDropTarget
2019-11-24 22:48:15 +09:00
Timo Kreuzer
03522e1ede
[NETREG] Fix a 64bit printf format warning
2019-11-24 09:28:00 +01:00
Amine Khaldi
9e797f0ae7
[RPCRT4_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-11-23 12:12:54 +01:00
Amine Khaldi
76cf09cfea
[RICHED20_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-11-23 12:11:20 +01:00
Amine Khaldi
b1ad5055dc
[PROPSYS_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-11-23 12:09:40 +01:00
Amine Khaldi
943bcb0f74
[PDH_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-11-23 12:07:35 +01:00
Amine Khaldi
d3e07ed74a
[OLEAUT32_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-11-23 12:05:27 +01:00
Amine Khaldi
3ee20de95f
[OLEACC_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-11-23 12:04:15 +01:00
Serge Gautherie
0f92924a99
[REACTOS] Use explicit StringCb*W() ( #2069 )
2019-11-21 00:47:06 +01:00
Katayama Hirofumi MZ
2a93f61fcb
[USER32_APITEST] Power to DM_REPOSITION testcase ( #2055 )
...
- Add the minimized case.
- Add a test for WS_DISPLAYCHANGE message.
CORE-16490
2019-11-20 09:23:32 +09:00
Katayama Hirofumi MZ
803532b8c2
[SHELL32_APITEST] Add EnumPropW call CORE-11701
2019-11-18 20:20:12 +09:00
Katayama Hirofumi MZ
6cc8e7db4b
[INCLUDE][SHELL32_APITEST] Add SHLimitInputEdit testcase ( #2053 )
...
- Add IItemNameLimits interface into shobjidl.idl.
- Add a testcase for shell32!SHLimitInputEdit function.
CORE-11701
2019-11-18 20:02:18 +09:00
Katayama Hirofumi MZ
bef841c3ee
[USER32_APITEST] Add DM_REPOSITION testcase ( #2043 )
...
CORE-16490
2019-11-18 10:46:36 +09:00
Katayama Hirofumi MZ
8e5f8c98ee
[SHELL32_APITEST] Strengthen DragDrop testcase ( #2040 )
...
CORE-11238
2019-11-16 02:23:25 +09:00
Katayama Hirofumi MZ
e753d5e108
[CMD_APITEST] Add cmd_apitest testcases ( #2034 )
...
Add some testcases for cmd.exe. CORE-12150
2019-11-14 22:52:31 +09:00
Katayama Hirofumi MZ
6e42e63c46
[SHELL32_APITEST] Add DragDrop testcase ( #2023 )
...
Add DragDrop testcase to shell32_apitest for testing Drag & Drop feature of the Shell.
This PR tests IDropTarget::DragEnter and IDropTarget::Drop. CORE-11238
2019-11-12 16:49:52 +09:00
Amine Khaldi
fc6e4ed576
[OLE32_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-11-10 14:11:19 +01:00
Amine Khaldi
6816ff8dbd
[ODBCCP32_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-11-10 14:10:31 +01:00
Amine Khaldi
753e05959c
[MSXML3_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-11-10 14:08:17 +01:00
Amine Khaldi
ac43fd2b92
[MSVFW32_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-11-10 14:07:31 +01:00
Amine Khaldi
ce2df64a06
[MSVCRT_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-11-10 14:06:44 +01:00
Amine Khaldi
dd5a95e625
[MSCTF_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-11-09 22:03:01 +01:00
Amine Khaldi
d38c95ba1e
[MSCMS_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-11-09 21:59:57 +01:00
Amine Khaldi
b7117625d7
[MSACM32_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-11-09 21:56:59 +01:00
Amine Khaldi
b8949b0dad
[MMDEVAPI_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-11-09 21:55:28 +01:00
Amine Khaldi
de78eb16d7
[LOCALSPL_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-11-09 21:50:22 +01:00
Katayma Hirofumi MZ
d12af4fb10
[VGAFONTEDIT] Use static __inline instead of inline
2019-11-09 09:16:15 +09:00
Victor Perevertkin
97d937add1
[ROSAPPS] Fix GCC8 warnings
2019-11-07 22:32:15 +03:00
Victor Perevertkin
f7afca0973
[ROSDDT] Retire ReactOS Device Detection Tool
2019-11-07 22:32:15 +03:00
Amine Khaldi
2a2da29038
[DINPUT8_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-11-05 22:32:02 +01:00
Amine Khaldi
021b5c1f4d
[JSCRIPT_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-11-02 18:38:32 +01:00
Amine Khaldi
908d437d9d
[IMM32_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-11-02 18:34:39 +01:00
Amine Khaldi
1ff06a373c
[IMAGEHLP_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-11-02 18:33:48 +01:00
Amine Khaldi
5b3703d8cd
[HLINK_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-11-02 18:31:02 +01:00
Katayama Hirofumi MZ
009dafe391
[KERNEL32_APITEST] Strengthen MultiByteToWideChar(CP_UTF8, ...) testcase ( #2008 )
...
CORE-16468
2019-11-01 09:06:34 +09:00
Victor Perevertkin
2f15e2f743
[ATL] Suppress GCC8 warning in RelocateElements, fix build.
2019-10-31 02:44:20 +03:00
Amine Khaldi
6291990483
[HID_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-10-26 22:57:25 +01:00
Amine Khaldi
7046ddd63c
[FUSION_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-10-26 22:56:35 +01:00
Amine Khaldi
2e19c82751
[CRYPTNET_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-10-26 22:54:56 +01:00
Amine Khaldi
8addeea484
[COMCTL32_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-10-26 22:52:00 +01:00
Amine Khaldi
22c0673bd9
[CABINET_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-10-26 22:50:44 +01:00
Amine Khaldi
3f1265f8c1
[D3DCOMPILER_43_WINETEST] Make sure d3dcommon.h is generated before we get to compiling this module.
2019-10-26 13:19:05 +01:00
Amine Khaldi
14d97256f4
[ADVPACK_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-10-26 13:08:29 +01:00
Amine Khaldi
e5765ed9cb
[DXDIAGN_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-10-26 13:06:11 +01:00
Amine Khaldi
8de4fae42b
[DINPUT_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-10-26 13:03:59 +01:00
Amine Khaldi
8015bf9f47
[D3DRM_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-10-26 13:02:11 +01:00
Amine Khaldi
7ce1a24a8b
[D3DCOMPILER_43_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-10-26 13:01:05 +01:00
Amine Khaldi
4601b11fc9
[HNETCFG_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-10-20 20:04:04 +01:00
Amine Khaldi
8cc0d363dc
[DEVENUM_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-10-20 18:56:45 +01:00
Mark Jansen
2318bda651
[SHELL32_APITEST] Show that SHCreateDataObject behaves exactly like CIDLData_CreateFromIDArray
2019-10-20 17:10:11 +02:00
Mark Jansen
0f2cb5abc7
[SHELL32_APITEST] Show that the default data object does not have a preferred drop effect
2019-10-20 17:10:11 +02:00
Mark Jansen
f741dd8557
[SHELL32_APITEST] Add test for CIDLData_CreateFromIDArray
2019-10-19 18:42:15 +02:00
Mark Jansen
d315fd93d3
[FONTEXT_APITEST] Add simple api test showing interfaces
...
CORE-14690
2019-10-19 18:42:14 +02:00
Pierre Schweitzer
67d3fbdd97
[MOUNTMGR_APITEST] Dump offsets
...
That shows that some offset are shared (everything but the symlinks)
2019-10-19 18:00:36 +02:00
Pierre Schweitzer
6116262c74
[MOUNTMGR_APITEST] Dump returned mount points
2019-10-16 22:22:30 +02:00
Pierre Schweitzer
d055c9f16f
[NTDLL_WINETESTS] Fix the test so that it works on W2K3
...
It's an addendum to ad547c9
2019-10-01 10:11:39 +02:00
Pierre Schweitzer
ad547c960f
[NTDLL_WINETESTS] Section name query test is broken on W2K3 and will lead to a crash
...
Comment out the test for now and add a more "appropriate" test code for now
2019-09-29 14:13:55 +02:00
Mark Jansen
08110c11d6
[APPHELP_APITEST] Make the db test succeed on 2k3
2019-09-25 20:46:57 +02:00
Mark Jansen
f9c63aa7a4
[APPHELP_APITEST] Make the apphelp test succeed on 2k3
2019-09-25 20:46:45 +02:00
Thomas Faber
cf2b918e0f
[SHELL32_APITEST] Fix PIDL leaks.
2019-09-22 11:42:10 +02:00
Thomas Faber
06e886086c
[WS2_32_APITEST] Try to make the number of WSAAsync tests constant.
2019-09-22 11:41:40 +02:00
James Tabor
c57d4d7b9e
[User32|Tests] Sync Port Wine Combo Controls.
...
Need to cross check these changes with WINE ComCtl32 before you PANIC
HACK!!!!
Not in order:
Piotr Caban : Remove unneeded RECT parameter from CBPaintText helper.
Don't invalidate ComboBox on CB_SETCURSEL message.
Don't invalidate ComboBox on LBN_SELCHANGE and
LBN_SELCANCEL.
Add more CB_SETCURSEL tests on ComboBox.
Redraw combo text field even if it's empty.
Let ComboBox edit control handle the redraw even if
CBF_NOREDRAW is set.
Don't do the painting if combobox is not visible in
CBPaintText.
Dmitry Timoshkov : Don't force a combobox repaint on WM_SIZE.
This breaks z-order based painting and causes side effects
for
applications that during the WM_PAINT processing reference
internal
data associated with a not fully initialized window.
Ref :
2d9e3236ea
Fabian Maurer : Set listbox popup height correctly and add tests.
Properly set dropdown height.
Now that user32 and comctl32 combo are separated,
this won't lead to a regression anymore
Ref :
3d0be0bad8
Info by Sebastian Lackner Ref:
f0fc034997
Nikolay Sivov : Remove some misleading TODOs and confusing comments.
2019-09-21 08:47:56 -05:00
Adam Słaboń
c81af08f51
[TRANSLATION] Polish translation update ( #1916 )
...
Added translation for netstat, utilman and netplwiz. Updated translation of find, reg, rapps, regedit, sndvol32, usetup, hivesys, mmsys, openglcfg, powercfg, sysdm, shellext, browseui, devmgr, msgina, netcfgx, shell32, syssetup, shortcuts and vcdcontroltool.
2019-09-20 21:51:47 +02:00
Brock Mammen
e9bd402713
[COM_APITEST] Remove duplicate interface
2019-09-15 19:46:36 +03:00
Brock Mammen
b16b396ca0
[COM_APITEST] Add CFindFolder test
2019-09-15 19:46:36 +03:00
Timo Kreuzer
1bcc69b1a0
[KERNEL32_APITEST] Fix a test that fails on Server 2003 and Windows 10
2019-09-15 14:14:06 +02:00
Pierre Schweitzer
8b0086e465
[MOUNTMGR_APITEST] Add an extra test for query failure
2019-09-15 12:29:15 +02:00
Timo Kreuzer
a4ca5f05d1
[GDI32_APITEST] Fix AddFontResource test ( #1901 )
...
This commit uses GetCurrentDirectoryA rather than GetWindowsDirectoryA for convenience.
2019-09-14 00:25:20 +09:00
Timo Kreuzer
eaf24cc380
[DLLEXPORT_TEST] Fix duplicated export on non-x86 architectures
2019-09-08 16:59:57 +02:00
Carlo Bramini
6b8d722bb2
Fix italian translation: "Cancella" -> "Annulla" ( #1902 )
2019-09-08 14:04:41 +02:00
Thomas Faber
acfea670fe
[KMTESTS:EX] Try to avoid some spurious test failures.
...
E.g. https://reactos.org/testman/detail.php?id=43906459&prev=43889679
This test depends on the timeout to be long enough for another thread to
actually have started waiting, which may take longer than 10ms under load.
2019-09-08 08:06:51 +02:00