Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-releng-dev] 4.5.0 I-Build: I20141223-0800

There were 6143 failures reported on jdt.core.tests.model  on MAC.
It looks like all of them failed for the same reason.

AJMT#tearDown
Line No: 3092

assertEquals(
                        "Workspace options should be back to their default",
                        new CompilerOptions(defaultOptions).toString(),
                        new CompilerOptions(options).toString());

The reason being the difference between JavaCore.
defaultOptions() and JavaCore.getOptions().

- JDK compliance level: 1.4\n
- JDK source level: 1.3\n
- JDK target level: 1.2\n
- inline JSR bytecode : disabled\n

- JDK compliance level: 1.7\n
- JDK source level: 1.7\n
- JDK target level: 1.7\n
- inline JSR bytecode : enabled\n

The tests did not fail on any other platform.
The test results are back to normal with today's build.

There is no bug being filed as it does not seem a JDT issue.

Thanks



From:        e4Builder@xxxxxxxxxxx
To:        platform-releng-dev@xxxxxxxxxxx
Date:        12/23/2014 09:01 PM
Subject:        [platform-releng-dev] 4.5.0 I-Build: I20141223-0800
Sent by:        platform-releng-dev-bounces@xxxxxxxxxxx




Eclipse downloads:
 
http://download.eclipse.org/eclipse/downloads/drops4/I20141223-0800/

   Build logs and/or test results (eventually):
     
http://download.eclipse.org/eclipse/downloads/drops4/I20141223-0800/testResults.php

Software site repository:
 
http://download.eclipse.org/eclipse/updates/4.5-I-builds

Specific (simple) site repository:
 
http://download.eclipse.org/eclipse/updates/4.5-I-builds/I20141223-0800

Equinox downloads:
 
http://download.eclipse.org/equinox/drops/I20141223-0800_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/platform-releng-dev


Back to the top