Details
-
Bug
-
Resolution: Fixed
-
P3
-
7
-
b62
-
generic
-
generic
-
Not verified
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2189354 | OpenJDK6 | Joe Darcy | P3 | Resolved | Fixed | b19 |
Description
Unlike most other Java programs, javac regression tests should by default not have a specified -source or -target setting. That way, by default tests are assumed to be applicable to the next version of Java too, which is usually true. In specialized cases, tests are -source or -target version specific.
Spurious settings of -source and -target should be purged from the regression tests suite. This will improve the effectiveness of testing of the repository.
(Explicit -source settings are needed to test new language features in a release when the default source/target is earlier than the latest source/target.)
Spurious settings of -source and -target should be purged from the regression tests suite. This will improve the effectiveness of testing of the repository.
(Explicit -source settings are needed to test new language features in a release when the default source/target is earlier than the latest source/target.)
Attachments
Issue Links
- backported by
-
JDK-2189354 Update langtools tests to remove unncessary -source and -target options
- Resolved
- relates to
-
JDK-6907177 Update jdk tests to remove unncessary -source and -target options
- Resolved
-
JDK-8031745 Remove unneeded/obsolete -source/-target options in javac tests, part 1
- Closed
-
JDK-6827026 Change javac source and target default to 7
- Closed
-
JDK-8290901 Reduce use of -source in langtools tests
- Resolved