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. > Failures: > 1) > MonoTests.System.Text.DecoderReplacementFallbackTest.DontChangeReadOnlyCodePageDecoderFallback > : Expected: NotSupportedException but was InvalidOperationException > at System.Text.Encoding.set_DecoderFallback These are fixed in SVN HEAD. Robert _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
