This is the mail archive of the mauve-discuss@sourceware.org mailing list for the Mauve project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Possible Mauve bug.


Meskauskas Audrius wrote:
> The attached test case specifically fails when running as part of the 
> Mauve under Sun's jre 1.4.2 but succeeds if executed as standalone 
> program under the mentioned Sun's jre. GNU Classpath implementation 
> passes this test regardless if it is executed standalone or 
> as part of the Mauve.

FWIW, on JRE 1.4.1 and JDK 1.5 (both on Windows) this tests run fine
under Mauve.

Here's the output:
C:\mauve>\j2re1.4.1\bin\java gnu.testlet.SimpleTestHarness
gnu.testlet.org.omg.PortableInterceptor.Interceptor.mt
mt:Pre init called
mt:Post init called
mt:Test passed
^Z
0 of 0 tests failed

C:\mauve>\jdk1.5\bin\java gnu.testlet.SimpleTestHarness
gnu.testlet.org.omg.PortableInterceptor.Interceptor.mt
mt:Pre init called
mt:Post init called
mt:Test passed
^Z
0 of 0 tests failed

BTW, thanks for the incredible work you're doing on the CORBA
implementation.

Regards,
Jeroen


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]