This bug is a split off from 6856165.
This bug affects the following SDK/JDK tests:
com/sun/jdi/EnumTest.java
com/sun/jdi/GenericsTest.java
com/sun/jdi/JdbVarargsTest.sh
com/sun/jdi/StepTest.java
com/sun/jdi/UTF8Test.java
com/sun/jdi/VarargsTest.java
The '-source 1.5' and '-target 1.5' options should be removed
from the above tests. We're long past needing to make sure
these tests can build on Tiger/JDK1.5.0.
Update: remove 'test/' prefixes from the test names.
This bug affects the following SDK/JDK tests:
com/sun/jdi/EnumTest.java
com/sun/jdi/GenericsTest.java
com/sun/jdi/JdbVarargsTest.sh
com/sun/jdi/StepTest.java
com/sun/jdi/UTF8Test.java
com/sun/jdi/VarargsTest.java
The '-source 1.5' and '-target 1.5' options should be removed
from the above tests. We're long past needing to make sure
these tests can build on Tiger/JDK1.5.0.
Update: remove 'test/' prefixes from the test names.
- relates to
-
JDK-6856165 tests with explicit -target 1.5 fail with jdk7 since javac now defaults to 1.7
- Closed