blob: 1d5d0fbc8c2c9b9e4284996e54a9a6914638e36f [file] [log] [blame]
Wenzel Jakob17cdb062016-03-10 13:24:10 +01001const char *
Wenzel Jakobd3349af2016-03-26 23:04:10 +01002c
Wenzel Jakob1e3be732016-05-24 23:42:05 +02003Failed as expected: Tried to call pure virtual function "Base::dispatch"
Wenzel Jakobf5c154a2016-04-11 18:13:08 +02004Yay..
Wenzel Jakobdbe43ff2016-04-21 12:21:14 +02005[Placeholder[1], Placeholder[2], Placeholder[3], Placeholder[4]]
Wenzel Jakob6ca6e822016-04-27 14:33:52 +02006[3, 5, 7, 9, 11, 13, 15]
Wenzel Jakobd2b628b2016-04-30 23:02:39 +020070==0, 1==1, 2==2, 3==3, 4==4, 5==5, 6==6, 7==7, 8==8, 9==9,
Wenzel Jakobbd57eb42016-05-01 14:42:20 +02008Failed as expected: Incompatible function arguments. The following argument types are supported:
Dean Moldovaned23dda2016-08-04 01:40:40 +02009 1. (arg0: example.issues.ElementA) -> None
Andreas Bergmeier2dd21572016-05-24 10:15:43 +020010 Invoked with: None
Wenzel Jakob3f200fa2016-05-17 15:35:29 +020011Failed as expected: Incompatible function arguments. The following argument types are supported:
Dean Moldovanecced6c2016-07-31 20:03:18 +020012 1. (arg0: int) -> int
Andreas Bergmeier2dd21572016-05-24 10:15:43 +020013 Invoked with: 5.2
Wenzel Jakob3f200fa2016-05-17 15:35:29 +02001412.0
Wenzel Jakob86d825f2016-05-26 13:19:27 +020015C++ version
16A.f()
17Python version
18PyA.PyA()
19PyA.f()
20In python f()
Jason Rhinelander4e45e182016-07-17 17:43:00 -040021StrIssue.__str__ called
22StrIssue[3]
23Failed as expected: Incompatible constructor arguments. The following argument types are supported:
Dean Moldovanecced6c2016-07-31 20:03:18 +020024 1. example.issues.StrIssue(arg0: int)
Jason Rhinelander4e45e182016-07-17 17:43:00 -040025 2. example.issues.StrIssue()
26 Invoked with: no, such, constructor
Jason Rhinelander3f589372016-08-07 13:05:26 -040027### NestABase @ 0x15eb630 created via default constructor
28### NestA @ 0x15eb630 created via default constructor
29### NestABase @ 0x1704000 created via default constructor
30### NestA @ 0x1704000 created via default constructor
31### NestB @ 0x1704000 created via default constructor
32### NestABase @ 0x1633110 created via default constructor
33### NestA @ 0x1633110 created via default constructor
34### NestB @ 0x1633110 created via default constructor
35### NestC @ 0x1633110 created via default constructor
Jason Rhinelander1b05ce52016-08-09 17:57:59 -04003613
37103
381003
393
401
4135
Jason Rhinelanderf2ecd892016-08-10 12:08:04 -040042-2
4342
44-2
4542
Jason Rhinelander3f589372016-08-07 13:05:26 -040046### NestC @ 0x1633110 destroyed
47### NestB @ 0x1633110 destroyed
48### NestA @ 0x1633110 destroyed
49### NestABase @ 0x1633110 destroyed
Jason Rhinelanderf2ecd892016-08-10 12:08:04 -04005042
Jason Rhinelander3f589372016-08-07 13:05:26 -040051### NestA @ 0x15eb630 destroyed
52### NestABase @ 0x15eb630 destroyed
53### NestB @ 0x1704000 destroyed
54### NestA @ 0x1704000 destroyed
55### NestABase @ 0x1704000 destroyed