Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
152c0d4b
Commit
152c0d4b
authored
Jan 16, 2010
by
André Hentschel
Committed by
Alexandre Julliard
Jan 18, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvcrt/tests: Add some demangle tests.
parent
1cdf1cc0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
cpp.c
dlls/msvcrt/tests/cpp.c
+4
-0
No files found.
dlls/msvcrt/tests/cpp.c
View file @
152c0d4b
...
...
@@ -1034,6 +1034,10 @@ static void test_demangle(void)
/* 113 */
{
"?f@T@@QAEHQAY1BE@BO@$$CBD@Z"
,
"public: int __thiscall T::f(char const (* const)[20][30])"
},
/* 114 */
{
"??0?$Foo@U?$vector_c@H$00$01$0?1$0A@$0A@$0HPPPPPPP@$0HPPPPPPP@$0HPPPPPPP@$0HPPPPPPP@$0HPPPPPPP@$0HPPPPPPP@$0HPPPPPPP@$0HPPPPPPP@$0HPPPPPPP@$0HPPPPPPP@$0HPPPPPPP@$0HPPPPPPP@$0HPPPPPPP@$0HPPPPPPP@$0HPPPPPPP@@mpl@boost@@@@QAE@XZ"
,
"public: __thiscall Foo<struct boost::mpl::vector_c<int,1,2,-2,0,0,2147483647,2147483647,2147483647,2147483647,2147483647,2147483647,2147483647,2147483647,2147483647,2147483647,2147483647,2147483647,2147483647,2147483647,2147483647> >::Foo<struct boost::mpl::vector_c<int,1,2,-2,0,0,2147483647,2147483647,2147483647,2147483647,2147483647,2147483647,2147483647,2147483647,2147483647,2147483647,2147483647,2147483647,2147483647,2147483647,2147483647> >(void)"
},
/* 115 */
{
"?swprintf@@YAHPAGIPBGZZ"
,
"int __cdecl swprintf(unsigned short *,unsigned int,unsigned short const *,...)"
},
/* 116 */
{
"?vswprintf@@YAHPAGIPBGPAD@Z"
,
"int __cdecl vswprintf(unsigned short *,unsigned int,unsigned short const *,char *)"
},
/* 117 */
{
"?vswprintf@@YAHPA_WIPB_WPAD@Z"
,
"int __cdecl vswprintf(wchar_t *,unsigned int,wchar_t const *,char *)"
},
/* 118 */
{
"?swprintf@@YAHPA_WIPB_WZZ"
,
"int __cdecl swprintf(wchar_t *,unsigned int,wchar_t const *,...)"
},
};
int
i
,
num_test
=
(
sizeof
(
test
)
/
sizeof
(
test
[
0
]));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment