| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
It just complicates things; we can't run them right now, so just get rid
of the runtime variability; just change the macros if you want to tweak
the test, would you be able to get it running.
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1833>
|
| |
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
Drop the bomb.
https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1332
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
Remove the usage of ClutterCairoTexture and use a ClutterCanvas content
instead.
https://gitlab.gnome.org/GNOME/mutter/merge_requests/932
|
|
|
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
|