| Summary: | libs-ui-kis_shape_controller_test (Child aborted) | ||
|---|---|---|---|
| Product: | [Applications] krita | Reporter: | Halla Rempt <halla> |
| Component: | Unittests | Assignee: | Krita Bugs <krita-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | ||
| Priority: | NOR | ||
| Version First Reported In: | git master (please specify the git hash!) | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/graphics/krita/commit/c75c2297e1a985e7970ece58a15621675848017f | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Halla Rempt
2020-01-22 14:48:13 UTC
Git commit 755e4fa2e1a4a055d553d9b241981ab962faa4f1 by Dmitry Kazakov. Committed on 11/08/2020 at 20:52. Pushed by dkazakov into branch 'krita/4.3'. Fix and unbreak KisShapeControllerTest Not that it caught a real bug, but the configuration was rather dangerous and could cause a crash in some special cases. M +2 -2 libs/ui/KisDocument.cpp M +21 -12 libs/ui/flake/kis_shape_controller.cpp M +2 -1 libs/ui/flake/kis_shape_controller.h M +12 -9 libs/ui/tests/CMakeLists.txt M +36 -36 libs/ui/tests/kis_dummies_facade_base_test.cpp M +2 -1 libs/ui/tests/kis_dummies_facade_test.cpp M +1 -1 libs/ui/tests/kis_node_model_test.cpp M +1 -2 libs/ui/tests/kis_shape_controller_test.cpp M +1 -1 plugins/dockers/animation/tests/timeline_model_test.cpp M +1 -1 plugins/dockers/layerdocker/tests/TestNodeView.cpp M +2 -2 sdk/tests/empty_nodes_test.h https://invent.kde.org/graphics/krita/commit/755e4fa2e1a4a055d553d9b241981ab962faa4f1 Git commit c75c2297e1a985e7970ece58a15621675848017f by Dmitry Kazakov. Committed on 12/08/2020 at 17:52. Pushed by dkazakov into branch 'master'. Fix and unbreak KisShapeControllerTest Not that it caught a real bug, but the configuration was rather dangerous and could cause a crash in some special cases. M +2 -2 libs/ui/KisDocument.cpp M +21 -12 libs/ui/flake/kis_shape_controller.cpp M +2 -1 libs/ui/flake/kis_shape_controller.h M +12 -9 libs/ui/tests/CMakeLists.txt M +36 -36 libs/ui/tests/kis_dummies_facade_base_test.cpp M +2 -1 libs/ui/tests/kis_dummies_facade_test.cpp M +1 -1 libs/ui/tests/kis_node_model_test.cpp M +1 -2 libs/ui/tests/kis_shape_controller_test.cpp M +1 -1 plugins/dockers/animation/tests/timeline_model_test.cpp M +1 -1 plugins/dockers/layerdocker/tests/TestNodeView.cpp M +2 -2 sdk/tests/empty_nodes_test.h https://invent.kde.org/graphics/krita/commit/c75c2297e1a985e7970ece58a15621675848017f |