[Mono-list] make check fails

Robert Jordan robertj at gmx.net
Tue Jun 26 10:13:41 EDT 2007


Jurek Bartuszek wrote:
>>> I'm running make check against mono-1.2.4 and I noticed that some of the
>>> tests fail:
>>>
>>> Failures:
>>> 1) MonoTests.Mono.Unix.UnixGroupTest.ListAllGroups_ToString : #TLAU_TS:
>>> Exception listing local groups: System.IO.FileNotFoundException: Nie ma
>>> takiego pliku ani katalogu ---> Mono.Unix.UnixIOException: Nie ma
>>> takiego pliku ani katalogu [ENOENT].
>> The test probably can't open /etc/group on your system.
> 
> I see, is there a one file that controls/lists all the tests so I can
> remove this one from the set?

There is no exclusion file.

You should rather fix the problem on your system. Are you using a
chrooted environment for "make check"? Maybe it doesn't contain
/etc/group.

Robert



More information about the Mono-list mailing list