diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-11-12 08:31:11 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-11-12 08:31:11 -0800 |
commit | a3903de867a0cff0854ea8e195469a48d11b9c9e (patch) | |
tree | 4d6a25d039e922b6f6eddfe6a5e64f0cf3a5922b /tests | |
parent | 93b48cd720995297f9ec27a8af0d5cbb065f4a9a (diff) |
demangle constructors
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_other.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_other.py b/tests/test_other.py index c79d9e5f..a2a1448f 100644 --- a/tests/test_other.py +++ b/tests/test_other.py @@ -1937,6 +1937,7 @@ done. EM_ASM(Module.print(demangle('__Z9parsewordRPKciRi'))); EM_ASM(Module.print(demangle('__Z5multiwahtjmxyz'))); EM_ASM(Module.print(demangle('__Z1aA32_iPA5_c'))); + EM_ASM(Module.print(demangle('__ZN21FWakaGLXFleeflsMarfooC2EjjjPKvbjj'))); one(17); return 0; } @@ -1958,6 +1959,7 @@ __cxxabiv1::__si_class_type_info::search_below_dst(__cxxabiv1::__dynamic_cast_in parseword(char*&, int, int&) multi(wchar_t, signed char, unsigned char, unsigned short, unsigned int, unsigned long, long long, unsigned long long, ...) a(int [32], char [5]*) +FWakaGLXFleeflsMarfoo::FWakaGLXFleeflsMarfoo(unsigned int, unsigned int, unsigned int, void*, bool, unsigned int, unsigned int) ''', output) # test for multiple functions in one stack trace assert 'one(int)' in output |