8081775: two lib/testlibrary tests are failing with "Error. failed to clean up files after test" with jtreg 4.1 b12

Reviewed-by: sla
This commit is contained in:
Amy Lu 2015-06-03 12:37:52 +02:00 committed by Staffan Larsen
parent 64764b0645
commit 5a582cecb9
2 changed files with 0 additions and 2 deletions

View File

@ -28,7 +28,6 @@ package jdk.testlibrary;
* @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

View File

@ -25,7 +25,6 @@ package jdk.testlibrary;
/*
* @test
* @summary Test the OutputAnalyzer utility class
* @library /testlibrary
* @modules java.management
* @build jdk.testlibrary.*
* @run main jdk.testlibrary.OutputAnalyzerTest