Home
last modified time | relevance | path

Searched refs:product_choices (Results 1 – 6 of 6) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/harness/wptrunner/
H A Dwptcommandline.py39 def create_parser(product_choices=None): argument
44 if product_choices is None:
46 product_choices = products.products_enabled(config_data)
129 config_group.add_argument("--product", action="store", choices=product_choices,
365 def create_parser_update(product_choices=None): argument
370 if product_choices is None:
372 product_choices = products.products_enabled(config_data)
376 parser.add_argument("--product", action="store", choices=product_choices,
404 def create_parser_reduce(product_choices=None): argument
405 parser = create_parser(product_choices)
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/tools/wptrunner/wptrunner/
H A Dwptcommandline.py36 def create_parser(product_choices=None): argument
41 if product_choices is None:
43 product_choices = products.products_enabled(config_data)
150 config_group.add_argument("--product", action="store", choices=product_choices,
452 def create_parser_update(product_choices=None): argument
457 if product_choices is None:
459 product_choices = products.products_enabled(config_data)
463 parser.add_argument("--product", action="store", choices=product_choices,
501 def create_parser_reduce(product_choices=None): argument
502 parser = create_parser(product_choices)
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/wptrunner/wptrunner/
H A Dwptcommandline.py35 def create_parser(product_choices=None): argument
40 if product_choices is None:
42 product_choices = products.products_enabled(config_data)
218 config_group.add_argument("--product", action="store", choices=product_choices,
635 def create_parser_update(product_choices=None): argument
640 if product_choices is None:
642 product_choices = products.products_enabled(config_data)
646 parser.add_argument("--product", action="store", choices=product_choices,
698 def create_parser_reduce(product_choices=None): argument
699 parser = create_parser(product_choices)
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/wptrunner/wptrunner/
H A Dwptcommandline.py35 def create_parser(product_choices=None): argument
40 if product_choices is None:
42 product_choices = products.products_enabled(config_data)
227 config_group.add_argument("--product", action="store", choices=product_choices,
650 def create_parser_update(product_choices=None): argument
655 if product_choices is None:
657 product_choices = products.products_enabled(config_data)
661 parser.add_argument("--product", action="store", choices=product_choices,
713 def create_parser_reduce(product_choices=None): argument
714 parser = create_parser(product_choices)
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/wptrunner/wptrunner/
H A Dwptcommandline.py35 def create_parser(product_choices=None): argument
40 if product_choices is None:
42 product_choices = products.products_enabled(config_data)
218 config_group.add_argument("--product", action="store", choices=product_choices,
635 def create_parser_update(product_choices=None): argument
640 if product_choices is None:
642 product_choices = products.products_enabled(config_data)
646 parser.add_argument("--product", action="store", choices=product_choices,
698 def create_parser_reduce(product_choices=None): argument
699 parser = create_parser(product_choices)
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/wptrunner/wptrunner/
H A Dwptcommandline.py37 def create_parser(product_choices=None): argument
42 if product_choices is None:
44 product_choices = products.products_enabled(config_data)
209 config_group.add_argument("--product", action="store", choices=product_choices,
596 def create_parser_update(product_choices=None): argument
601 if product_choices is None:
603 product_choices = products.products_enabled(config_data)
607 parser.add_argument("--product", action="store", choices=product_choices,
659 def create_parser_reduce(product_choices=None): argument
660 parser = create_parser(product_choices)