Ticket #1248 (closed bug: invalid)
t/pmc/threads.t: two test failures
| Reported by: | jkeenan | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | testing | Version: | 1.7.0 |
| Severity: | medium | Keywords: | |
| Cc: | allison | Language: | |
| Patch status: | Platform: |
Description
The issues in this ticket were originally discussed in RT #46515. I closed that ticket, but that closing was probably premature, as two tests in t/pmc/threads.t have remained TODO-ed for two years. We didn't pick up on this in part because the comment in the source code had a typo in the RT number. So we need a Trac ticket to track the two tests.
451 TODO: {
452 local $TODO = "vtable overrides aren't properly cloned RT # 46511";
453
454 pir_output_is( <<'CODE', <<'OUTPUT', "CLONE_CODE |
CLONE_CLASSES; superclass not built-in" );
455 .namespace [ 'Foo' ]
...
537 }
538
539 pir_output_is( <<'CODE', <<'OUTPUT', "CLONE_CODE |
CLONE_CLASSES; superclass built-in", todo => 'likely incorrect test');
540 .namespace [ 'Foo' ]
...
622 OUTPUT
Change History
Note: See
TracTickets for help on using
tickets.
