RFR: 8293535: jdk/javadoc/doclet/testJavaFX/TestJavaFxMode.java fail with jfx [v3]

Jonathan Gibbons jjg at openjdk.org
Thu Sep 15 15:29:44 UTC 2022


On Thu, 15 Sep 2022 01:20:36 GMT, Leslie Zhai <lzhai at openjdk.org> wrote:

>> Hi,
>> 
>> @dumasun  reported the issue:
>> 
>> Configured with jfx-ls-modular-sdk:
>> 
>> 
>> configure --with-import-modules=modular-sdk
>> 
>> 
>> `make run-test CONF=fastdebug TEST="jdk/javadoc/doclet/testJavaFX/TestJavaFxMode.java"` failed:
>> 
>> 
>> Starting subtest 1.7: checkOutput TEXT allowOverlaps:false expectFound:true expectOrdered:true
>> FAILED: test/out/pkg/A.html: following text not found:
>> <a href="#propProperty">prop</a>
>> 
>> 
>> Thanks,
>> Leslie Zhai
>
> Leslie Zhai has updated the pull request incrementally with one additional commit since the last revision:
> 
>   8293535: Revert test/langtools/jdk/javadoc/lib/javadoc/tester/JavadocTester.java

The code change looks OK, and I see the effective change is to add `class="member-name-link"` but I'd like to see an explanation of why this error is occurring.

-------------

PR: https://git.openjdk.org/jdk/pull/10217


More information about the javadoc-dev mailing list