[Mono-dev] [Ironruby-core] build problems (mono, gmcs from svn)

C.J. Adams-Collier cjac at colliertech.org
Wed May 7 07:59:11 EDT 2008


FYI, the test suite seems to run fine:

cjcollier at karma:/usr/src/svn/mono/mono/mcs/tests$ make test-generics
make PROFILE=net_2_0 run-test
make[1]: Entering directory `/usr/src/svn/mono/mono/mcs/tests'
ok=:; make run-test-recursive || ok=false; make run-test-local ||  
ok=false; $ok
make[2]: Entering directory `/usr/src/svn/mono/mono/mcs/tests'
make[2]: Leaving directory `/usr/src/svn/mono/mono/mcs/tests'
make[2]: Entering directory `/usr/src/svn/mono/mono/mcs/tests'
MONO_RUNTIME='/usr/src/svn/mono/mono/runtime/mono-wrapper'  
MONO_PATH="../class/lib/net_2_0::$MONO_PATH" /usr/src/svn/mono/mono/ 
runtime/mono-wrapper --debug   ../class/lib/net_2_0/compiler- 
tester.exe -mode:pos -files:'*test-*.cs' -compiler:../class/lib/ 
net_2_0/gmcs.exe -issues:known-issues-gmcs -log:gmcs.log '-il:ver-il- 
gmcs.xml'
Loading ../class/lib/net_2_0/gmcs.exe ...
Loading verification data from `ver-il-gmcs.xml' ...
gtest-230.cs... KNOWN ISSUE (Compilation error)
gtest-344.cs... KNOWN ISSUE (Compilation error)
gtest-367.cs... KNOWN ISSUE (Compilation error)
gtest-393.cs... KNOWN ISSUE (Compilation error)
gtest-etree-01.cs...    KNOWN ISSUE (Execution error)
gtest-etree-03.cs...    KNOWN ISSUE (Execution error)
gtest-etree-04.cs...    KNOWN ISSUE (Execution error)
gtest-etree-07.cs...    KNOWN ISSUE (Execution error)
ltest-11.cs...  KNOWN ISSUE (Compilation error)
Async Callback STATE2
Async Callback STATE3
Async Callback STATE4
test-539.cs...  NOT TESTED
test-643.cs...  Missing IL verification data
test-643.cs...  FIXED ISSUE
test-xml-027.cs...      KNOWN ISSUE (Xml comparision error)
Done

1321 test cases passed (99.25%)
1 test(s) ignored
10 known issue(s)

known-issues-gmcs contains 1 already fixed issues. Please remove
test-643.cs



On May 7, 2008, at 4:28 AM, C.J. Adams-Collier wrote:

> Fixed.  Also, I am now modifying the ChangeLog file in the tests/  
> directory rather than the root of the mcs/ module.
>
> <mono-ironruby.diff>
> On May 6, 2008, at 8:36 PM, Raja R Harinath wrote:
>
>> Hi,
>>
>> "C.J. Adams-Collier" <cjac at colliertech.org> writes:
>> [snip]
>>> Index: tests/gtest-393.cs
>>> ===================================================================
>>> --- tests/gtest-393.cs	(revision 0)
>>> +++ tests/gtest-393.cs	(revision 0)
>>> @@ -0,0 +1,17 @@
>>> +public class RuleBuilder<T> where T : class {}
>>> +
>>> +public interface IDynamicObject {
>>> +    RuleBuilder<T> GetRule<T>() where T : class;
>>> +}
>>> +
>>> +public class RubyMethod : IDynamicObject {
>>> +    RuleBuilder<T> IDynamicObject.GetRule<T>() /* where T :  
>>> class */ {
>>> +        return new RuleBuilder<T>();
>>> +    }
>>> +}
>>> +
>>> +public class T {
>>> +	static void Main ()
>>> +	{
>>> +	}
>>> +}
>>> Index: tests/known-issues-gmcs
>>> ===================================================================
>>> --- tests/known-issues-gmcs	(revision 102687)
>>> +++ tests/known-issues-gmcs	(working copy)
>>> @@ -10,6 +10,7 @@
>>>  gtest-230.cs
>>>  gtest-344.cs
>>>  gtest-367.cs
>>> +gtest-393.cs IGNORE	# In 2.0 profile, GenericMethod does not  
>>> correctly deal with base implementations (according to marek)
>>
>> Please don't use 'IGNORE' unless it crashes the runtime.
>>
>> - Hari
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20080507/eaa6b90b/attachment.html 


More information about the Mono-devel-list mailing list