summaryrefslogtreecommitdiff
path: root/src/tests/clutter/conform/script-parser.c
Commit message (Collapse)AuthorAgeFilesLines
* tests: Replace ClutterRectangle with ClutterActorGeorges Basile Stavracas Neto2020-06-271-4/+4
| | | | | | | | | These tests were written (and copy-pasted) before ClutterActor had an actual background-color property. As a preparation to the removal of ClutterRectangle, replace all these rectangles with plain actors and background colors. https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1332
* Drop ClutterBoxGeorges Basile Stavracas Neto2020-06-271-4/+4
| | | | | | | Nobody was subclassing or using it, except for the tests. Replace it by ClutterActor in the tests. https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1332
* tests/clutter/conform: Default to print test logsJonas Ådahl2020-06-051-5/+5
| | | | | | | To change to the old behavior, pass --quiet. The aim is to be make it easier to debug issues only reproducing in the CI. https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1289
* tests/clutter: Don't test BoxLayout's child propertiesFlorian Müllner2020-05-211-64/+0
| | | | | | They are about to become ex-properties. https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1265
* clutter/tests: Stop using deprecated BoxLayout APIFlorian Müllner2020-05-211-1/+1
| | | | | | ... so that we can remove it. https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1265
* clutter: Remove ClutterAnimationJonas Ådahl2020-05-071-23/+0
| | | | | | | | | | | | | | | | | | This removes ClutterAnimation and related tests. ClutterAnimation has been deprecated for a long time, and replacements exist and are used by e.g. GNOME Shell since a while back. This also disables a few relatively unrelated interactive tests, as they rely on ClutterAnimation to implement some animations they use to illustrate what they actually test. As interactive tests currently are more or less untestable due to any interaction with them crashing, as well as they in practice means rewriting the tests using non-deprecated animation APIs, they are not ported right now. To actually port the interactive tests, it needs to be possible to fist interact with them. https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1192
* clutter: Remove unused deprecated/clutter-behaviour-opacity.cAdam Jackson2019-10-221-39/+0
| | | | https://gitlab.gnome.org/GNOME/mutter/merge_requests/879
* tests: Move clutter-test-utils.[ch] to src/testsCarlos Garnacho2019-08-241-0/+2
| | | | | | | | And add the necessary glue so those initialize a X11 clutter backend. This should get Clutter tests that are dependent on windowing to work again, thus they were enabled back again. https://gitlab.gnome.org/GNOME/mutter/merge_requests/672
* clutter: Move tests to src/testsCarlos Garnacho2019-08-241-0/+427
Clutter doesn't hold anymore backend implementations, move tests where we have one that we may assign. https://gitlab.gnome.org/GNOME/mutter/merge_requests/672