summaryrefslogtreecommitdiff
path: root/src/tests/clutter/interactive/test-script.json
Commit message (Collapse)AuthorAgeFilesLines
* tests/clutter: Always use stage from backendJonas Ådahl2020-08-131-3/+3
| | | | | | | | This removes all occurrences of creating a custom stage from the tests, making them always use the one from MetaBackend. This will allow for further cleanups. https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1364
* 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
* tests/clutter: Remove tests testing or relying on ClutterTextureJonas Ådahl2019-11-131-18/+0
| | | | | | | | | ClutterTexture is going to be removed, so remove interactive tests that stand in the way for that. Some test texture features, while some makes heavy use of ClutterTexture to implement their testing. Remove these tests to prepare for the removal of ClutterTexture. https://gitlab.gnome.org/GNOME/mutter/merge_requests/932
* clutter: Remove behavioursAdam Jackson2019-10-221-4/+2
| | | | https://gitlab.gnome.org/GNOME/mutter/merge_requests/879
* clutter: Move tests to src/testsCarlos Garnacho2019-08-241-0/+74
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