Home | History | Annotate | Download | only in tools

Lines Matching refs:CONFIGS

162   #  configs: which configs to run for each test, or None if we should
163 # rebaseline whatever configs the JSON results summary file tells
182 tests=None, configs=None, add_new=False, add_ignored=False,
189 self._configs = configs
301 # Update the expectations in memory, skipping any tests/configs that
386 # TODO(epoger): Add test that exercises --configs argument.
387 parser.add_argument('--configs', metavar='CONFIG', nargs='+',
389 '"--configs 565 8888", as a filter over the full set '
391 'rebaseline *all* configs that are available.'))
438 'to False. If True, TESTS and CONFIGS are ignored, '
470 tests=args.tests, configs=args.configs,