66 win_skip(
"ucrtbase.dll not installed\n");
88 p___std_exception_copy(
NULL, &
src);
89 p___std_exception_copy(&
dst,
NULL);
91 src.what =
"invalid free";
93 p___std_exception_destroy(&
src);
94 p___std_exception_destroy(
NULL);
99 p___std_exception_copy(&
src, &
dst);
100 ok(
dst.what ==
src.what,
"expected what to be same, got src %p dst %p\n",
src.what,
dst.what);
101 ok(!
dst.dofree,
"expected 0, got %d\n",
dst.dofree);
104 p___std_exception_copy(&
src, &
dst);
105 ok(
dst.what !=
src.what,
"expected what to be different, got src %p dst %p\n",
src.what,
dst.what);
106 ok(
dst.dofree == 1,
"expected 1, got %d\n",
dst.dofree);
108 p___std_exception_destroy(&
dst);
109 ok(!
dst.what,
"expected NULL, got %p\n",
dst.what);
110 ok(!
dst.dofree,
"expected 0, got %d\n",
dst.dofree);
114 p___std_exception_copy(&
src, &
dst);
115 ok(!
dst.what,
"dst.what != NULL\n");
116 ok(!
dst.dofree,
"dst.dofree != FALSE\n");
120 p___std_exception_copy(&
src, &
dst);
121 ok(!
dst.what,
"dst.what != NULL\n");
122 ok(!
dst.dofree,
"dst.dofree != FALSE\n");
138 p___std_type_info_destroy_list(&
header);
143 p___std_type_info_destroy_list(&
header);
147 ok(!
strcmp(
ret,
"class a"),
"__std_type_info_name(&ti1) = %s\n",
ret);
150 p___std_type_info_destroy_list(&
header);
155 eq = p___std_type_info_compare(&ti1, &ti1);
156 ok(
eq == 0,
"__std_type_info_compare(&ti1, &ti1) = %d\n",
eq);
158 eq = p___std_type_info_compare(&ti1, &ti2);
159 ok(
eq == -1,
"__std_type_info_compare(&ti1, &ti2) = %d\n",
eq);
161 eq = p___std_type_info_compare(&ti1, &ti3);
162 ok(
eq == 0,
"__std_type_info_compare(&ti1, &ti3) = %d\n",
eq);
167 hash1 = p___std_type_info_hash(&ti1);
169 ok(hash1 == 0xcbf29ce44fd0bfc1,
"hash = %p\n", (
void*)hash1);
171 ok(hash1 == 0x811c9dc5,
"hash = %p\n", (
void*)hash1);
175 hash2 = p___std_type_info_hash(&ti1);
176 ok(hash1 == hash2,
"hash1 != hash2 (first char not ignored)\n");
179 hash1 = p___std_type_info_hash(&ti1);
181 ok(hash1 == 0xaf63bc4c29620a60,
"hash = %p\n", (
void*)hash1);
183 ok(hash1 == 0x40c5b8c,
"hash = %p\n", (
void*)hash1);
185 ok(hash1 != hash2,
"hash1 == hash2 for different strings\n");
188 hash2 = p___std_type_info_hash(&ti1);
189 ok(hash1 != hash2,
"hash1 == hash2 for different strings\n");
191 hash1 = p___std_type_info_hash(&ti2);
192 ok(hash1 != hash2,
"hash1 == hash2 for different strings\n");
197 static struct {
const char *
in;
const char *
out;
const char *
broken;
unsigned int flags;} und_tests[] =
199 {
"??4QDnsDomainNameRecord@@QAEAAV0@$$QAV0@@Z",
200 "public: class QDnsDomainNameRecord & __thiscall QDnsDomainNameRecord::operator=(class QDnsDomainNameRecord &&)"},
201 {
"??4QDnsDomainNameRecord@@QAEAAV0@$$QEAV0@@Z",
202 "public: class QDnsDomainNameRecord & __thiscall QDnsDomainNameRecord::operator=(class QDnsDomainNameRecord && __ptr64)"},
203 {
"??__K_l@@YA?AUCC@@I@Z",
"struct CC __cdecl operator \"\" _l(unsigned int)",
204 "??__K_l@@YA?AUCC@@I@Z" },
205 {
"?meth@Q@@QEGBA?AV1@XZ",
206 "public: class Q __cdecl Q::meth(void)const __ptr64& ",
207 "public: ?? :: ?? ::XZ::V1" },
208 {
"?meth@Q@@QEHAA?AV1@XZ",
209 "public: class Q __cdecl Q::meth(void) __ptr64&& ",
210 "public: ?? :: ?? ::XZ::V1" },
211 {
"?meth@Q@@QEGBA?AV1@XZ",
212 "public: class Q Q::meth(void)const & ",
213 "public: ?? :: ?? ::XZ::V1" ,
215 {
"?meth@Q@@QEHAA?AV1@XZ",
216 "public: class Q Q::meth(void)&& ",
217 "public: ?? :: ?? ::XZ::V1" ,
219 {
"?AU?$my_iter@H$0A@$$V@@",
220 "struct my_iter<int,0>",
223 {
"??$foo@J_W$$T@bar@@YAJQB_W$$THQAUgod@@@Z",
224 "long __cdecl bar::foo<long,wchar_t,std::nullptr_t>(wchar_t const * const,std::nullptr_t,int,struct god * const)"},
int strcmp(const char *String1, const char *String2)
#define UNDNAME_NO_MS_KEYWORDS
#define UNDNAME_NO_ARGUMENTS
#define GetProcAddress(x, y)
HINSTANCE WINAPI DECLSPEC_HOTPATCH LoadLibraryA(LPCSTR lpLibFileName)
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
#define eq(received, expected, label, type)
static char *__cdecl * p___unDName(char *, const char *, int, void *, void *, unsigned short int)
unsigned char MSVCRT_bool
static void test___std_type_info(void)
static void test___unDName(void)
static void *CDECL * p_malloc(size_t)
struct _type_info_list type_info_list
static void test___std_exception(void)
static const type_info140 *static const char *CDECL * p___std_type_info_name(type_info140 *, SLIST_HEADER *)
const char int int int static __inline const char * wine_dbgstr_a(const char *s)
#define SLIST_ENTRY(type)
wchar_t tm const _CrtWcstime_Writes_and_advances_ptr_ count wchar_t ** out
#define InterlockedPushEntrySList(SListHead, SListEntry)
#define InterlockedPopEntrySList(SListHead)
FORCEINLINE VOID InitializeSListHead(_Out_ PSLIST_HEADER SListHead)