blob: 0386d2c66832bc07c1bfddc8b3c6b1921de69cd7 [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:
9 1. (example.issues.ElementA) -> NoneType
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:
12 1. (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:
24 1. example.issues.StrIssue(int)
25 2. example.issues.StrIssue()
26 Invoked with: no, such, constructor