gimp/app/tests
Jehan c7c5f126b1 app: disable some unit tests temporarily.
Since the recent changes, these 3 tests are not working:
- tools
- session-2-8-compatibility-multi-window
- session-2-8-compatibility-single-window

(the 2 latters were only working with xvfb anyway)

I could just dig further as I did a bit these last few days, and tweak more and
more the testing code. But I think our current unit-testing framework is just
non-reliable and for all these years, we have spent more time fixing the tests
than actually relying on them to tell us there is a bug in GIMP.
Furthermore creating new tests is so cumbersome that basically none do it.

I have a plan laid out in #9339 for a much better and more reliable unit testing
infrastructure, based on the GIMP executable itself and a very simple syntax to
create new test scenari (so that even non-developers should be able to create
them eventually). So until then, let's disable these tests and stop wasting
time.
2023-04-12 22:07:09 +02:00
..
files app: modified and moved gegl operation testing to operations/tests 2012-06-14 21:30:00 +03:00
gimpdir app, docs, etc.: transform menurc in shortcutsrc after an update. 2023-04-12 22:07:09 +02:00
gimpdir-empty app, docs, etc.: transform menurc in shortcutsrc after an update. 2023-04-12 22:07:09 +02:00
.gitignore app: remove the gimp-2-6 session compatibility test 2018-05-20 20:02:13 +02:00
Makefile.am app: disable some unit tests temporarily. 2023-04-12 22:07:09 +02:00
create_test_env.sh tools: Use env in shebangs 2022-03-18 16:05:58 +00:00
gimp-app-test-utils.c app: prevent multiple registrations of a same action. 2023-04-12 22:07:09 +02:00
gimp-app-test-utils.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimp-test-session-utils.c app: don't use the deprecated GTimeVal in gimp-test-session-utils.c 2019-10-26 22:33:20 +03:00
gimp-test-session-utils.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
manual-testcases.txt Bug 565459 - newly opened images are put into the background 2010-06-23 20:17:44 +02:00
meson.build app: disable some unit tests temporarily. 2023-04-12 22:07:09 +02:00
test-core.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
test-gimpidtable.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
test-save-and-export.c app: fix unit tests with GUI. 2023-04-12 22:07:09 +02:00
test-session-2-8-compatibility-multi-window.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
test-session-2-8-compatibility-single-window.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
test-single-window-mode.c app: fix unit tests with GUI. 2023-04-12 22:07:09 +02:00
test-tools.c app: fix unit tests with GUI. 2023-04-12 22:07:09 +02:00
test-ui.c app: fix unit tests with GUI. 2023-04-12 22:07:09 +02:00
test-xcf.c app: replace gimp_parasite_data*() with gimp_parasite_get_data(). 2021-01-29 23:52:03 +01:00
tests.c app: fix unit tests with GUI. 2023-04-12 22:07:09 +02:00
tests.h app: fix unit tests with GUI. 2023-04-12 22:07:09 +02:00