tests/perf: Add test for shutdown with open window

This would without the applied fix trigger
https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/6536.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2722>
This commit is contained in:
Jonas Ådahl 2023-03-24 10:22:41 +01:00
parent 2325022d2f
commit d272b16e50
3 changed files with 33 additions and 0 deletions

View file

@ -39,6 +39,9 @@ perf_tests = [
{
'name': 'basic',
},
{
'name': 'closeWithActiveWindows',
},
{
'name': 'headlessStart',
'options': ['--hotplug'],