HomeSort by relevance Sort by last modified time
    Searched refs:git_output (Results 1 - 2 of 2) sorted by null

  /external/webkit/Tools/Scripts/webkitpy/layout_tests/
deduplicate_tests.py 72 def parse_git_output(git_output, glob_pattern):
75 git_output: result of git ls-tree -r HEAD LayoutTests.
81 for line in git_output.split('\n'):
110 git_output = executive.Executive().run_command(cmd,
118 return parse_git_output(git_output, glob_pattern)
deduplicate_tests_unittest.py 64 git_output = (
72 hashes = deduplicate_tests.parse_git_output(git_output, '*')
80 hashes = deduplicate_tests.parse_git_output(git_output, '*.png')

Completed in 112 milliseconds