8081470: com/sun/jdi tests are failing with "Error. failed to clean up files after test" with jtreg 4.1 b12

Reviewed-by: mgerdin, brutisso, iignatyev
This commit is contained in:
Staffan Larsen 2015-05-29 11:05:52 +02:00
parent 4ac46201b7
commit 9cc4a70ee9
11 changed files with 0 additions and 11 deletions

View File

@ -27,7 +27,6 @@
* @summary Test ReferenceType.allLineLocations
* @author Gordon Hirsch
*
* @library scaffold
* @modules jdk.jdi
* @run build JDIScaffold VMConnection
* @run compile -g RefTypes.java

View File

@ -26,7 +26,6 @@
* @bug 4287992
* @author Robert Field
*
* @library scaffold
* @modules jdk.jdi
* @run build JDIScaffold VMConnection
* @run compile -g HelloWorld.java

View File

@ -28,7 +28,6 @@
*
* @author Robert Field
*
* @library scaffold
* @modules jdk.jdi
* @run build TestScaffold VMConnection
* @run compile -g ExceptionEvents.java

View File

@ -28,7 +28,6 @@
*
* @author Robert Field/Jim Holmlund
*
* @library scaffold
* @modules jdk.jdi
* @run build JDIScaffold VMConnection
* @run compile -g HelloWorld.java

View File

@ -28,7 +28,6 @@
*
* @author Robert Field/Jim Holmlund
*
* @library scaffold
* @modules jdk.jdi
* @run build JDIScaffold VMConnection
* @run compile -g HelloWorld.java

View File

@ -27,7 +27,6 @@
* @summary Test launcher command line construction
* @author Gordon Hirsch
*
* @library scaffold
* @modules jdk.jdi
* @run build JDIScaffold VMConnection
* @run compile -g HelloWorld.java

View File

@ -29,7 +29,6 @@
* @author Daniel Prusa (or someone in the FFJ group)
* @author Robert Field (modified to JDIScaffold)
*
* @library scaffold
* @modules jdk.jdi
* @run build JDIScaffold VMConnection
* @run compile -g ModificationWatchpoints.java

View File

@ -28,7 +28,6 @@
*
* @author Keith McGuigan
*
* @library scaffold
* @modules jdk.jdi
* @run build JDIScaffold VMConnection
* @compile -XDignore.symbol.file NativeInstanceFilterTarg.java

View File

@ -28,7 +28,6 @@
* won't be returned by classesByName.
* @author Robert Field
*
* @library scaffold
* @modules jdk.jdi
* @run build JDIScaffold VMConnection
* @run compile -g InnerTarg.java

View File

@ -28,7 +28,6 @@
* loaded class list are prepared classes.
* @author Robert Field
*
* @library scaffold
* @modules jdk.jdi
* @run build JDIScaffold VMConnection
* @run compile -g InnerTarg.java

View File

@ -27,7 +27,6 @@
*
* @author Robert Field
*
* @library scaffold
* @modules jdk.jdi
* @run build JDIScaffold VMConnection
* @run compile -g Vars.java