Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-releng-dev] [eclipse-build]Build N20120118-2000 (Timestamp: 201201182000):Build is complete. Test failures/errors occurred.

The classes are instrumented by default, regardless of build type.  I have a patch to fix this in my workspace but I want to spend some time testing to ensure the tests run.  So I'll let the 8am build run and then fix it for the next build.  

Kim



From:        Daniel Megert <daniel_megert@xxxxxxxxxx>
To:        "Eclipse platform release engineering list." <platform-releng-dev@xxxxxxxxxxx>
Date:        01/20/2012 06:53 AM
Subject:        Re: [platform-releng-dev] [eclipse-build]Build N20120118-2000 (Timestamp: 201201182000):Build is complete. Test failures/errors occurred.
Sent by:        platform-releng-dev-bounces@xxxxxxxxxxx




Most likely caused by JaCoCo who instruments the byte code when a class
gets loaded. Kim, can you disable code coverage for the next build?

Dani

platform-releng-dev-bounces@xxxxxxxxxxx wrote on 20.01.2012 08:24:49:

> From:
>
> Srikanth S Adayapalam <srikanth_sankaran@xxxxxxxxxx>
>
> To:
>
> "Eclipse platform release engineering list."
<platform-releng-dev@xxxxxxxxxxx>
>
> Cc:
>
> platform-releng-dev-bounces@xxxxxxxxxxx
>
> Date:
>
> 20.01.2012 08:25
>
> Subject:
>
> Re: [platform-releng-dev] [eclipse-build]Build N20120118-2000
(Timestamp: 201201182000):Build is complete. Test failures/errors
occurred.
>
> > From: Satyam Kandula/India/IBM@IBMIN
>
> > Sent by: platform-releng-dev-bounces@xxxxxxxxxxx
> >
> > The ant test Frameworkests.testIncludeAntRuntime is failing due to
> > the verifyError. I couldn't reproduce this error on my machine with
> > Oracle Java 7 Update 2.
> > Kim, do you see any other differences that could be possible on the
> > test machine.
>
> Three classes seem to contribute to all verify error in the Java 7 runs:
>
> sun.security.mscapi.SunMSCAP
> com.sun.tools.javac.Main,
> com.sun.crypto.provider.PBEKeyFactory.
>
> Satyam and I analyzed one case in depth, by extracting the
> relevant class com.sun.tools.javac.Main and looking
> at the code that has been generated for the particular
> method where the error is reported.
>
> java.lang.VerifyError: Expecting a stackmap frame at branch target 16 in
> method com.sun.tools.javac.Main.main([Ljava/lang/String;)V at offset 6
>
> The class file looks alright and in particular,
>
> (a) there is no branch at offset 6 in the relevant method of the
relevant
> class,
> (b) offset 16 is not a branch target in the relevant method of the
relevant
> class
>
> So this class being complained against could not have come from Oracle
Java
> 7 Update 2.
>
> Could there some how been a mix up with multiple JREs coming into the
> picture some how (don't know how)
> The diagnostic indicates some problem with the jdk or some other jars on
> the test server machine.
>
> We were initially worried about JDT/Core somehow having a finger
somewhere
> in the pie, but
> that case is ruled out as these classes all come from a JRE.
>
> If further help is required from JDT/Core to understand this, we can
help,
> but we will first need help with reproducing this. Satyam has had no
> success
> on the ANT side.
>
> At the moment, it looks like some kind of set up/malconfiguration issue.
>
> Thanks!
> Srikanth
>
> _______________________________________________
> platform-releng-dev mailing list
> platform-releng-dev@xxxxxxxxxxx
>
https://dev.eclipse.org/mailman/listinfo/platform-releng-dev
>

_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-releng-dev



Back to the top