diff options
Diffstat (limited to 'python/servo')
-rw-r--r-- | python/servo/testing_commands.py | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/python/servo/testing_commands.py b/python/servo/testing_commands.py index d6c4bea60e5..4e949ab328e 100644 --- a/python/servo/testing_commands.py +++ b/python/servo/testing_commands.py @@ -147,22 +147,23 @@ class MachCommands(CommandBase): test_patterns.append(test) self_contained_tests = [ - "servoshell", "background_hang_monitor", + "base", + "compositing", + "constellation", + "crown", "gfx", "hyper_serde", "layout_2013", "layout_2020", "net", "net_traits", - "selectors", + "pixels", "script_traits", + "selectors", "servo_config", - "crown", - "constellation", + "servoshell", "style_config", - "compositing", - "pixels", ] if not packages: packages = set(os.listdir(path.join(self.context.topdir, "tests", "unit"))) - set(['.DS_Store']) |