mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +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")
|
||||
wait_for_text(r"(${user}|machine)")
|
||||
machine.screenshot("terminal_opens")
|
||||
|
||||
# lomiri-terminal-app has a separate VM test to test its basic functionality
|
||||
|
||||
machine.send_key("alt-f4")
|
||||
|
||||
# We want the ability to launch applications
|
||||
|
@ -449,8 +446,6 @@ in
|
|||
wait_for_text(r"(${user}|machine)")
|
||||
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
|
||||
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
|
||||
|
|
|
@ -65,11 +65,6 @@ let
|
|||
|
||||
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;
|
||||
|
||||
mate-terminal.pkg = p: p.mate.mate-terminal;
|
||||
|
|
|
@ -61,7 +61,12 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
];
|
||||
|
||||
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 {
|
||||
rev-prefix = "v";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue