https://bugzilla.novell.com/show_bug.cgi?id=389886


           Summary: Boo test fixtures with generic delegates make runtime
                    crash
           Product: Mono: Runtime
           Version: SVN
          Platform: x86
        OS/Version: Linux
            Status: NEW
          Severity: Major
          Priority: P5 - None
         Component: generics
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [email protected]
          Found By: ---


1. Get Boo sources ( http://boo.codehaus.org/How+To+Build )
2. Run "nant" from top-level directory
3. Run "nant compile" from tests/ directory to build the testsuite.

Two nunit test fixtures make the runtime crash (in tests/build) :
BooCompiler.Generics.Tests.dll  (stacktrace: http://monoport.com/11277)
BooCompiler.Regression.Tests.dll (stacktrace: http://monoport.com/11278)

Both tests making mono crash are related to generic delegates :
tests/testcases/net2/generics/internal-generic-callable-type-2.boo
tests/testcases/regression/BOO-973-1.boo

Interestingly enough compiling them and running them outside of nunit works,
e.g :

[EMAIL PROTECTED]:~/dev/workspace/boo/boo/tests$ build/booc.exe
testcases/regression/BOO-973-1.boo 
Boo Compiler version 0.8.1.2932 (CLR v2.0.50727.42)
[EMAIL PROTECTED]:~/dev/workspace/boo/boo/tests$ ./BOO-973-1.exe 
OnExternalEvent
OnInternalEvent


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to