Wenzel Jakob | 17cdb06 | 2016-03-10 13:24:10 +0100 | [diff] [blame] | 1 | const char * |
Wenzel Jakob | d3349af | 2016-03-26 23:04:10 +0100 | [diff] [blame] | 2 | c |
Wenzel Jakob | 1e3be73 | 2016-05-24 23:42:05 +0200 | [diff] [blame] | 3 | Failed as expected: Tried to call pure virtual function "Base::dispatch" |
Wenzel Jakob | f5c154a | 2016-04-11 18:13:08 +0200 | [diff] [blame] | 4 | Yay.. |
Wenzel Jakob | dbe43ff | 2016-04-21 12:21:14 +0200 | [diff] [blame] | 5 | [Placeholder[1], Placeholder[2], Placeholder[3], Placeholder[4]] |
Wenzel Jakob | 6ca6e82 | 2016-04-27 14:33:52 +0200 | [diff] [blame] | 6 | [3, 5, 7, 9, 11, 13, 15] |
Wenzel Jakob | d2b628b | 2016-04-30 23:02:39 +0200 | [diff] [blame] | 7 | 0==0, 1==1, 2==2, 3==3, 4==4, 5==5, 6==6, 7==7, 8==8, 9==9, |
Wenzel Jakob | bd57eb4 | 2016-05-01 14:42:20 +0200 | [diff] [blame] | 8 | Failed as expected: Incompatible function arguments. The following argument types are supported: |
Dean Moldovan | ed23dda | 2016-08-04 01:40:40 +0200 | [diff] [blame] | 9 | 1. (arg0: example.issues.ElementA) -> None |
Andreas Bergmeier | 2dd2157 | 2016-05-24 10:15:43 +0200 | [diff] [blame] | 10 | Invoked with: None |
Wenzel Jakob | 3f200fa | 2016-05-17 15:35:29 +0200 | [diff] [blame] | 11 | Failed as expected: Incompatible function arguments. The following argument types are supported: |
Dean Moldovan | ecced6c | 2016-07-31 20:03:18 +0200 | [diff] [blame] | 12 | 1. (arg0: int) -> int |
Andreas Bergmeier | 2dd2157 | 2016-05-24 10:15:43 +0200 | [diff] [blame] | 13 | Invoked with: 5.2 |
Wenzel Jakob | 3f200fa | 2016-05-17 15:35:29 +0200 | [diff] [blame] | 14 | 12.0 |
Wenzel Jakob | 86d825f | 2016-05-26 13:19:27 +0200 | [diff] [blame] | 15 | C++ version |
| 16 | A.f() |
| 17 | Python version |
| 18 | PyA.PyA() |
| 19 | PyA.f() |
| 20 | In python f() |
Jason Rhinelander | 4e45e18 | 2016-07-17 17:43:00 -0400 | [diff] [blame] | 21 | StrIssue.__str__ called |
| 22 | StrIssue[3] |
| 23 | Failed as expected: Incompatible constructor arguments. The following argument types are supported: |
Dean Moldovan | ecced6c | 2016-07-31 20:03:18 +0200 | [diff] [blame] | 24 | 1. example.issues.StrIssue(arg0: int) |
Jason Rhinelander | 4e45e18 | 2016-07-17 17:43:00 -0400 | [diff] [blame] | 25 | 2. example.issues.StrIssue() |
| 26 | Invoked with: no, such, constructor |
Jason Rhinelander | 3f58937 | 2016-08-07 13:05:26 -0400 | [diff] [blame] | 27 | ### 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 Rhinelander | 1b05ce5 | 2016-08-09 17:57:59 -0400 | [diff] [blame] | 36 | 13 |
| 37 | 103 |
| 38 | 1003 |
| 39 | 3 |
| 40 | 1 |
| 41 | 35 |
Jason Rhinelander | f2ecd89 | 2016-08-10 12:08:04 -0400 | [diff] [blame] | 42 | -2 |
| 43 | 42 |
| 44 | -2 |
| 45 | 42 |
Jason Rhinelander | 3f58937 | 2016-08-07 13:05:26 -0400 | [diff] [blame] | 46 | ### NestC @ 0x1633110 destroyed |
| 47 | ### NestB @ 0x1633110 destroyed |
| 48 | ### NestA @ 0x1633110 destroyed |
| 49 | ### NestABase @ 0x1633110 destroyed |
Jason Rhinelander | f2ecd89 | 2016-08-10 12:08:04 -0400 | [diff] [blame] | 50 | 42 |
Jason Rhinelander | 3f58937 | 2016-08-07 13:05:26 -0400 | [diff] [blame] | 51 | ### NestA @ 0x15eb630 destroyed |
| 52 | ### NestABase @ 0x15eb630 destroyed |
| 53 | ### NestB @ 0x1704000 destroyed |
| 54 | ### NestA @ 0x1704000 destroyed |
| 55 | ### NestABase @ 0x1704000 destroyed |