[Rev 02] RFR: 8244531: Tests: add support to identify recurring issues with controls et al
Jeanette Winzenburg
fastegal at openjdk.java.net
Thu May 21 13:21:39 UTC 2020
> It's a task to support cross-control/skin testing for recurring issues (like memory leaks on switching skins)
>
> Basically, there's a utility class
> - to access lists of all control/classes,
> - to access/create all behaviors
> - has alternative skins classes for all controls and utility to install/replace skins
>
> POC:
> - added tests Skin/BehaviorMemoryTest as examples for using
> - changed SkinDisposeContractTest to use
Jeanette Winzenburg has updated the pull request incrementally with one additional commit since the last revision:
removed xxTestExample
-------------
Changes:
- all: https://git.openjdk.java.net/jfx/pull/223/files
- new: https://git.openjdk.java.net/jfx/pull/223/files/d11d304b..e9cffa43
Webrevs:
- full: https://webrevs.openjdk.java.net/jfx/223/webrev.02
- incr: https://webrevs.openjdk.java.net/jfx/223/webrev.01-02
Stats: 215 lines in 2 files changed: 0 ins; 215 del; 0 mod
Patch: https://git.openjdk.java.net/jfx/pull/223.diff
Fetch: git fetch https://git.openjdk.java.net/jfx pull/223/head:pull/223
PR: https://git.openjdk.java.net/jfx/pull/223
More information about the openjfx-dev
mailing list