[krita] libs/image/tests: Move kis_update_scheduler_test to known broken

Boudewijn Rempt null at kde.org
Tue Oct 30 08:48:36 GMT 2018


Git commit 46cb4b32e32860b261e291678c1f8d37555267c6 by Boudewijn Rempt.
Committed on 30/10/2018 at 08:47.
Pushed by rempt into branch 'master'.

Move kis_update_scheduler_test to known broken

This test is extremely timing-dependent. It'll assert, or the jobs
will be running when expected to be done, or the other way around.
It will sometimes run when run manually, but never when run from
make test, so let's mark it as broken.

CCMAIL:kimageshop at kde.org

M  +1    -1    libs/image/tests/CMakeLists.txt

https://commits.kde.org/krita/46cb4b32e32860b261e291678c1f8d37555267c6

diff --git a/libs/image/tests/CMakeLists.txt b/libs/image/tests/CMakeLists.txt
index d40e0e13bed..a7bf615c7a2 100644
--- a/libs/image/tests/CMakeLists.txt
+++ b/libs/image/tests/CMakeLists.txt
@@ -137,7 +137,6 @@ ecm_add_tests(
     kis_queues_progress_updater_test.cpp
     kis_image_animation_interface_test.cpp
     kis_walkers_test.cpp
-    kis_update_scheduler_test.cpp
     kis_async_merger_test.cpp
     kis_cage_transform_worker_test.cpp
     kis_random_generator_test.cpp
@@ -151,6 +150,7 @@ ecm_add_tests(
 krita_add_broken_unit_tests(
     kis_transform_mask_test.cpp
     kis_layer_styles_test.cpp
+    kis_update_scheduler_test.cpp
 
     LINK_LIBRARIES kritaimage Qt5::Test
     NAME_PREFIX "libs-image-"


More information about the kimageshop mailing list