[Mono-dev] git/mono-2-8 branch fails 'make check' on x86_64 with default settings

Leszek Ciesielski skolima at gmail.com
Sat Nov 6 08:49:34 EDT 2010


Last change:

[mono] ~/workspace/mono @ git log |  head
commit f886d89ef7a7be1195300dd7a23349ee4d3d7b85
Author: Zoltan Varga <vargaz at gmail.com>
Date:   Fri Nov 5 19:10:07 2010 +0100

    Enlarge try-finally blocks preceeded by a Monitor.Enter () call to
include the call itself, to avoid races inherent in such code. Fixes
#651546.

Failing test (does not compile):

make[7]: Entering directory
`/home/skolima/workspace/mono/mcs/class/System.Runtime.Caching'
make test-local
make[8]: Entering directory
`/home/skolima/workspace/mono/mcs/class/System.Runtime.Caching'
MCS     [net_4_0] System.Runtime.Caching_test_net_4_0.dll
Test/System.Runtime.Caching/HostFileChangeMonitorTest.cs(47,47): warning
CS0219: The variable `monitor' is assigned but its value is never used
Test/System.Runtime.Caching/HostFileChangeMonitorTest.cs(139,47): warning
CS0219: The variable `monitor' is assigned but its value is never used
Test/System.Runtime.Caching/HostFileChangeMonitorTest.cs(206,37): warning
CS0168: The variable `monitor' is declared but never used
Test/System.Runtime.Caching/HostFileChangeMonitorTest.cs(228,37): warning
CS0168: The variable `monitor' is declared but never used
Test/System.Runtime.Caching/HostFileChangeMonitorTest.cs(252,37): warning
CS0168: The variable `monitor' is declared but never used
Test/System.Runtime.Caching/MemoryCacheTest.cs(47,37): warning CS0219: The
variable `mc' is assigned but its value is never used
Test/System.Runtime.Caching/MemoryCacheTest.cs(203,40): warning CS0219: The
variable `v' is assigned but its value is never used
Test/System.Runtime.Caching/MemoryCacheTest.cs(981,36): error CS0121: The
call is ambiguous between the following methods or properties:
`System.Runtime.Caching.ObjectCache.GetValues(System.Collections.Generic.IEnumerable<string>,
string)' and `System.Runtime.Caching.ObjectCache.GetValues(string, params
string[])'
/home/skolima/workspace/mono/mcs/class/lib/net_4_0/System.Runtime.Caching.dll
(Location of the symbol related to previous error)
Test/System.Runtime.Caching/MemoryCacheTest.cs(1160,30): warning CS0219: The
variable `onChangedCalled' is assigned but its value is never used
Test/System.Runtime.Caching/MemoryCacheTest.cs(1223,32): warning CS0219: The
variable `value' is assigned but its value is never used
Compilation failed: 1 error(s), 9 warnings
make[8]: *** [System.Runtime.Caching_test_net_4_0.dll] Error 1
make[8]: Leaving directory
`/home/skolima/workspace/mono/mcs/class/System.Runtime.Caching'
make[7]: *** [do-test] Error 2
make[7]: Leaving directory
`/home/skolima/workspace/mono/mcs/class/System.Runtime.Caching'
make[6]: *** [test-recursive] Error 1
make[6]: Leaving directory `/home/skolima/workspace/mono/mcs/class'
make[5]: *** [test-recursive] Error 1
make[5]: Leaving directory `/home/skolima/workspace/mono/mcs'
make[4]: *** [profile-do--net_4_0--test] Error 2
make[4]: Leaving directory `/home/skolima/workspace/mono/mcs'
make[3]: *** [profiles-do--test] Error 2
make[3]: Leaving directory `/home/skolima/workspace/mono/mcs'
make[2]: *** [mcs-do-test-profiles] Error 2
make[2]: Leaving directory `/home/skolima/workspace/mono/runtime'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/home/skolima/workspace/mono/runtime'
make: *** [check-recursive] Error 1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20101106/f51ef9be/attachment.html 


More information about the Mono-devel-list mailing list