Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] [eclipse-build]Build N20031021 (Timestamp: 200310210010):Automated JUnit Testing complete. Test failures/errors occurred.


I fixed the jdt.ui tests to not use JavaCore#COMPILER_PB_UNREACHABLE_CODE anymore.

Martin


Jerome Lanneluc/France/IBM@IBMFR
Sent by: eclipse-dev-admin@xxxxxxxxxxx

2003-10-21 11:06

Please respond to
eclipse-dev@xxxxxxxxxxx

To
eclipse-dev@xxxxxxxxxxx
cc
Subject
Re: [eclipse-dev] [eclipse-build]Build N20031021 (Timestamp:  200310210010):Automated JUnit Testing complete.  Test failures/errors occurred.






The 2 test failures in jdt.ui.tests are due to the following change in
jdt.core:

     Compiler options for controlling the severity of problems for invalid
     imports or unreachable code got discontinued. Indeed, allowing this
     kind of problems to be ignored or treated as a warning would violate
     the language spec. As a consequence,
     JavaCore#COMPILER_PB_INVALID_IMPORT and
     JavaCore#COMPILER_PB_UNREACHABLE_CODE got deprecated, further
     attempts to set these preferences are now ignored and import problems
     or unreachable code are always reported as errors.

The jdt.ui tests will have to be changed to not use these options.

Jerome



|---------+----------------------------->
|         |           Sonia             |
|         |           Dimitrov/Ottawa/IB|
|         |           M@IBMCA           |
|         |           Sent by:          |
|         |           eclipse-dev-admin@|
|         |           eclipse.org       |
|         |                             |
|         |                             |
|         |           10/21/2003 10:45  |
|         |           AM                |
|         |           Please respond to |
|         |           eclipse-dev       |
|         |                             |
|---------+----------------------------->
 >-----------------------------------------------------------------------------------------------------------------------|
 |                                                                                                                       |
 |       To:       eclipse-dev@xxxxxxxxxxx                                                                               |
 |       cc:                                                                                                             |
 |       Subject:  [eclipse-dev] [eclipse-build]Build N20031021 (Timestamp:  200310210010):Automated JUnit Testing       |
 |        complete.  Test failures/errors occurred.                                                                      |
 |                                                                                                                       |
 >-----------------------------------------------------------------------------------------------------------------------|




Build N20031021 (Timestamp: 200310210010):  Automated JUnit testing is
complete.  Test failures/errors occurred in the following:

org.eclipse.core.tests_winxp
org.eclipse.jdt.ui.tests_linux.gtk
org.eclipse.jdt.ui.tests_winxp

http://download.eclipse.org/downloads/drops/N-N20031021-200310210010/testResults.php

_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
http://dev.eclipse.org/mailman/listinfo/eclipse-dev





_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
http://dev.eclipse.org/mailman/listinfo/eclipse-dev


Back to the top