Skip to content

Fix widget size and reference counting tests

Andras Lasso requested to merge github/fork/lassoan/fix-failing-tests into master

Fix for two issues that show up on the dashboards:

  1. Max allowed widget width hint for HiDPI screens (fix: compute dynamically from screen size)
  2. Node reference counting test errors (fix: remove test that tries to check undefined behavior of double-delete)

See details in the two commit comments.

Merge request reports