langtools/test/jdk/javadoc/doclet/testJavaFX/TestJavaFX.java
changeset 44815 2a0f6c7033bd
parent 44297 e03f5fb3714b
child 45908 df7fadfd702f
equal deleted inserted replaced
44814:d008ab12a00a 44815:2a0f6c7033bd
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 7112427 8012295 8025633 8026567 8061305 8081854 8150130 8162363 8167967 8172528 8175200
    26  * @bug 7112427 8012295 8025633 8026567 8061305 8081854 8150130 8162363
       
    27  *      8167967 8172528 8175200 8178830
    27  * @summary Test of the JavaFX doclet features.
    28  * @summary Test of the JavaFX doclet features.
    28  * @author jvalenta
    29  * @author jvalenta
    29  * @library ../lib
    30  * @library ../lib
    30  * @modules jdk.javadoc/jdk.javadoc.internal.tool
    31  * @modules jdk.javadoc/jdk.javadoc.internal.tool
    31  * @build JavadocTester
    32  * @build JavadocTester
   263         );
   264         );
   264     }
   265     }
   265 
   266 
   266     /*
   267     /*
   267      * Force the doclet to emit a warning when processing a synthesized,
   268      * Force the doclet to emit a warning when processing a synthesized,
   268      * DocComment, and ensure that the run succeeds.
   269      * DocComment, and ensure that the run succeeds, using the newer
       
   270      * --javafx flag.
   269      */
   271      */
   270     @Test
   272     @Test
   271     void test4() {
   273     void test4() {
   272         javadoc("-d", "out4",
   274         javadoc("-d", "out4",
   273                 "-javafx",
   275                 "--javafx",
   274                 "-Xdoclint:none",
   276                 "-Xdoclint:none",
   275                 "-sourcepath", testSrc,
   277                 "-sourcepath", testSrc,
   276                 "-package",
   278                 "-package",
   277                 "pkg4");
   279                 "pkg4");
   278         checkExit(Exit.OK);
   280         checkExit(Exit.OK);