Go to the source code of this file.
◆ START_TEST()
START_TEST |
( |
TunnelCache |
| ) |
|
Definition at line 274 of file TunnelCache.c.
275{
279}
static void Test_VeryLongTests(void)
static void Test_LongTests(void)
static void Test_ShortTests(void)
◆ Test_LongTests()
Definition at line 105 of file TunnelCache.c.
106{
109 CHAR TestDir[] =
"XTestDirTunnelCache";
112
113
115 {
116 win_skip(
"No test directory available\n");
117 return;
118 }
119
120
122 {
123 TestDir[0] =
'0' +
i;
125 {
127 {
129 win_skip(
"No test directory available\n");
130 return;
131 }
132
133 break;
134 }
135 }
136
138 {
139 win_skip(
"No test directory available\n");
140 return;
141 }
142
152
153
154
156
165
168
178
181
185
188}
#define INVALID_HANDLE_VALUE
#define FILE_ATTRIBUTE_NORMAL
BOOL WINAPI GetFileTime(IN HANDLE hFile, OUT LPFILETIME lpCreationTime OPTIONAL, OUT LPFILETIME lpLastAccessTime OPTIONAL, OUT LPFILETIME lpLastWriteTime OPTIONAL)
#define RtlCompareMemory(s1, s2, l)
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean const GLdouble const GLfloat const GLint const GLshort const GLbyte const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLdouble const GLfloat const GLfloat const GLint const GLint const GLshort const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort GLenum GLenum GLenum GLfloat GLenum GLint GLenum GLenum GLenum GLfloat GLenum GLenum GLint GLenum GLfloat GLenum GLint GLint GLushort GLenum GLenum GLfloat GLenum GLenum GLint GLfloat const GLubyte GLenum GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLint GLint GLsizei GLsizei GLint GLenum GLenum const GLvoid GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLenum const GLdouble GLenum GLenum const GLfloat GLenum GLenum const GLint GLsizei GLuint GLfloat GLuint GLbitfield GLfloat GLint GLuint GLboolean GLenum GLfloat GLenum GLbitfield GLenum GLfloat GLfloat GLint GLint const GLfloat GLenum GLfloat GLfloat GLint GLint GLfloat GLfloat GLint GLint const GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat const GLdouble const GLfloat const GLdouble const GLfloat GLint i
VOID WINAPI DECLSPEC_HOTPATCH Sleep(IN DWORD dwMilliseconds)
#define SetCurrentDirectory
#define GetCurrentDirectory
Referenced by START_TEST().
◆ Test_ShortTests()
Definition at line 192 of file TunnelCache.c.
193{
198 CHAR TestDir[] =
"XTestDirTunnelCache";
200
201
203 {
204 win_skip(
"No test directory available\n");
205 return;
206 }
207
208
210 {
211 TestDir[0] =
'0' +
i;
213 {
215 {
217 win_skip(
"No test directory available\n");
218 return;
219 }
220
221 break;
222 }
223 }
224
226 {
227 win_skip(
"No test directory available\n");
228 return;
229 }
230
239
244
245 ok(
MoveFile(
"verylongfilename",
"verylongfilename2") !=
FALSE,
"MoveFile() failed\n");
250
259
265
269
272}
int strcmp(const char *String1, const char *String2)
BOOL WINAPI FindClose(HANDLE hFindFile)
IN PDCB IN POEM_STRING IN PUNICODE_STRING IN OUT POEM_STRING ShortName
#define MOVEFILE_REPLACE_EXISTING
#define RtlCopyMemory(Destination, Source, Length)
Referenced by START_TEST().
◆ Test_VeryLongTests()
Definition at line 12 of file TunnelCache.c.
13{
16 CHAR TestDir[] =
"XTestDirTunnelCache";
19
20 win_skip(
"Too long, see: ROSTESTS-177\n");
21 return;
22
23
25 {
26 win_skip(
"No test directory available\n");
27 return;
28 }
29
30
32 {
35 {
37 {
39 win_skip(
"No test directory available\n");
40 return;
41 }
42
43 break;
44 }
45 }
46
48 {
49 win_skip(
"No test directory available\n");
50 return;
51 }
52
62
63
64
66
75
77
78
79
82
92
94
98
101}
Referenced by START_TEST().