[Mono-dev] [PATCH] ironruby build blocker

C.J. Adams-Collier cjac at colliertech.org
Wed May 7 14:41:40 EDT 2008


Could I get approval to commit this patch? :)

On Wed, 2008-05-07 at 04:59 -0700, C.J. Adams-Collier wrote:
> 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 --------------
A non-text attachment was scrubbed...
Name: mono-ironruby.diff
Type: text/x-patch
Size: 2066 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20080507/698ada00/attachment-0002.bin 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20080507/698ada00/attachment-0003.bin 


More information about the Mono-devel-list mailing list