mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Enable wdspec and crashtest tests in servodriver. (#34955)
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
parent
2115b6a6db
commit
0c0ffefb48
4 changed files with 27 additions and 5 deletions
|
@ -93,7 +93,7 @@ def run_tests(default_binary_path: str, **kwargs):
|
|||
if not kwargs.get("no_default_test_types"):
|
||||
test_types = {
|
||||
"servo": ["testharness", "reftest", "wdspec", "crashtest"],
|
||||
"servodriver": ["testharness", "reftest"],
|
||||
"servodriver": ["testharness", "reftest", "wdspec", "crashtest"],
|
||||
}
|
||||
product = kwargs.get("product") or "servo"
|
||||
kwargs["test_types"] = test_types[product]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue