diff options
author | Atbrakhi <atbrakhi@igalia.com> | 2023-09-06 13:45:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-06 11:45:56 +0000 |
commit | 3df284cf54d9d99daf32794a030efa6358f5cf39 (patch) | |
tree | f06b5143dce220f324f2bce059160ed748213c2b /python/servo/testing_commands.py | |
parent | f137b2f2c317194a142d0ba9a05d81cbe20e27df (diff) | |
download | servo-3df284cf54d9d99daf32794a030efa6358f5cf39.tar.gz servo-3df284cf54d9d99daf32794a030efa6358f5cf39.zip |
Move user input logic into servoshell (#30238)
* cleanup and move user input logix into servoshell
* fix fmt
* moves test from servoshell file
* move command-line args into servoshell
* remove feature media-gstreamer
* fix fmt
* move user input logic code into lib to make it more testable
* remove opts_matches in fn instead get it from main2
* remove pub and fix import
* add licence in new file
* revert passing Matches, instead pass Option String
* review update, also move sanitize fn to parser file
* fmt fix
* review fix: remove extra line
Diffstat (limited to 'python/servo/testing_commands.py')
-rw-r--r-- | python/servo/testing_commands.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/servo/testing_commands.py b/python/servo/testing_commands.py index 9ac9cffdda9..328a82a7a23 100644 --- a/python/servo/testing_commands.py +++ b/python/servo/testing_commands.py @@ -197,6 +197,7 @@ class MachCommands(CommandBase): test_patterns.append(test) self_contained_tests = [ + "servoshell", "background_hang_monitor", "gfx", "layout_2013", |