From e38d21d33d2a13f52e281f60dd9cd31200e8a5f4 Mon Sep 17 00:00:00 2001 From: Oriol Brufau Date: Thu, 27 Jul 2023 07:04:55 +0200 Subject: Run unit tests with both layout 2013 and layout 2020 (#30032) Since #29950, unit tests were only running with the legacy layout, and there was no way to run them for layout 2020. This patch makes './mach test-unit' run unit tests for both. Also doing some changes so that the layout 2020 floats.rs tests compile. --- python/servo/command_base.py | 1 - 1 file changed, 1 deletion(-) (limited to 'python/servo/command_base.py') diff --git a/python/servo/command_base.py b/python/servo/command_base.py index afc0856767a..e712b92412d 100644 --- a/python/servo/command_base.py +++ b/python/servo/command_base.py @@ -927,7 +927,6 @@ class CommandBase(object): libsimpleservo=False, debug_mozjs=False, with_debug_assertions=False, with_frame_pointer=False, without_wgl=False, - with_layout_2020=False, with_layout_2013=False, **_kwargs ): env = env or self.build_env() -- cgit v1.2.3