From: Geoff B. <geo...@gm...> - 2023-12-11 14:51:24
|
Hi all, There's a new TextTest out now. As well as the actual changes below, this will hopefully fix the problems around terminating running tests before they complete, and the "Stack smashing detected" messages that appear on shutdown with 4.3.0. This was not an issue with TextTest itself but presumably one of its dependencies, probably PyGObject. It is in any case fixed in the newer versions present in this new 4.3.1. For details of actual TextTest changes, see below. Regards, Geoff New development: New knownbugs option to report as known bug even if all reruns fail (extra checkbox in the UI) - as requested by Michael Behrisch on this list. Bugfixes: Standard error files should always have highest display priority unless overridden (some tools truncate preview output and lose stacktraces etc) Make spin buttons reset correctly, irrespective of locale Removed very old hack that caused problems on Linux testing with UIs visible Fixes for AZ Devops integration - count Rejected/Removed bugs as completed, don't fail if Severity not present (so we can link to Features/User stories etc) Fixed selection of fastest/slowest tests (thanks Nils Olsson) Compatibility with Python 3.11 Fix for partial approval of a test with custom test comparison |