reactos/modules/rostests/apitests/shell32
Katayama Hirofumi MZ aaed9f77d9
[SHELL32_APITEST] Enhance SHAppBarMessage testcase (#8149)
SHAppBarMessage testcase has to
cover the auto-hide feature. Make the
testcase more stable.
JIRA issue: CORE-7237
Add more tests.
2025-06-25 08:48:30 +09:00
..
1.ico
AddCommas.cpp
CFSFolder.cpp [REACTOS] Add missing line breaks at end of file 2024-10-06 10:47:11 +03:00
CheckEscapes.cpp [SHELL32][INCLUDE] Improve CheckEscapesA/W (#2795) 2020-05-28 10:58:26 +09:00
CIDLData.cpp [REACTOS] Use the ISO C and C++ conformant names: _wcsicmp, _stricmp 2024-10-20 14:12:25 +03:00
closewnd.cpp [SHELL32][SHELL32_APITEST] Fix ShellExecuteEx IDLIST folder (#7464) 2024-10-24 16:44:53 +02:00
closewnd.h [SHELL32][SHELL32_APITEST] Fix ShellExecuteEx IDLIST folder (#7464) 2024-10-24 16:44:53 +02:00
CMakeLists.txt [SHELL32_APITEST] Add shell32_apitest_sub dependency (#8077) 2025-06-03 23:22:06 +09:00
CMyComputer.cpp
CommandLineToArgvW.cpp [SHELL32][SHELL32_APITEST] Improve CommandLineToArgvW (#5055) 2023-02-14 20:53:48 +09:00
Control_RunDLLW.cpp [REACTOS] Add missing line breaks at end of file 2024-10-06 10:47:11 +03:00
CShellDesktop.cpp [FORMATTING] Remove trailing whitespace. Addendum to 34593d93. 2021-09-13 03:52:22 +02:00
CShellLink.cpp [REACTOS] Use the ISO C and C++ conformant names: _wcsicmp, _stricmp 2024-10-20 14:12:25 +03:00
CUserNotification.cpp [FORMATTING] Remove trailing whitespace. Addendum to 34593d93. 2021-09-13 03:52:22 +02:00
DragDrop.cpp [WININET_WINETEST][URLMON_WINETEST][SHELL32_APITEST] Skip some tests 2020-06-08 03:43:43 +03:00
ExtractIconEx.cpp [SHELL32][SHELL32_APITESTS] SHDefExtractIcon zero icon size as sysmetric (#7768) 2025-03-09 15:41:53 +01:00
FindExecutable.cpp [SHELL32][SHELL32_APITEST] FindExecutable: Add PRF_FIRSTDIRDEF flag (#6681) 2024-03-29 11:15:38 +09:00
GetDisplayNameOf.cpp [SHELL32_APITEST] Add test for Control Panel's GetDisplayNameOf (#5495) 2023-08-04 16:54:31 +03:00
GUIDFromString.cpp [SHELL32][SHELL32_APITEST][SDK] Implement GUIDFromStringA (#6734) 2024-04-12 21:29:07 +09:00
Int64ToString.cpp [SHELL32][SHELL32_APITEST][SDK] Implement Int64ToString (#5706) 2023-09-21 09:14:40 +09:00
IShellFolderViewCB.cpp
ItemIDList.cpp [SHELL32_APITEST] Fixed SimpleIDListFromPath and SHGetFileInfo tests on NT5 (#8038) 2025-05-27 00:10:53 +02:00
menu.cpp [FORMATTING] Remove trailing whitespace. Addendum to 34593d93. 2021-09-13 03:52:22 +02:00
OpenAs_RunDLL.cpp
PathIsEqualOrSubFolder.cpp [SHELL32][SHELL32_APITEST][SDK] Implement PathIsEqualOrSubFolder (#5714) 2023-11-29 22:50:01 +09:00
PathIsTemporary.cpp [SHELL32][SDK][SHELL32_APITEST] Add PathIsTemporaryA/W (#6067) 2023-12-02 23:07:28 +09:00
PathMakeUniqueName.cpp [SHELL32][SHELL32_APITEST][SDK] Implement PathMakeUniqueName (#7805) 2025-03-22 08:23:24 +09:00
PathProcessCommand.cpp [SHELL32_APITEST] Add PathProcessCommand testcase (#7815) 2025-03-25 08:34:02 +09:00
PathResolve.cpp [SHELL32_APITEST] Workaround on wine_dbgstr_w bugs 2022-11-04 19:58:10 +09:00
RealShellExecuteEx.cpp [SHELL32_APITEST] Add RealShellExecuteEx testcase (#6647) 2024-03-20 07:36:14 +09:00
resource.rc [SHELL32_APITEST] Improve ShellHook testcase (#6582) 2024-03-08 18:17:09 +09:00
ROS.ico [SHELL32_APITESTS] Add ROS.ico test file. Improve shell32:ExtractIconEx tests (#5169) 2023-03-30 13:31:13 +02:00
SHAppBarMessage.cpp [SHELL32_APITEST] Enhance SHAppBarMessage testcase (#8149) 2025-06-25 08:48:30 +09:00
SHChangeNotify.cpp [SHELL32_APITEST] Commonize FindSubProgram function 2024-04-24 19:03:10 +09:00
SHCreateDataObject.cpp [REACTOS] Use the ISO C and C++ conformant names: _wcsicmp, _stricmp 2024-10-20 14:12:25 +03:00
SHCreateFileDataObject.cpp [REACTOS] Use the ISO C and C++ conformant names: _wcsicmp, _stricmp 2024-10-20 14:12:25 +03:00
SHCreateFileExtractIconW.cpp
She.cpp [SHELL32][SHELL32_APITEST][SDK] Implement SheRemoveQuotesA/W (#5517) 2023-08-05 19:44:13 +09:00
shell32_apitest.spec
shell32_apitest_sub.cpp [SHELL32_APITEST] SHChangeNotify: Improve coverity (#6798) 2024-04-24 18:25:15 +09:00
shell32_apitest_sub.h [SHELL32_APITEST] Commonize FindSubProgram function 2024-04-24 19:03:10 +09:00
ShellExec_RunDLL.cpp [SHELL32][SHELL32_APITEST][SDK] Implement ShellExec_RunDLL (#7615) 2025-01-17 22:51:18 +09:00
ShellExecCmdLine.cpp [SHELL32_APITEST] Delete obsolete "iexplore.exe" tests 2024-04-24 19:06:48 +09:00
ShellExecuteEx.cpp [SHELL32][SHELL32_APITEST] Fix ShellExecuteEx IDLIST folder (#7464) 2024-10-24 16:44:53 +02:00
ShellExecuteW.cpp [FORMATTING] Remove trailing whitespace. Addendum to 34593d93. 2021-09-13 03:52:22 +02:00
ShellHook.cpp [SHELL32_APITEST] Improve ShellHook testcase (#6582) 2024-03-08 18:17:09 +09:00
ShellInfo.cpp [SHELL32_APITEST] Fixed SimpleIDListFromPath and SHGetFileInfo tests on NT5 (#8038) 2025-05-27 00:10:53 +02:00
ShellState.cpp [SHLWAPI][SDK][SHELL32_APITEST][SHLWAPI_WINETEST] Property Bag on Desktop Upgrade (#5590) 2023-08-22 12:01:20 +09:00
shelltest.cpp [REACTOS] Refresh old URLs (#7632) 2025-01-28 13:36:45 +09:00
shelltest.h [SHELL32_APITEST] Improve PathResolve testcase 2022-11-01 08:55:42 +09:00
SHEnumerateUnreadMailAccountsW.cpp [SHELL32][SHELL32_APITEST][SDK] Implement SHEnumerateUnreadMailAccountsW (#7619) 2025-01-20 08:32:07 +09:00
SHGetAttributesFromDataObject.cpp [SHELL32][SHELL32_APITEST] Add SHGetAttributesFromDataObject 2021-11-15 20:02:13 +01:00
SHGetComputerDisplayNameW.cpp [SHELL32][SHELL32_APITEST][SDK] SHGetComputerDisplayNameW (#7670) 2025-01-28 23:23:54 +09:00
SHGetUnreadMailCountW.cpp [SHELL32][SHELL32_APITEST][SDK] Implement SHGetUnreadMailCountW (#7622) 2025-01-20 09:51:27 +09:00
SHGetUserDisplayName.cpp [SHELL32][SHELL32_APITEST][SDK] Implement SHGetUserDisplayName (#7612) 2025-01-17 09:33:52 +09:00
SHIsBadInterfacePtr.cpp [SHELL32][SHELL32_APITEST][SDK] SHIsBadInterfacePtr (#7664) 2025-01-26 19:24:24 +09:00
SHLimitInputEdit.cpp
SHParseDisplayName.cpp [SHELL32_APITEST] SHParseDisplayName: Add tests for shell:windows\system32 etc. (#7157) 2024-07-19 22:41:02 +09:00
SHRestricted.cpp [SHELL32_APITEST] Add SHRestricted testcase (#6558) 2024-02-29 20:26:01 +09:00
SHSetUnreadMailCountW.cpp [SHELL32][SHELL32_APITEST][SDK] Implement SHSetUnreadMailCountW (#7620) 2025-01-19 21:26:19 +09:00
SHShouldShowWizards.cpp [SHELL32][SHELL32_APITEST][SDK] Implement SHShouldShowWizards (#7614) 2025-01-17 13:36:20 +09:00
StrRStr.cpp [SHELL32][SHELL32_APITEST][SDK] Implement StrRStrA/W (#7621) 2025-01-20 08:50:26 +09:00
sysicon.ico [SHELL32_APITESTS] Add ROS.ico test file. Improve shell32:ExtractIconEx tests (#5169) 2023-03-30 13:31:13 +02:00
testlist.c [SHELL32_APITEST] Comment out OpenAs_RunDLL test 2025-05-18 11:54:26 +00:00