[NTOS:KE/x64] Handle NMI vs swapgs race condition
[reactos.git] / modules / rostests / apitests / kernel32 / testlist.c
1 #define __ROS_LONG64__
2
3 #define STANDALONE
4 #include <apitest.h>
5
6 extern void func_ActCtxWithXmlNamespaces(void);
7 extern void func_ConsoleCP(void);
8 extern void func_CreateProcess(void);
9 extern void func_DefaultActCtx(void);
10 extern void func_DeviceIoControl(void);
11 extern void func_dosdev(void);
12 extern void func_FindActCtxSectionStringW(void);
13 extern void func_FindFiles(void);
14 extern void func_FLS(void);
15 extern void func_FormatMessage(void);
16 extern void func_GetComputerNameEx(void);
17 extern void func_GetCurrentDirectory(void);
18 extern void func_GetDriveType(void);
19 extern void func_GetModuleFileName(void);
20 extern void func_GetVolumeInformation(void);
21 extern void func_InitOnce(void);
22 extern void func_interlck(void);
23 extern void func_IsDBCSLeadByteEx(void);
24 extern void func_JapaneseCalendar(void);
25 extern void func_LoadLibraryExW(void);
26 extern void func_lstrcpynW(void);
27 extern void func_lstrlen(void);
28 extern void func_Mailslot(void);
29 extern void func_MultiByteToWideChar(void);
30 extern void func_PrivMoveFileIdentityW(void);
31 extern void func_QueueUserAPC(void);
32 extern void func_SetComputerNameExW(void);
33 extern void func_SetConsoleWindowInfo(void);
34 extern void func_SetCurrentDirectory(void);
35 extern void func_SetUnhandledExceptionFilter(void);
36 extern void func_SystemFirmware(void);
37 extern void func_TerminateProcess(void);
38 extern void func_TunnelCache(void);
39 extern void func_UEFIFirmware(void);
40 extern void func_WideCharToMultiByte(void);
41
42 const struct test winetest_testlist[] =
43 {
44 { "ConsoleCP", func_ConsoleCP },
45 { "CreateProcess", func_CreateProcess },
46 { "DefaultActCtx", func_DefaultActCtx },
47 { "DeviceIoControl", func_DeviceIoControl },
48 { "dosdev", func_dosdev },
49 { "FindActCtxSectionStringW", func_FindActCtxSectionStringW },
50 { "FindFiles", func_FindFiles },
51 { "FLS", func_FLS },
52 { "FormatMessage", func_FormatMessage },
53 { "GetComputerNameEx", func_GetComputerNameEx },
54 { "GetCurrentDirectory", func_GetCurrentDirectory },
55 { "GetDriveType", func_GetDriveType },
56 { "GetModuleFileName", func_GetModuleFileName },
57 { "GetVolumeInformation", func_GetVolumeInformation },
58 { "InitOnce", func_InitOnce },
59 { "interlck", func_interlck },
60 { "IsDBCSLeadByteEx", func_IsDBCSLeadByteEx },
61 { "JapaneseCalendar", func_JapaneseCalendar },
62 { "LoadLibraryExW", func_LoadLibraryExW },
63 { "lstrcpynW", func_lstrcpynW },
64 { "lstrlen", func_lstrlen },
65 { "MailslotRead", func_Mailslot },
66 { "MultiByteToWideChar", func_MultiByteToWideChar },
67 { "PrivMoveFileIdentityW", func_PrivMoveFileIdentityW },
68 { "QueueUserAPC", func_QueueUserAPC },
69 { "SetComputerNameExW", func_SetComputerNameExW },
70 { "SetConsoleWindowInfo", func_SetConsoleWindowInfo },
71 { "SetCurrentDirectory", func_SetCurrentDirectory },
72 { "SetUnhandledExceptionFilter", func_SetUnhandledExceptionFilter },
73 { "SystemFirmware", func_SystemFirmware },
74 { "TerminateProcess", func_TerminateProcess },
75 { "TunnelCache", func_TunnelCache },
76 { "UEFIFirmware", func_UEFIFirmware },
77 { "WideCharToMultiByte", func_WideCharToMultiByte },
78 { "ActCtxWithXmlNamespaces", func_ActCtxWithXmlNamespaces },
79 { 0, 0 }
80 };