| 107 | |
| 108 | - Edge cases on auto boxing/unboxing argument types, e.g. "Unable to set PMC value, the pointer is not a PMC" (t/oo/methods.t, t/oo/subclass.t) |
| 109 | |
| 110 | - GC attempting to mark a bad variable (t/op/box.t) |
| 111 | |
| 112 | - Insufficient checking on positional arguments passed inside named arguments (t/op/calling.t) |
| 113 | |
| 114 | - Insufficient checking on missing named arguments (t/op/cc_state.t) |
| 115 | |
| 116 | - Some tests need to be updated to match the current error messages (t/op/calling.t, t/op/cc_params.t) |
| 117 | |
| 118 | - Segfault in set_returns, possibly a null call object? (t/op/gc.t) |