[Mono-bugs] [Bug 389886] New: Boo test fixtures with generic delegates make runtime crash
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue May 13 12:41:52 EDT 2008
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: mono-bugs at lists.ximian.com
ReportedBy: cedricv at neonux.com
QAContact: mono-bugs at lists.ximian.com
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 :
cedric at laptop:~/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)
cedric at laptop:~/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.
More information about the mono-bugs
mailing list