[Mono-devel-list] details of other testsuites, not included in the daily tests
Sudha
ksathyasudha at novell.com
Thu Jul 8 07:50:52 EDT 2004
Hi,
We are trying to integrate the following components with the existing
daily tests. But we are facing a few issues:
1. Mono.Data.MySql & Mono.Data.DB2Client:
'make' throws the following error:
.
.
.
Couldn't sign the assembly
../../class/lib/default/Mono.Data.MySql.dll with this key pair.
make: ***
[../../build/deps/default_Mono.Data.MySql.dll.was_signed] Error
1
.
.
2. Mono.GetOptions :
GetOptTest/GetOptTester.cs- Compiles well, but throws an exception
during runtime :
Unhandled Exception: System.NullReferenceException: Object
reference not set to an instance of an object
in <0x00144> Mono.GetOptions.OptionDetails:.ctor
(System.Reflection.MemberInfo,Mono.GetOptions.OptionAttribute,Mono.GetOptions.Options)
in <0x002c1> Mono.GetOptions.OptionList:Initialize
(Mono.GetOptions.Options)
in <0x000cd> Mono.GetOptions.OptionList:.ctor
(Mono.GetOptions.Options)
in <0x00027> Mono.GetOptions.Options:ProcessArgs (string[])
in <0x000c3> GetOptTest.GetOptTester:Main (string[])
3. System.Data.OracleClient
TestOracleClient.cs : Compilation fails with the following error
TestOracleClient.cs(118) error CS0136: A local variable named
`row' cannot be declared in this scope since it would give a
different meaning to `row', which is already used in a `child'
scope to denote something else
Compilation failed: 1 error(s), 0 warnings
4. Microsoft.Web.Services
Test/standalone//WSE2/Microsoft.Web.Services.Messaging/simple_soap.tcp_testmessage.cs: compiles and executes
('make install' creates two dlls - Microsoft.Web.Services.1.dll
and Microsoft.Web.Services.2.dll in /usr/local/lib. Had to copy
/usr/local/lib/Microsoft.Web.Services.2.dll to
/tmp/prefix/lib/Microsoft.Web.Services.dll to make the above
test work)
Has NUnit tests but 'make run-test' does not run any of the
NUnit tests
Can anyone help in resolving these issues?
Thanks,
Sudha.
More information about the Mono-devel-list
mailing list