Ticket #1248 (closed bug: invalid)

Opened 12 years ago

Last modified 10 years ago

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

Changed 12 years ago by mikehh

this seems to apply to all the tests I have run recently

I have run the tests smoke/fulltest on Ubuntu 9.10 amd64 and Ubuntu 9.10 i386 building with g++ and gcc, with and without --optimize and these TODO tests have given not ok in all cases.

my latest tests were at r42398 (amd64, g++ --optimize) but I ran all tests at r42391 (8 smokes and 8 fulltests)

Changed 12 years ago by jkeenan

Situation unchanged at r47499.

Changed 10 years ago by whiteknight

  • status changed from new to closed
  • resolution set to invalid

threading is gone. This ticket is invalid.

Note: See TracTickets for help on using tickets.