On Thu, 15 Nov 2007, James Keenan via RT wrote:

> New version of t/configure/124-auto_alignptrs-05.t committed in r22840.

which now fails with

t/configure/124-auto_alignptrs-05....1..21
ok 1 - use config::init::defaults;
ok 2 - use config::inter::progs;
ok 3 - use config::auto::attributes;
ok 4 - use config::auto::alignptrs;
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 - inter::progs constructor returned defined value
ok 10 - The object isa inter::progs
ok 11 - inter::progs has description
Compilation failed with 'cc'
# Looks like you planned 21 tests but only ran 11.
dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 12-21
        Failed 10/21 tests, 52.38% okay
Failed Test                       Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/configure/124-auto_alignptrs-05  255 65280    21   20  95.24%  12-21
Failed 1/1 test scripts, 0.00% okay. 10/21 subtests failed, 52.38% okay.


The problem is that although I configured parrot to use 'gcc', the test 
program is trying to build with 'cc' from the perl $Config.

-- 
    Andy Dougherty              [EMAIL PROTECTED]

Reply via email to