RFR: 8349750: [TestBug] NodeInitializationStressTest: remaining Nodes
Andy Goryachev
angorya at openjdk.org
Tue Feb 25 19:39:03 UTC 2025
On Tue, 25 Feb 2025 17:47:47 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:
>> ## Added Missing Controls
>>
>> ButtonBar
>> ProgressIndicator
>> Separator
>> Slider,
>>
>> ## Added Node Classes
>>
>> AnchorPane
>> AmbientLight
>> Arc
>> BorderPane
>> Box
>> Circle
>> CubicCurve
>> Cylinder
>> DialogPane
>> DirectionalLight
>> Ellipse
>> FlowPane
>> GridPane
>> Group
>> HBox
>> ImageView
>> Line
>> MediaView
>> MeshView
>> Pane
>> ParallelCamera
>> Path
>> PerspectiveCamera
>> PointLight
>> Polygon
>> Polyline
>> QuadCurve
>> Rectangle
>> Region
>> Sphere
>> StackPane
>> SVGPath
>> TilePane
>> VBox
>>
>>
>> ## Miscellaneous
>>
>> - minor improvements
>> - remove tests that execute show() in non-fx threads per [JDK-8350048](https://bugs.openjdk.org/browse/JDK-8350048)
>>
>>
>>
>> ## Not Included Due to Threading Limitations
>>
>> HTMLEditor
>> MenuBar
>> SwingNode
>> WebView
>>
>> ## Note to the Reviewers
>>
>> To avoid merge conflicts, the preferred order of integrations:
>>
>> #1697
>> #1713
>> #1717
>
> tests/system/src/test/java/test/robot/javafx/scene/NodeInitializationStressTest.java line 1124:
>
>> 1122: }
>> 1123:
>> 1124: //@Test disabled because it times out
>
> Please file a bug and add an `@Disabled` annotation using that bug ID.
Hmmm, this probably needs a completely different test.
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1713#discussion_r1970420966
More information about the openjfx-dev
mailing list