提交 115c52c7 编写于 作者: A asaha

8081775: two lib/testlibrary tests are failing with "Error. failed to clean up...

8081775: two lib/testlibrary tests are failing with "Error. failed to clean up files after test" with jtreg 4.1 b12
Reviewed-by: amlu
上级 e8d52389
...@@ -25,7 +25,6 @@ import static jdk.testlibrary.Asserts.*; ...@@ -25,7 +25,6 @@ import static jdk.testlibrary.Asserts.*;
/* @test /* @test
* @summary Tests the different assertions in the Assert class * @summary Tests the different assertions in the Assert class
* @library /testlibrary
*/ */
public class AssertsTest { public class AssertsTest {
private static class Foo implements Comparable<Foo> { private static class Foo implements Comparable<Foo> {
......
...@@ -27,7 +27,6 @@ ...@@ -27,7 +27,6 @@
* @summary Test the OutputAnalyzer reporting functionality, * @summary Test the OutputAnalyzer reporting functionality,
* such as printing additional diagnostic info * such as printing additional diagnostic info
* (exit code, stdout, stderr, command line, etc.) * (exit code, stdout, stderr, command line, etc.)
* @library /testlibrary
*/ */
import java.io.ByteArrayOutputStream; import java.io.ByteArrayOutputStream;
......
...@@ -24,7 +24,6 @@ ...@@ -24,7 +24,6 @@
/* /*
* @test * @test
* @summary Test the OutputAnalyzer utility class * @summary Test the OutputAnalyzer utility class
* @library /testlibrary
*/ */
import jdk.testlibrary.OutputAnalyzer; import jdk.testlibrary.OutputAnalyzer;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册