Looks like somebody gave the TD-* machines the correct input. Yay! We
can actually see some green again!

On the other hand, everything else is still failing. I tried compiling
on a Solaris box, but the darned thing worked flawlessly. Here's a
summary of what's going wrong on the various tinderboxen; anybody have
any details on any of them?

### adrastea (Debian PPC) ###

Appears to mostly be the known sprintf problems.

  Failed Test      Status Wstat Total Fail  Failed  List of Failed
  ----------------------------------------------------------------
  t/op/interp.t              1   256     2    1  50.00%  2
  t/op/string.t              1   256    98    1   1.02%  89
  t/pmc/perlhash.t           1   256    21    1   4.76%  17
  t/src/sprintf.t            1   256     2    1  50.00%  1

### frivolous (Solaris 9 on Sparc; gcc-3.1) ###

Looks like it crashed in the hashtable test. Why???

  Failed Test      Stat Wstat Total Fail  Failed  List of Failed
  --------------------------------------------------------------
  t/pmc/perlhash.t    1   256    21    1   4.76%  17

### galactic-lcc (Debian x86, lcc 4.1) ###

Failed the "mod_n" test in number.t, and the "pushn & popn (deep)"
test in stacks.t.

  Failed Test   Status Wstat Total Fail  Failed  List of Failed
  -------------------------------------------------------------
  t/op/number.t      1   256    32    1   3.12%  10
  t/op/stacks.t      1   256    35    1   2.86%  34


### galactic-tcc (Debian x86, tcc 4.0 (TenDRA-4.1.2)) ###

Same machine, different compiler: one test now works, one still
breaks, and a new one breaks. Odd.

  Failed Test        Status Wstat Total Fail  Failed  List of Failed
  ------------------------------------------------------------------
  t/op/stacks.t              1   256    35    1   2.86%  34
  t/pmc/multiarray.t         2   512     3    2  66.67%  2-3


### glastig (Mac OS X 10.1) ###

I've seen this message before, but I thought it was fixed now:
"find_type returned 0 for illegal wanted -68". The next failure is
similar: "Sub PMCs should be type 17 but have incorrect type 16".
That's a test I added when debugging the previous message. Seems like
the type info is stale or something.

  Failed Test  Status Wstat Total Fail  Failed  List of failed
  ------------------------------------------------------------
  t/op/types.t      1   256     1    1 100.00%  1
  t/pmc/pmc.t       1   256    79    1   1.27%  71
  t/pmc/sub.t       1   256     3    1  33.33%  1

### momentum (IRIX 6.5), MIPSpro 7.30 ###

Hmmm... we've seen these same two tests fail before, on
galactic-tcc. Interesting.

  Failed Test  Status Wstat Total Fail  Failed  List of failed
  ------------------------------------------------------------
  t/pmc/multiarra   2   512     3    2  66.67%  2-3


### TD-Camaro (Compaq Tru64 Unix 5.1a) ###

It must all mean something...

  Failed Test  Status Wstat Total Fail  Failed  List of failed
  ------------------------------------------------------------
  t/op/lexicals.t   6  1536     6    6 100.00%  1-6
  t/pmc/multiarra   2   512     3    2  66.67%  2-3
  t/pmc/scratchpa   3   768     3    3 100.00%  1-3

### TD-Camry (Red Hat Linux 7.1 on Alpha) ###

This one has a mind (or bug?) of its own.

  Failed Test        Status Wstat Total Fail  Failed  List of Failed
  ------------------------------------------------------------------
  t/op/lexicals.t            6  1536     6    6 100.00%  1-6
  t/pmc/scratchpad.t         3   768     3    3 100.00%  1-3

### TD-Corvette (Compaq Tru64 Unix 4.0g) ###

An interesting assortment -- same as the previous, plus the recurring
multiarray 2-3 failures.

  Failed Test        Status Wstat Total Fail  Failed  List of Failed
  ------------------------------------------------------------------
  t/op/lexicals.t            6  1536     6    6 100.00%  1-6
  t/pmc/multiarray.t         2   512     3    2  66.67%  2-3
  t/pmc/scratchpad.t         3   768     3    3 100.00%  1-3

Reply via email to