[M3devel] m3test failure on FreeBSD
Olaf Wagner
wagner at elegosoft.com
Sat Jul 24 11:08:17 CEST 2010
Has anybody any idea why this stubbornly fails on FreeBSD4 in current:
http://hudson.modula3.com:8080/job/cm3-current-test-m3tests-FreeBSD4/10/console
Obviously, the subdirectory cannot be removed by FSUtils.RmRec; error
code 66 means it is not empty.
I've written this small test program
MODULE rmtest EXPORTS Main;
IMPORT IO, FSUtils;
CONST d =
"/pub/users/hudson/workspace/cm3-current-test-m3tests-FreeBSD4/cm3/m3-sys/m3tests/src/p2/p240/FreeBSD4";
BEGIN
TRY
FSUtils.RmRec( d );
EXCEPT
FSUtils.E(m) => IO.Put( m );
END;
END rmtest.
and of course it runs without a problem :-/
There is nothing suspicious in that directory after the test, at least
I cannot see anything. I haven't noticed this problem on any other platform,
and in the release branch the tests ran, too.
Any ideas?
Olaf
--
Olaf Wagner -- elego Software Solutions GmbH
Gustav-Meyer-Allee 25 / Gebäude 12, 13355 Berlin, Germany
phone: +49 30 23 45 86 96 mobile: +49 177 2345 869 fax: +49 30 23 45 86 95
http://www.elegosoft.com | Geschäftsführer: Olaf Wagner | Sitz: Berlin
Handelregister: Amtsgericht Charlottenburg HRB 77719 | USt-IdNr: DE163214194
More information about the M3devel
mailing list