mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
nixosTests.terminal-emulators.lomiri-terminal-app: Drop
This commit is contained in:
parent
e1bd1b8ad6
commit
82c62d132e
3 changed files with 6 additions and 11 deletions
|
@ -256,9 +256,6 @@ in
|
||||||
machine.send_key("ctrl-alt-t")
|
machine.send_key("ctrl-alt-t")
|
||||||
wait_for_text(r"(${user}|machine)")
|
wait_for_text(r"(${user}|machine)")
|
||||||
machine.screenshot("terminal_opens")
|
machine.screenshot("terminal_opens")
|
||||||
|
|
||||||
# lomiri-terminal-app has a separate VM test to test its basic functionality
|
|
||||||
|
|
||||||
machine.send_key("alt-f4")
|
machine.send_key("alt-f4")
|
||||||
|
|
||||||
# We want the ability to launch applications
|
# We want the ability to launch applications
|
||||||
|
@ -449,8 +446,6 @@ in
|
||||||
wait_for_text(r"(${user}|machine)")
|
wait_for_text(r"(${user}|machine)")
|
||||||
machine.screenshot("terminal_opens")
|
machine.screenshot("terminal_opens")
|
||||||
|
|
||||||
# lomiri-terminal-app has a separate VM test to test its basic functionality
|
|
||||||
|
|
||||||
# for the LSS lomiri-content-hub test to work reliably, we need to kick off peer collecting
|
# for the LSS lomiri-content-hub test to work reliably, we need to kick off peer collecting
|
||||||
machine.send_chars("lomiri-content-hub-test-importer\n")
|
machine.send_chars("lomiri-content-hub-test-importer\n")
|
||||||
wait_for_text(r"(/build/source|hub.cpp|handler.cpp|void|virtual|const)") # awaiting log messages from lomiri-content-hub
|
wait_for_text(r"(/build/source|hub.cpp|handler.cpp|void|virtual|const)") # awaiting log messages from lomiri-content-hub
|
||||||
|
|
|
@ -65,11 +65,6 @@ let
|
||||||
|
|
||||||
konsole.pkg = p: p.plasma5Packages.konsole;
|
konsole.pkg = p: p.plasma5Packages.konsole;
|
||||||
|
|
||||||
lomiri-terminal-app.pkg = p: p.lomiri.lomiri-terminal-app;
|
|
||||||
# after recent Mesa change, borked software rendering config under x86_64 icewm?
|
|
||||||
# BGR colour display on x86_64, RGB on aarch64
|
|
||||||
lomiri-terminal-app.colourTest = false;
|
|
||||||
|
|
||||||
lxterminal.pkg = p: p.lxterminal;
|
lxterminal.pkg = p: p.lxterminal;
|
||||||
|
|
||||||
mate-terminal.pkg = p: p.mate.mate-terminal;
|
mate-terminal.pkg = p: p.mate.mate-terminal;
|
||||||
|
|
|
@ -61,7 +61,12 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
];
|
];
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
tests.vm-test = nixosTests.terminal-emulators.lomiri-terminal-app;
|
tests = {
|
||||||
|
# The way the test works sometimes causes segfaults in qtfeedback
|
||||||
|
# https://gitlab.com/ubports/development/apps/lomiri-terminal-app/-/issues/117
|
||||||
|
# vm-test = nixosTests.terminal-emulators.lomiri-terminal-app;
|
||||||
|
inherit (nixosTests.lomiri) desktop-basics desktop-appinteractions;
|
||||||
|
};
|
||||||
updateScript = gitUpdater {
|
updateScript = gitUpdater {
|
||||||
rev-prefix = "v";
|
rev-prefix = "v";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue