Searched refs:expected_regexp (Results 1 - 4 of 4) sorted by last modified time

/external/lldb/test/unittest2/
H A Dcase.py116 def __init__(self, expected, test_case, expected_regexp=None):
119 self.expected_regexp = expected_regexp
136 if self.expected_regexp is None:
139 expected_regexp = self.expected_regexp
140 if isinstance(expected_regexp, basestring):
141 expected_regexp = re.compile(expected_regexp)
142 if not expected_regexp
[all...]
/external/lldb/test/unittest2/test/
H A Dtest_assertions.py117 for i, expected_regexp in enumerate(errors):
125 expected_regexp,
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dheap-checker-death_unittest.sh78 expected_regexp="$1"
88 matches_ok=`test -z "$expected_regexp" || \
89 grep "$expected_regexp" "$output" >/dev/null 2>&1 || echo false`
106 echo "Output did not match '$expected_regexp'"
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dheap-checker-death_unittest.sh78 expected_regexp="$1"
88 matches_ok=`test -z "$expected_regexp" || \
89 grep "$expected_regexp" "$output" >/dev/null 2>&1 || echo false`
106 echo "Output did not match '$expected_regexp'"

Completed in 155 milliseconds