[NTDLL_APITEST] Add tests for RtlNtPathNameToDosPathName. CORE-12847
[reactos.git] / rostests / apitests / ntdll / testlist.c
1 #define __ROS_LONG64__
2
3 #define STANDALONE
4 #include <apitest.h>
5
6 extern void func_LdrEnumResources(void);
7 extern void func_NtAllocateVirtualMemory(void);
8 extern void func_NtApphelpCacheControl(void);
9 extern void func_NtContinue(void);
10 extern void func_NtCreateFile(void);
11 extern void func_NtCreateKey(void);
12 extern void func_NtCreateThread(void);
13 extern void func_NtDeleteKey(void);
14 extern void func_NtFreeVirtualMemory(void);
15 extern void func_NtMapViewOfSection(void);
16 extern void func_NtMutant(void);
17 extern void func_NtOpenProcessToken(void);
18 extern void func_NtOpenThreadToken(void);
19 extern void func_NtProtectVirtualMemory(void);
20 extern void func_NtQueryInformationProcess(void);
21 extern void func_NtQueryKey(void);
22 extern void func_NtQuerySystemEnvironmentValue(void);
23 extern void func_NtQueryVolumeInformationFile(void);
24 extern void func_NtReadFile(void);
25 extern void func_NtSaveKey(void);
26 extern void func_NtSetValueKey(void);
27 extern void func_NtSystemInformation(void);
28 extern void func_NtWriteFile(void);
29 extern void func_RtlAllocateHeap(void);
30 extern void func_RtlBitmap(void);
31 extern void func_RtlCopyMappedMemory(void);
32 extern void func_RtlDeleteAce(void);
33 extern void func_RtlDetermineDosPathNameType(void);
34 extern void func_RtlDosApplyFileIsolationRedirection_Ustr(void);
35 extern void func_RtlDoesFileExists(void);
36 extern void func_RtlDosPathNameToNtPathName_U(void);
37 extern void func_RtlDosSearchPath_U(void);
38 extern void func_RtlDosSearchPath_Ustr(void);
39 extern void func_RtlFirstFreeAce(void);
40 extern void func_RtlGenerate8dot3Name(void);
41 extern void func_RtlGetFullPathName_U(void);
42 extern void func_RtlGetFullPathName_Ustr(void);
43 extern void func_RtlGetFullPathName_UstrEx(void);
44 extern void func_RtlGetLengthWithoutTrailingPathSeperators(void);
45 extern void func_RtlGetLongestNtPathLength(void);
46 extern void func_RtlImageRvaToVa(void);
47 extern void func_RtlInitializeBitMap(void);
48 extern void func_RtlIsNameLegalDOS8Dot3(void);
49 extern void func_RtlMemoryStream(void);
50 extern void func_RtlNtPathNameToDosPathName(void);
51 extern void func_RtlpEnsureBufferSize(void);
52 extern void func_RtlReAllocateHeap(void);
53 extern void func_RtlUpcaseUnicodeStringToCountedOemString(void);
54 extern void func_StackOverflow(void);
55 extern void func_TimerResolution(void);
56
57 const struct test winetest_testlist[] =
58 {
59 { "LdrEnumResources", func_LdrEnumResources },
60 { "NtAllocateVirtualMemory", func_NtAllocateVirtualMemory },
61 { "NtApphelpCacheControl", func_NtApphelpCacheControl },
62 { "NtContinue", func_NtContinue },
63 { "NtCreateFile", func_NtCreateFile },
64 { "NtCreateKey", func_NtCreateKey },
65 { "NtCreateThread", func_NtCreateThread },
66 { "NtDeleteKey", func_NtDeleteKey },
67 { "NtFreeVirtualMemory", func_NtFreeVirtualMemory },
68 { "NtMapViewOfSection", func_NtMapViewOfSection },
69 { "NtMutant", func_NtMutant },
70 { "NtOpenProcessToken", func_NtOpenProcessToken },
71 { "NtOpenThreadToken", func_NtOpenThreadToken },
72 { "NtProtectVirtualMemory", func_NtProtectVirtualMemory },
73 { "NtQueryInformationProcess", func_NtQueryInformationProcess },
74 { "NtQueryKey", func_NtQueryKey },
75 { "NtQuerySystemEnvironmentValue", func_NtQuerySystemEnvironmentValue },
76 { "NtQueryVolumeInformationFile", func_NtQueryVolumeInformationFile },
77 { "NtReadFile", func_NtReadFile },
78 { "NtSaveKey", func_NtSaveKey},
79 { "NtSetValueKey", func_NtSetValueKey},
80 { "NtSystemInformation", func_NtSystemInformation },
81 { "NtWriteFile", func_NtWriteFile },
82 { "RtlAllocateHeap", func_RtlAllocateHeap },
83 { "RtlBitmapApi", func_RtlBitmap },
84 { "RtlCopyMappedMemory", func_RtlCopyMappedMemory },
85 { "RtlDeleteAce", func_RtlDeleteAce },
86 { "RtlDetermineDosPathNameType", func_RtlDetermineDosPathNameType },
87 { "RtlDosApplyFileIsolationRedirection_Ustr", func_RtlDosApplyFileIsolationRedirection_Ustr },
88 { "RtlDoesFileExists", func_RtlDoesFileExists },
89 { "RtlDosPathNameToNtPathName_U", func_RtlDosPathNameToNtPathName_U },
90 { "RtlDosSearchPath_U", func_RtlDosSearchPath_U },
91 { "RtlDosSearchPath_Ustr", func_RtlDosSearchPath_Ustr },
92 { "RtlFirstFreeAce", func_RtlFirstFreeAce },
93 { "RtlGenerate8dot3Name", func_RtlGenerate8dot3Name },
94 { "RtlGetFullPathName_U", func_RtlGetFullPathName_U },
95 { "RtlGetFullPathName_Ustr", func_RtlGetFullPathName_Ustr },
96 { "RtlGetFullPathName_UstrEx", func_RtlGetFullPathName_UstrEx },
97 { "RtlGetLengthWithoutTrailingPathSeperators", func_RtlGetLengthWithoutTrailingPathSeperators },
98 { "RtlGetLongestNtPathLength", func_RtlGetLongestNtPathLength },
99 { "RtlImageRvaToVa", func_RtlImageRvaToVa },
100 { "RtlInitializeBitMap", func_RtlInitializeBitMap },
101 { "RtlIsNameLegalDOS8Dot3", func_RtlIsNameLegalDOS8Dot3 },
102 { "RtlMemoryStream", func_RtlMemoryStream },
103 { "RtlNtPathNameToDosPathName", func_RtlNtPathNameToDosPathName },
104 { "RtlpEnsureBufferSize", func_RtlpEnsureBufferSize },
105 { "RtlReAllocateHeap", func_RtlReAllocateHeap },
106 { "RtlUpcaseUnicodeStringToCountedOemString", func_RtlUpcaseUnicodeStringToCountedOemString },
107 { "StackOverflow", func_StackOverflow },
108 { "TimerResolution", func_TimerResolution },
109
110 { 0, 0 }
111 };