changeset 11019:f1ba9486e70b

8081775: two lib/testlibrary tests are failing with "Error. failed to clean up files after test" with jtreg 4.1 b12 Reviewed-by: amlu
author asaha
date Wed, 03 Jun 2015 20:23:19 -0700
parents f0ea9fbd589c
children ee8642297369
files test/lib/testlibrary/AssertsTest.java test/lib/testlibrary/OutputAnalyzerReportingTest.java test/lib/testlibrary/OutputAnalyzerTest.java
diffstat 3 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/test/lib/testlibrary/AssertsTest.java	Mon Jun 01 11:42:59 2015 -0700
+++ b/test/lib/testlibrary/AssertsTest.java	Wed Jun 03 20:23:19 2015 -0700
@@ -25,7 +25,6 @@
 
 /* @test
  * @summary Tests the different assertions in the Assert class
- * @library /testlibrary
  */
 public class AssertsTest {
     private static class Foo implements Comparable<Foo> {
--- a/test/lib/testlibrary/OutputAnalyzerReportingTest.java	Mon Jun 01 11:42:59 2015 -0700
+++ b/test/lib/testlibrary/OutputAnalyzerReportingTest.java	Wed Jun 03 20:23:19 2015 -0700
@@ -27,7 +27,6 @@
  * @summary Test the OutputAnalyzer reporting functionality,
  *     such as printing additional diagnostic info
  *     (exit code, stdout, stderr, command line, etc.)
- * @library /testlibrary
  */
 
 import java.io.ByteArrayOutputStream;
--- a/test/lib/testlibrary/OutputAnalyzerTest.java	Mon Jun 01 11:42:59 2015 -0700
+++ b/test/lib/testlibrary/OutputAnalyzerTest.java	Wed Jun 03 20:23:19 2015 -0700
@@ -24,7 +24,6 @@
 /*
  * @test
  * @summary Test the OutputAnalyzer utility class
- * @library /testlibrary
  */
 
 import jdk.testlibrary.OutputAnalyzer;