8081775: two lib/testlibrary tests are failing with "Error. failed to clean up files after test" with jtreg 4.1 b12
Reviewed-by: sla
Contributed-by: amy.lu@oracle.com
--- a/jdk/test/lib/testlibrary/OutputAnalyzerReportingTest.java Tue Jun 02 09:15:47 2015 -0700
+++ b/jdk/test/lib/testlibrary/OutputAnalyzerReportingTest.java Wed Jun 03 12:37:52 2015 +0200
@@ -28,7 +28,6 @@
* @summary Test the OutputAnalyzer reporting functionality,
* such as printing additional diagnostic info
* (exit code, stdout, stderr, command line, etc.)
- * @library /testlibrary
* @modules java.management
* @build jdk.testlibrary.*
* @run main jdk.testlibrary.OutputAnalyzerReportingTest
--- a/jdk/test/lib/testlibrary/OutputAnalyzerTest.java Tue Jun 02 09:15:47 2015 -0700
+++ b/jdk/test/lib/testlibrary/OutputAnalyzerTest.java Wed Jun 03 12:37:52 2015 +0200
@@ -25,7 +25,6 @@
/*
* @test
* @summary Test the OutputAnalyzer utility class
- * @library /testlibrary
* @modules java.management
* @build jdk.testlibrary.*
* @run main jdk.testlibrary.OutputAnalyzerTest