about summary refs log tree commit diff
path: root/nixos/tests/gnome3.nix
Commit message (Collapse)AuthorAge
* nixos.tests: silence getfacl absolute path messagec0bw3b2019-10-11
| | | | | | | | | Default getfacl behavior is to remove leading slash on absolute paths in its header printed to stdout. Before the header it will also print a message about it... Switches -p -or --absolute-names can turn this off and remove some noise from our tests logs.
* nixosTests.gnome3{xorg}: add gnome3 maintainersworldofpeace2019-08-06
|
* nixosTests.gnome3: rename from gnome3-gdmworldofpeace2019-08-06
| | | | | | | The actual only difference from the gnome3-xorg test is that this tests the wayland session. It's also more accurate to call it just "gnome3" since wayland is default here.
* nixosTests.gnome3-xorg: rename from gnome3worldofpeace2019-08-06
|
* Remove myself as maintainer from packagesFlorian Friesdorf2019-02-22
| | | | I'm currently not maintaining any packages.
* Merge pull request #44497 from hedning/gnome-upstream-waylandTor Hedin Brønner2018-12-10
|\ | | | | Add gnome wayland support
| * nixos/tests/gnome3: select X11 gnome shell explicitelyTor Hedin Brønner2018-12-10
| | | | | | | | | | This isn't strictly necessary yet as LightDM doesn't read the wayland sessions, but there's no harm in being explicit.
* | nixos/tests/gnome3: fix terminal titleTor Hedin Brønner2018-12-09
|/ | | | | The tests passes, but that's just because a race condition where the window is titled `Terminal` long enough.
* xserver.displayManager: change defaultlassulus2018-08-31
| | | | | | | | Switch from slim to lightdm as the display-manager. If plasma5 is used as desktop-manager use sdddm. If gnome3 is used as desktop-manager use gdm. Based on #12516
* nixos/tests/gnome3: Explicitly set default desktopManagerTor Hedin Brønner2018-08-01
| | | | | Sessions from `extraSessionFilePackages` isn't picked automatically as the default session.
* [bot] nixos/*: remove unused arguments in lambdasvolth2018-07-20
|
* nixos/tests/gnome3: switch to lightdm (#41742)xeji2018-06-09
|
* gnome3 tests: fix by providing more memoryJan Tojnar2017-09-01
| | | | /cc #28053.
* nixos/tests/gnome3.nix: Speed up testEelco Dolstra2016-12-29
| | | | | It turns out that "journalctl -f | grep -m 1 pattern" will block for one more line after "pattern" appears, which can take a long time.
* rename iElectric to domenkozar to match GitHubDomen Kožar2016-05-17
|
* Fix X11 tests broken by the removal of -acEelco Dolstra2016-04-12
| | | | | Probably missed a few. Also adding xauth to the system path (it was already in the closure).
* gnome3 test: increase timeoutMathnerd3142015-10-05
| | | | | The gnome3 test has been failing recently ([1](http://hydra.nixos.org/build/26608126/nixlog/1/raw) [2](http://hydra.nixos.org/build/26605926/nixlog/1/raw)); this is due to exit code 124 which is [the command timing out](https://www.gnu.org/software/coreutils/manual/html_node/timeout-invocation.html). This increases the timeout to 900, to align with the similar timeout in https://github.com/NixOS/nixpkgs/blob/master/nixos/lib/test-driver/Machine.pm#L222
* nixos/tests/gnome3: wait for gnome shell to be started, for a better screenshotLuca Bruno2015-09-30
|
* gnome3 test: revert back to using slimLuca Bruno2015-08-31
| | | | | GDM needs more time to load on hydra, need a better way to find out when the user has logged in.
* gnome3 test: use gdm with autologin instead of slimLuca Bruno2015-08-27
|
* all tests: added meta.maintainers sectionJoachim Schiele2015-07-12
|
* nixos: increase allocated memory for gnome tests. Closes #4651Luca Bruno2014-11-02
|
* nixos.tests.gnome3: wait 20sec for the screenshotDomen Kožar2014-09-07
|
* name nixos tests, close #3078Florian Friesdorf2014-06-28
|
* Make it easier to run the testsEelco Dolstra2014-04-14
| | | | | | | | | | | You can now run a test in the nixos/tests directory directly using nix-build, e.g. $ nix-build '<nixos/tests/login.nix>' -A test This gets rid of having to add the test to nixos/tests/default.nix. (Of course, you still need to add it to nixos/release.nix if you want Hydra to run the test.)
* nixos: add most basic gnome3 test and take a screenshotDomen Kožar2014-02-08