Leopold Toetsch wrote:



-------- Original Message --------
Subject: a warning and a failure for parrot in Tru64
Date: Thu, 31 Mar 2005 20:41:30 +0300
From: Jarkko Hietaniemi <[EMAIL PROTECTED]>
To: Leopold Toetsch <[EMAIL PROTECTED]>

cc: Warning: pylist.pmc, line 601: In this statement, the referenced
type of the pointer value "value" is "struct PMC", which is not
compatible with "struct List". (ptrmismatch)^M
        list_splice(interpreter, list, value, start, end-start);^M
---------------------------------------^

And all of md5.t fail, here's the first one:

t/library/md5..................# Failed test (t/library/md5.t at
line 31)^M
# got: '0725ab1dfe30df5f1f20d44a53159406^M
# 4b3b7a24af37bc4091d9d60dcfe9deac^M
# 875790f4f6efec1f4f96ed0e21866559^M
# a444b9826bdc2ca5e1dca89f155225a9^M
# '^M
# expected: '8b1a9953c4611296a827abf8c47804d7^M
# 6fc422233a40a75a1f028e11c3cd1140^M
# e7cb1e977e896954fec46d2ea7832072^M
# ed076287532e86365e841e92bfc50d8c^M
# '^M

Having never had access to a Tru64 system, does that mean that parrot is compiled 64 bit?


Two initial comments:

* This is a platform that we've not had a chance to test on, so I'm grateful to see it tested on a new platform. It was hoped that it would work, but to stop the test failing it was supposed to skip them until formally tested. Why did the skipping not work though? What would the intsize attribute be (from config_lib.pasm I guess)

* Secondly, any chance I can get access to other platforms, such as this one, to troubleshoot the problem? If not, perhaps I can instrument the code and have the results sent back to me...

Cheers,

Nick

Reply via email to