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

  /external/chromium/testing/gtest/test/
gtest_output_test.py 88 def RemoveLocations(test_output):
92 test_output: the output of a Google Test program.
101 return re.sub(r'.*[/\\](.+)(\:\d+|\(\d+\))\: ', r'\1:#: ', test_output)
125 def RemoveTypeInfoDetails(test_output):
129 test_output: the output of a Google Test program.
136 return re.sub(r'unsigned int', 'unsigned', test_output)
139 def NormalizeToCurrentPlatform(test_output):
144 test_output = re.sub('\x1b\\[(0;3\d)?m', '', test_output)
146 test_output = re.sub(r': Failure\n', r': error: ', test_output
    [all...]
gtest_catch_exceptions_test.py 76 def TestSehExceptions(self, test_output):
79 in test_output)
82 in test_output)
84 in test_output)
86 in test_output)
88 in test_output)
90 in test_output)
92 in test_output)
  /external/gtest/test/
gtest_output_test.py 88 def RemoveLocations(test_output):
92 test_output: the output of a Google Test program.
101 return re.sub(r'.*[/\\](.+)(\:\d+|\(\d+\))\: ', r'\1:#: ', test_output)
125 def RemoveTypeInfoDetails(test_output):
129 test_output: the output of a Google Test program.
136 return re.sub(r'unsigned int', 'unsigned', test_output)
139 def NormalizeToCurrentPlatform(test_output):
144 test_output = re.sub('\x1b\\[(0;3\d)?m', '', test_output)
146 test_output = re.sub(r': Failure\n', r': error: ', test_output
    [all...]
gtest_catch_exceptions_test.py 76 def TestSehExceptions(self, test_output):
79 in test_output)
82 in test_output)
84 in test_output)
86 in test_output)
88 in test_output)
90 in test_output)
92 in test_output)
  /external/protobuf/gtest/test/
gtest_output_test.py 89 def RemoveLocations(test_output):
93 test_output: the output of a Google Test program.
102 return re.sub(r'.*[/\\](.+)(\:\d+|\(\d+\))\: ', r'\1:#: ', test_output)
140 def RemoveMatchingTests(test_output, pattern):
147 test_output: A string containing the test output.
152 Contents of test_output with tests whose names match pattern removed.
155 test_output = re.sub(
159 test_output)
160 return re.sub(r'.*%s.*\n' % pattern, '', test_output)
235 def RemoveUnsupportedTests(self, test_output)
    [all...]
  /external/valgrind/main/drd/scripts/
run-splash2 16 test_output="${1}-p${p}.out" measure_runtime "$@" -p${psep}${p} "${test_args}" | avgstddev > "$tmp"
28 test_output="${1}-p${p}.out" measure_runtime "$@" -p${psep}${p} "${test_args}" | avgstddev > "$tmp"
40 test_output="${1}-p${p}.out" measure_runtime "$@" -p${psep}${p} "${test_args}" | avgstddev > "$tmp"
52 test_output="/dev/null" \
56 test_output="/dev/null" \
60 test_output="${1}-drd-with-stack-var-4.out" \
66 test_output="${1}-drd-without-stack-var-4.out" \
72 test_output="${1}-helgrind-4-none.out" \
76 test_output="${1}-helgrind-4-approx.out" \
80 test_output="${1}-helgrind-4-full.out"
    [all...]
measurement-functions 103 # command output to the file specified in ${test_output}, and print the
109 if [ "${test_output}" != "" ]; then
110 echo "$@" >"${test_output}"
116 tee -a "${test_output:-/dev/null}" | \

Completed in 368 milliseconds