Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-debug-dev] Re: [eclipse-dev] Integration build OK for test pass tomorrow


Jared,

I have modified the way the test suite runs. I now create the compilation error by importing a file with a compilation error when the test project is built. Before creating the test project, I turn off autobuild, and explicitly build the workspace after files have been imported. Autobuild remains off for the duration of the test suite. Please see if the tests pass on linux.

Darin



"Daniel Megert" <Daniel_Megert@xxxxxxx>
Sent by: jdt-debug-dev-admin@xxxxxxxxxxx

12/17/2002 01:55 AM
Please respond to jdt-debug-dev

       
        To:        "Jared Burns" <Jared_Burns@xxxxxxx>
        cc:        darin_swanson@xxxxxxx, jdt-debug-dev@xxxxxxxxxxx
        Subject:        Re: [jdt-debug-dev] Re: [eclipse-dev] Integration build OK for test pass tomorrow



Jared,

we had similar weird behavior with some tests. Our tests had problems when
the Java builder kicked in due to autobuild. The builder team then said
it's most likely due to the JIT in IBM 1.3.1. which they say is known for
problems. When turning JIT off or using JDK1.4.1 the tests passed. Since
releng can't change the SDK we decided to disable autobuild during our
tests.

This is the PR which catches our problems:
27603 cri P3 platform-releng-inbox@eclip... Daniel_Megert@xxxxxxx NEW ---
NPE in AbstractImageBuilder

HTH
Dani


|---------+------------------------------->
|         |           Jared Burns         |
|         |           <jared-eclipse@xxxxx|
|         |           .com>               |
|         |           Sent by:            |
|         |           jdt-debug-dev-admin@|
|         |           eclipse.org         |
|         |                               |
|         |                               |
|         |           17.12.2002 02:58    |
|         |           Please respond to   |
|         |           jdt-debug-dev       |
|---------+------------------------------->
 >----------------------------------------------------------------------------------------------------------------------|
 |                                                                                                                      |
 |        To:      darin_swanson@xxxxxxx                                                                                |
 |        cc:      jdt-debug-dev@xxxxxxxxxxx                                                                            |
 |        Subject: [jdt-debug-dev] Re: [eclipse-dev] Integration build OK for test pass tomorrow                        |
 >----------------------------------------------------------------------------------------------------------------------|



Discussion regarding our current test failure:
On Monday 16 December 2002 07:23 pm, you wrote:
> So what is the scoop?

Not much. After you left I went into Seth's office to try running the tests

and I got the problem. The only difference was that I launched Eclipse on
IBM
1.3.1. The test failed until I commented out the other methods in the class

(I also changed the AutomatedSuite to only run the MiscBreakpointTests).
With
the other methods commented out, the problem method started passing. I
played
around with it some more, and then the failures started to become sporadic.

After a while, the test started passing most of the time even with the
other
methods present.

Long story short, I didn't gain any useful insight into the problem. I at
least managed to note that the compiler error was present in the tasks view

even when the test fails, so the problem doesn't appear to be the core
problem that we got last time.

- Jared
_______________________________________________
jdt-debug-dev mailing list
jdt-debug-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/jdt-debug-dev



_______________________________________________
jdt-debug-dev mailing list
jdt-debug-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/jdt-debug-dev



Back to the top