mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-20 03:23:23 +08:00
[0.1.x] test: TypeInfoTest.testPtr reproduces issue 10393
git-svn-id: https://pykd.svn.codeplex.com/svn@74272 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
parent
11f8d3324c
commit
7f2e735905
@ -111,6 +111,10 @@ class TypeInfoTest( unittest.TestCase ):
|
|||||||
|
|
||||||
ti = target.module.type("classChild")
|
ti = target.module.type("classChild")
|
||||||
self.assertEqual( "enumType", ti.m_enumField.name() )
|
self.assertEqual( "enumType", ti.m_enumField.name() )
|
||||||
|
|
||||||
|
def testPtr(self):
|
||||||
|
self.assertEqual( "listStruct1*", target.module.type( "g_listHead1" ).name() )
|
||||||
|
self.assertEqual( "Void*", target.module.type( "g_voidPtr" ).name() )
|
||||||
|
|
||||||
def testUnion(self):
|
def testUnion(self):
|
||||||
ti = target.module.type("unionTest")
|
ti = target.module.type("unionTest")
|
||||||
|
Loading…
Reference in New Issue
Block a user