Lines Matching full:path
180 # Try using the path specifier (as an "end-to-end" check).
386 for path in paths_to_skip:
387 self.assertTrue(dispatcher.should_skip_with_warning(path),
388 "Checking: " + path)
403 for path in paths_to_skip:
404 self.assertTrue(dispatcher.should_skip_without_warning(path),
405 "Checking: " + path)
416 """Call dispatch_processor() with the given file path."""
433 'For path "%(file_path)s" got %(got_class)s when '
456 for path in paths:
457 self.assert_processor_cpp(path)
498 for path in paths:
499 self.assert_processor_text(path)
518 for path in paths:
519 self.assert_processor_none(path)