Ticket #1320 (new todo)
./t/pmc/multidispatch.t: Can test be un-TODO-ed?
| Reported by: | jkeenan | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | testing | Version: | 1.8.0 |
| Severity: | medium | Keywords: | |
| Cc: | allison coke | Language: | |
| Patch status: | Platform: |
Description
In the file in question, we see:
726 pir_output_is( <<'CODE', <<'OUT', "MMD on PMC types - Any", todo => 'RT #41 374' ); 727 728 .sub main :main 729 $P0 = new ['String'] 730 $P0 = "ok 1\n" 731 $P1 = new ['PerlInt'] 732 $P1 = "ok 2\n" 733 p($P0) 734 p($P1) 735 $P0 = new ['PerlInt'] 736 $P0 = 42 737 p($P0) 738 $P0 = new ['PerlInt'] 739 $P0 = 43 740 q($P0) 741 .end
RT #41374 was resolved without dealing with the todo in the test.
Change History
Note: See
TracTickets for help on using
tickets.
