mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-03 23:18:28 +00:00
6868533: 3/4 JDI: remove '-source 1.5' and '-target 1.5' options from com.sun.jdi tests
We are long past needing to make sure these tests can build on Tiger/JDK1.5.0. Reviewed-by: tbell
This commit is contained in:
parent
31e53b285c
commit
8790c489e1
@ -29,7 +29,7 @@
|
||||
* @author jjh
|
||||
*
|
||||
* @run build TestScaffold VMConnection TargetListener TargetAdapter
|
||||
* @run compile -source 1.5 -target 1.5 -g EnumTest.java
|
||||
* @run compile -g EnumTest.java
|
||||
* @run main EnumTest
|
||||
*/
|
||||
import com.sun.jdi.*;
|
||||
|
||||
@ -29,7 +29,7 @@
|
||||
* @author jjh
|
||||
*
|
||||
* @run build TestScaffold VMConnection TargetListener TargetAdapter
|
||||
* @run compile -source 1.5 -target 1.5 -g GenericsTest.java
|
||||
* @run compile -g GenericsTest.java
|
||||
* @run main GenericsTest
|
||||
*/
|
||||
import com.sun.jdi.*;
|
||||
|
||||
@ -32,7 +32,6 @@
|
||||
# @run shell JdbVarargsTest.sh
|
||||
|
||||
classname=JdbVarargsTest
|
||||
compileOptions="-source 1.5 -target 1.5"
|
||||
createJavaFile()
|
||||
{
|
||||
cat <<EOF > $classname.java.1
|
||||
|
||||
@ -27,7 +27,7 @@
|
||||
* @author Gordon Hirsch
|
||||
*
|
||||
* @run build TestScaffold VMConnection TargetAdapter TargetListener
|
||||
* @run compile -g -target 1.5 MethodCalls.java
|
||||
* @run compile -g MethodCalls.java
|
||||
* @run compile -g MethodCallsReflection.java
|
||||
* @run compile -g ControlFlow.java
|
||||
* @run build StepTest
|
||||
|
||||
@ -29,7 +29,7 @@
|
||||
* @author jjh
|
||||
*
|
||||
* @run build TestScaffold VMConnection TargetListener TargetAdapter
|
||||
* @run compile -g -source 1.5 UTF8Test.java
|
||||
* @run compile -g UTF8Test.java
|
||||
* @run main UTF8Test
|
||||
*/
|
||||
|
||||
|
||||
@ -29,7 +29,7 @@
|
||||
* @author jjh
|
||||
*
|
||||
* @run build TestScaffold VMConnection TargetListener TargetAdapter
|
||||
* @run compile -g -source 1.5 -target 1.5 VarargsTest.java
|
||||
* @run compile -g VarargsTest.java
|
||||
* @run main VarargsTest
|
||||
*/
|
||||
import com.sun.jdi.*;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user