ReactOS 0.4.17-dev-470-gf9e3448
testlist.c
Go to the documentation of this file.
1
2#define STANDALONE
3#include <wine/test.h>
4
5extern void func_AddCommas(void);
6extern void func_AssocCreateElement(void);
7extern void func_Control_RunDLLW(void);
8extern void func_CFSFolder(void);
9extern void func_CheckEscapes(void);
10extern void func_CIDLData(void);
11extern void func_CMyComputer(void);
12extern void func_CommandLineToArgvW(void);
13extern void func_CShellDesktop(void);
14extern void func_CShellDispatch(void);
15extern void func_CShellLink(void);
16extern void func_CUserNotification(void);
17extern void func_DragDrop(void);
18extern void func_ExtractIconEx(void);
19extern void func_FindExecutable(void);
20extern void func_GetDisplayNameOf(void);
21extern void func_GUIDFromString(void);
22extern void func_ILCreateFromPath(void);
23extern void func_ILIsEqual(void);
24extern void func_Int64ToString(void);
25extern void func_IShellFolderViewCB(void);
26extern void func_LockServer(void);
27extern void func_menu(void);
28extern void func_OpenAs_RunDLL(void);
30extern void func_PathIsTemporary(void);
31extern void func_PathMakeUniqueName(void);
32extern void func_PathProcessCommand(void);
33extern void func_PathResolve(void);
34extern void func_PIDL(void);
35extern void func_RealShellExecuteEx(void);
36extern void func_SHAppBarMessage(void);
37extern void func_SHChangeNotify(void);
38extern void func_SHCreateDataObject(void);
41extern void func_SHDefExtractIcon(void);
44extern void func_She(void);
45extern void func_ShellExec_RunDLL(void);
46extern void func_ShellExecCmdLine(void);
47extern void func_ShellExecuteEx(void);
48extern void func_ShellExecuteW(void);
49extern void func_ShellHook(void);
50extern void func_ShellState(void);
53extern void func_SHGetFileInfo(void);
55extern void func_SHGetUserDisplayName(void);
56extern void func_SHIsBadInterfacePtr(void);
57extern void func_SHLimitInputEdit(void);
58extern void func_SHParseDisplayName(void);
59extern void func_SHShouldShowWizards(void);
61extern void func_SHRestricted(void);
63extern void func_StrRStr(void);
64
65const struct test winetest_testlist[] =
66{
67 { "AddCommas", func_AddCommas },
68 { "AssocCreateElement", func_AssocCreateElement },
69 { "Control_RunDLLW", func_Control_RunDLLW },
70 { "CFSFolder", func_CFSFolder },
71 { "CheckEscapes", func_CheckEscapes },
72 { "CIDLData", func_CIDLData },
73 { "CMyComputer", func_CMyComputer },
74 { "CommandLineToArgvW", func_CommandLineToArgvW },
75 { "CShellDesktop", func_CShellDesktop },
76 { "CShellDispatch", func_CShellDispatch },
77 { "CShellLink", func_CShellLink },
78 //{ "CUserNotification", func_CUserNotification }, // Test is broken on Win 2003
79 { "DragDrop", func_DragDrop },
80 { "ExtractIconEx", func_ExtractIconEx },
81 { "FindExecutable", func_FindExecutable },
82 { "GetDisplayNameOf", func_GetDisplayNameOf },
83 { "GUIDFromString", func_GUIDFromString },
84 { "ILCreateFromPath", func_ILCreateFromPath },
85 { "ILIsEqual", func_ILIsEqual },
86 { "Int64ToString", func_Int64ToString },
87 { "IShellFolderViewCB", func_IShellFolderViewCB },
88 { "LockServer", func_LockServer },
89 { "menu", func_menu },
90 //{ "OpenAs_RunDLL", func_OpenAs_RunDLL }, // Test hangs on Win 2003
91 { "PathIsEqualOrSubFolder", func_PathIsEqualOrSubFolder },
92 { "PathIsTemporary", func_PathIsTemporary },
93 { "PathMakeUniqueName", func_PathMakeUniqueName },
94 { "PathProcessCommand", func_PathProcessCommand },
95 { "PathResolve", func_PathResolve },
96 { "PIDL", func_PIDL },
97 { "RealShellExecuteEx", func_RealShellExecuteEx },
98 { "SHAppBarMessage", func_SHAppBarMessage },
99 { "SHChangeNotify", func_SHChangeNotify },
100 { "SHCreateDataObject", func_SHCreateDataObject },
101 { "SHCreateFileDataObject", func_SHCreateFileDataObject },
102 { "SHCreateFileExtractIconW", func_SHCreateFileExtractIconW },
103 { "SHDefExtractIcon", func_SHDefExtractIcon },
104 { "SHEnumerateUnreadMailAccountsW", func_SHEnumerateUnreadMailAccountsW },
105 { "SHEvaluateSystemCommandTemplate", func_SHEvaluateSystemCommandTemplate },
106 { "She", func_She },
107 //{ "ShellExec_RunDLL", func_ShellExec_RunDLL }, Broke on Windows
108 //{ "ShellExecCmdLine", func_ShellExecCmdLine }, Broke on Windows
109 //{ "ShellExecuteEx", func_ShellExecuteEx }, Broke on Windows
110 //{ "ShellExecuteW", func_ShellExecuteW }, Broke on Windows
111 { "ShellHook", func_ShellHook },
112 { "ShellState", func_ShellState },
113 { "SHGetAttributesFromDataObject", func_SHGetAttributesFromDataObject },
114 { "SHGetComputerDisplayNameW", func_SHGetComputerDisplayNameW },
115 { "SHGetFileInfo", func_SHGetFileInfo },
116 { "SHGetUnreadMailCountW", func_SHGetUnreadMailCountW },
117 { "SHGetUserDisplayName", func_SHGetUserDisplayName },
118 { "SHIsBadInterfacePtr", func_SHIsBadInterfacePtr },
119 { "SHLimitInputEdit", func_SHLimitInputEdit },
120 { "SHParseDisplayName", func_SHParseDisplayName },
121 { "SHShouldShowWizards", func_SHShouldShowWizards },
122 { "SHSimpleIDListFromPath", func_SHSimpleIDListFromPath },
123 { "SHRestricted", func_SHRestricted },
124 { "SHSetUnreadMailCountW", func_SHSetUnreadMailCountW },
125 { "StrRStr", func_StrRStr },
126
127 { 0, 0 }
128};
#define test
Definition: rosglue.h:37
const struct test winetest_testlist[]
Definition: testlist.c:25
void func_GetDisplayNameOf(void)
void func_LockServer(void)
void func_DragDrop(void)
void func_SHLimitInputEdit(void)
void func_Int64ToString(void)
void func_CommandLineToArgvW(void)
void func_ShellHook(void)
void func_PIDL(void)
void func_RealShellExecuteEx(void)
void func_StrRStr(void)
void func_FindExecutable(void)
void func_CUserNotification(void)
void func_PathProcessCommand(void)
void func_SHGetUserDisplayName(void)
void func_SHGetFileInfo(void)
void func_IShellFolderViewCB(void)
void func_SHParseDisplayName(void)
void func_SHCreateFileExtractIconW(void)
void func_ShellState(void)
void func_SHEvaluateSystemCommandTemplate(void)
void func_Control_RunDLLW(void)
void func_CShellDesktop(void)
void func_GUIDFromString(void)
void func_SHGetComputerDisplayNameW(void)
void func_CShellLink(void)
void func_ILCreateFromPath(void)
void func_PathResolve(void)
void func_ILIsEqual(void)
void func_SHAppBarMessage(void)
void func_SHSetUnreadMailCountW(void)
void func_CheckEscapes(void)
void func_CMyComputer(void)
void func_SHShouldShowWizards(void)
void func_SHRestricted(void)
void func_She(void)
void func_SHChangeNotify(void)
void func_ShellExecCmdLine(void)
void func_ShellExec_RunDLL(void)
void func_PathMakeUniqueName(void)
void func_PathIsEqualOrSubFolder(void)
void func_AddCommas(void)
void func_menu(void)
void func_ExtractIconEx(void)
void func_CIDLData(void)
void func_SHEnumerateUnreadMailAccountsW(void)
void func_AssocCreateElement(void)
void func_OpenAs_RunDLL(void)
void func_SHSimpleIDListFromPath(void)
void func_SHDefExtractIcon(void)
void func_ShellExecuteW(void)
void func_CFSFolder(void)
void func_SHCreateDataObject(void)
void func_ShellExecuteEx(void)
void func_SHGetUnreadMailCountW(void)
void func_PathIsTemporary(void)
void func_SHGetAttributesFromDataObject(void)
void func_CShellDispatch(void)
void func_SHIsBadInterfacePtr(void)
void func_SHCreateFileDataObject(void)