about summary refs log tree commit diff
path: root/nixos/tests/gnome.nix
AgeCommit message (Collapse)AuthorFilesLines
2022-03-28treewide: machine -> nodes.machineRobert Hensing1-1/+1
2022-03-27nixosTests.gnome: fix testsJan Tojnar1-0/+1
GNOME Terminal is no longer installed by default, breaking the tests that depend on it. Let’s re-add it for now to unbreak them.
2022-01-20Revert "nixosTests.gnome: add autologin delay to catch GDM failures"Naïm Favier1-2/+0
2022-01-03nixosTests.gnome: add autologin delay to catch GDM failuresNaïm Favier1-0/+2
Catches failures like https://github.com/NixOS/nixpkgs/issues/149539 that don't happen with AutomaticLoginEnable. We still have a 0-delay autologin test in gnome-xorg, in case there's ever an issue that only arises with AutomaticLoginEnable.
2021-11-21nixos/qemu-vm: default memorySize 384 -> 1024Artturin1-1/+0
the default hasn't been changed since 2009 this can improve our test performances nixos/tests: remove explicit memorySize <1024 1024MiB is now the default
2021-10-09nixosTests.gnome: fixJan Tojnar1-0/+15
GNOME Shell 41 made the Eval command we use for NixOS tests internal so in order to be still able to use it, we need to run the shell in an unsafe mode. https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1970 https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1983 Hopefully, the test driver will eventually get better so that we will not need hacks like this forever.
2021-05-08gnome: rename from gnome3Jan Tojnar1-0/+82
Since GNOME version is now 40, it no longer makes sense to use the old attribute name.