8217013: javadoc generates references to missing file overview-frame.html
Reviewed-by: hannesw
This commit is contained in:
parent
7414acdd07
commit
f04c9d09b8
test/langtools/jdk/javadoc/doclet
@ -23,7 +23,7 @@
|
||||
|
||||
/*
|
||||
* @test
|
||||
* @bug 8210047 8199892
|
||||
* @bug 8210047 8199892 8215599
|
||||
* @summary some pages contains content outside of landmark region
|
||||
* @library /tools/lib ../../lib
|
||||
* @modules
|
||||
@ -57,7 +57,6 @@ public class TestHtmlLandmarkRegions extends JavadocTester {
|
||||
|
||||
TestHtmlLandmarkRegions() {
|
||||
tb = new ToolBox();
|
||||
setAutomaticCheckLinks(false); // @ignore 8217013
|
||||
}
|
||||
|
||||
@Test
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
/*
|
||||
* @test
|
||||
* @bug 8190875
|
||||
* @bug 8190875 8215599
|
||||
* @summary modules not listed in overview/index page
|
||||
* @library /tools/lib ../../lib
|
||||
* @modules
|
||||
@ -83,7 +83,6 @@ public class TestIndexWithModules extends JavadocTester {
|
||||
//multiple modules with frames
|
||||
@Test
|
||||
public void testIndexWithMultipleModules1(Path base) throws Exception {
|
||||
setAutomaticCheckLinks(false); // @ignore 8217013
|
||||
Path out = base.resolve("out");
|
||||
javadoc("-d", out.toString(),
|
||||
"--module-source-path", src.toString(),
|
||||
@ -98,7 +97,6 @@ public class TestIndexWithModules extends JavadocTester {
|
||||
"<a href=\"m1/module-summary.html\">m1</a>",
|
||||
"<a href=\"m3/module-summary.html\">m3</a>",
|
||||
"<a href=\"m4/module-summary.html\">m4</a>");
|
||||
setAutomaticCheckLinks(true); // @ignore 8217013
|
||||
}
|
||||
|
||||
//multiple modules with out frames
|
||||
|
Loading…
x
Reference in New Issue
Block a user