summaryrefslogtreecommitdiff
path: root/src/tests/clutter/conform/scripts
Commit message (Collapse)AuthorAgeFilesLines
* clutter/timeline: Deprecate timelines without an actor or frame clockJonas Ådahl2020-07-021-11/+15
| | | | | | | | | Without an associated actor, or explicit frame clock set, in the future a timeline will not know how to progress, as there will be no singe frame clock to assume is the main one. Thus, deprecate the construction of timelines without either an actor or frame clock set. https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1285
* tests: Replace ClutterRectangle with ClutterActorGeorges Basile Stavracas Neto2020-06-275-11/+11
| | | | | | | | | 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-272-2/+2
| | | | | | | 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: Don't test BoxLayout's child propertiesFlorian Müllner2020-05-211-21/+0
| | | | | | They are about to become ex-properties. https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1265
* clutter: Remove ClutterAnimationJonas Ådahl2020-05-071-14/+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
* tests/clutter/conform: Remove left-over ClutterAnimator scriptsJonas Ådahl2020-05-073-74/+0
| | | | | | ClutterAnimator is long gone; remove some leftover test scripts. https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1192
* clutter: Remove deprecated 'ClutterState'Jonas Ådahl2020-05-071-33/+0
| | | | https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1192
* clutter: Remove unused deprecated/clutter-behaviour-opacity.cAdam Jackson2019-10-221-8/+0
| | | | https://gitlab.gnome.org/GNOME/mutter/merge_requests/879
* clutter: Move tests to src/testsCarlos Garnacho2019-08-2415-0/+305
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