[Mono-bugs] [Bug 515710] New: [patch] Fix most tests on FreeBSD
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Jun 23 14:58:54 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=515710
Summary: [patch] Fix most tests on FreeBSD
Classification: Mono
Product: Mono: Runtime
Version: SVN
Platform: i386
OS/Version: FreeBSD
Status: NEW
Severity: Normal
Priority: P5 - None
Component: misc
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: romain at blogreen.org
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Created an attachment (id=299832)
--> (http://bugzilla.novell.com/attachment.cgi?id=299832)
Fix most tests on FreeBSD
User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; fr-fr) AppleWebKit/528.5+
(KHTML, like Gecko, Safari/528.5+) epiphany
The attached patch fixes the following tests on FreeBSD (i386 sure, can't test
on amd64 but it's quite sure):
exception.exe
exception2.exe
exception3.exe
exception4.exe
exception5.exe
remoting2.exe
remoting3.exe
generics-sharing.2.exe
generic-null-call.2.exe
generic-stack-traces.2.exe
bug-78549.exe
thunks.exe
It basically fix a wrong full path to bash and adds a few #if
define(__FreeBSD__) at the right place.
As of mono at revision 136720, theire is a single test failling:
appdomain-unload.exe
romain at marvin ~/Projects/BUILD % cat mono/tests/appdomain-unload.exe.stdout
FINALIZING IN DOMAIN appdomain-unload.exe: False
FINALIZING IN DOMAIN Test-is-finalizing: True
Thread aborted correctly.
in DeadInvokeTest
test_0_invoke_after_unload failed: got 1, expected 0
Regression tests: 8 ran, 1 failed in Tests
romain at marvin ~/Projects/BUILD %
Reproducible: Always
--
Configure bugmail: http://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