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

  /external/gtest/test/
gtest_filter_unittest.py 80 TEST_REGEX = re.compile(r'^\[\s*RUN\s*\].*\.(\w+(/\w+)?)')
148 match = TEST_REGEX.match(line)
  /external/protobuf/gtest/test/
gtest_filter_unittest.py 78 TEST_REGEX = re.compile(r'^\[\s*RUN\s*\].*\.(\w+(/\w+)?)')
150 match = TEST_REGEX.match(line)

Completed in 281 milliseconds