# New Ticket Created by Andy Dougherty # Please include the string: [perl #45025] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=45025 >
On Solaris, I'm getting the following failure in both 107-inter_progs.01.t and .02 .t. I suspect it has to do with the use of callbacks in the Solaris hints file. I don't know offhand what's trying to OPEN what, but the TIEHANDLE emulation in Parrot::IO::Capture::Mini is incomplete. $ perl5.8 t/configure/107-inter_progs.01.t 1..24 ok 1 - use config::init::defaults; ok 2 - use config::init::install; ok 3 - use config::init::hints; ok 4 - use config::inter::progs; ok 5 - init::defaults constructor returned defined value ok 6 - The object isa init::defaults ok 7 - init::defaults has description ok 8 - init::defaults runstep() returned defined value ok 9 - init::install constructor returned defined value ok 10 - The object isa init::install ok 11 - init::install has description ok 12 - init::install runstep() returned defined value ok 13 - init::hints constructor returned defined value ok 14 - The object isa init::hints ok 15 - init::hints has description ok 16 - init::hints runstep() returned defined value ok 17 - Tie::Filehandle::Preempt::Stdin->can('READLINE') ok 18 - The object isa Tie::Filehandle::Preempt::Stdin ok 19 - inter::progs constructor returned defined value ok 20 - The object isa inter::progs ok 21 - inter::progs has description Can't locate object method "OPEN" via package "Parrot::IO::Capture::Mini" at lib/Parrot/Configure/Step.pm line 437. # Looks like you planned 24 tests but only ran 21. # Looks like your test died just after 21. -- Andy Dougherty [EMAIL PROTECTED]