jvm-profiling-tools / honest-profiler

A sampling JVM profiler without the safepoint sample bias
https://github.com/RichardWarburton/honest-profiler/wiki
MIT License
1.25k stars 146 forks source link

Test : Diff & Fx tests #220

Closed PhRX closed 7 years ago

PhRX commented 7 years ago

Added core diff tests, and various UI tests.

I disabled the UI Diff tests because they are causing too many problems when running headless.

One of the ways to make the FX testing more stable, transparent and easier is to assign more unique fx:ids to various UI elements. Since this impacts the actual code (as opposed to only the testing code) I may do that in a future separate PR.

RichardWarburton commented 7 years ago

Great - thanks for this PR.