-
Bug
-
Resolution: Fixed
-
P4
-
9
-
b59
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8084641 | emb-9 | Robert Field | P4 | Resolved | Fixed | team |
jdk/test/jdk/lambda/FDTest.java
is duplicate of
langtools/test/tools/javac/lambdaShapes/org/openjdk/tests/javac/FDTest.java
So far the only diff between the two tests is that the version in langtools has one more teardown method to well handle the resource close
> @AfterSuite
> static void teardown() throws IOException {
> fm.close();
> }
As this test is for JavaCompiler, it makes more sense to keep the test in "langtools" and remove the duplicate one from "jdk".
is duplicate of
langtools/test/tools/javac/lambdaShapes/org/openjdk/tests/javac/FDTest.java
So far the only diff between the two tests is that the version in langtools has one more teardown method to well handle the resource close
> @AfterSuite
> static void teardown() throws IOException {
> fm.close();
> }
As this test is for JavaCompiler, it makes more sense to keep the test in "langtools" and remove the duplicate one from "jdk".
- backported by
-
JDK-8084641 Remove duplicate tests: FDTest, MethodReferenceTest and more
-
- Resolved
-
- duplicates
-
JDK-8016562 Test jdk/lambda/FDTest.java fails by Timeout
-
- Closed
-
- relates to
-
JDK-8076632 Remove duplicate tests: FDTest, MethodReferenceTest and more -- follow-on (completion)
-
- Resolved
-