RFR: 8293535: jdk/javadoc/doclet/testJavaFX/TestJavaFxMode.java fail with jfx [v3]
Jonathan Gibbons
jjg at openjdk.org
Thu Sep 15 15:52:39 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
@hns notes the test is normally skipped, unless the FX classes are available. That explains the root cause of this issue.
-------------
Marked as reviewed by jjg (Reviewer).
PR: https://git.openjdk.org/jdk/pull/10217
More information about the javadoc-dev
mailing list