
Juergen Schoenwaelder wrote:
=?ISO-8859-1?Q?Frank Strau=DF?= writes:
Frank> Can anyone else on this list confirm any of our - good or Frank> failing - observations on the last test of the "make check" Frank> test suite in 0.4.2?
I just compiled on "SunOS thesun 5.8 Generic_108528-15 sun4u sparc SUNW,Sun-Fire-280R" and I also see that a several tests fail. It turns out that the order of some of the identifiers is different on these platforms. For example, smidump -f metrics on Debian Gnu/Linux produces [...] Note that the last two lines are swapped and that this list is sorted by the percentages. The code just calls qsort() and I guess this is why see these differences since qsort implementations differ in how they order identical values...
I just ran the test suite on our Sparc/Solaris box and got 4 failed tests: this "metrics" problem, two segfaults ("xml" and "python"), and the varying floating point values in the "cm" case. But still no problems with the "parser" test ("PASS: parser.test").