/external/gtest/test/ |
D | gtest_output_test.py | 88 def RemoveLocations(test_output): argument 101 return re.sub(r'.*[/\\](.+)(\:\d+|\(\d+\))\: ', r'\1:#: ', test_output) 125 def RemoveTypeInfoDetails(test_output): argument 136 return re.sub(r'unsigned int', 'unsigned', test_output) 139 def NormalizeToCurrentPlatform(test_output): argument 144 test_output = re.sub('\x1b\\[(0;3\d)?m', '', test_output) 146 test_output = re.sub(r': Failure\n', r': error: ', test_output) 148 test_output = re.sub(r'((\w|\.)+)\((\d+)\):', r'\1:\3:', test_output) 150 return test_output 167 def RemoveMatchingTests(test_output, pattern): argument [all …]
|
D | gtest_catch_exceptions_test.py | 89 def TestSehExceptions(self, test_output): argument 92 in test_output) 95 in test_output) 97 in test_output) 99 in test_output) 101 in test_output) 103 in test_output) 105 in test_output)
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest_output_test.py | 88 def RemoveLocations(test_output): argument 101 return re.sub(r'.*[/\\](.+)(\:\d+|\(\d+\))\: ', r'\1:#: ', test_output) 125 def RemoveTypeInfoDetails(test_output): argument 136 return re.sub(r'unsigned int', 'unsigned', test_output) 139 def NormalizeToCurrentPlatform(test_output): argument 144 test_output = re.sub('\x1b\\[(0;3\d)?m', '', test_output) 146 test_output = re.sub(r': Failure\n', r': error: ', test_output) 148 test_output = re.sub(r'((\w|\.)+)\((\d+)\):', r'\1:\3:', test_output) 150 return test_output 167 def RemoveMatchingTests(test_output, pattern): argument [all …]
|
D | gtest_catch_exceptions_test.py | 76 def TestSehExceptions(self, test_output): argument 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/ |
D | gtest_output_test.py | 90 def RemoveLocations(test_output): argument 103 return re.sub(r'.*[/\\](.+)(\:\d+|\(\d+\))\: ', r'\1:#: ', test_output) 127 def RemoveTypeInfoDetails(test_output): argument 138 return re.sub(r'unsigned int', 'unsigned', test_output) 155 def RemoveMatchingTests(test_output, pattern): argument 170 test_output = re.sub( 174 test_output) 175 return re.sub(r'.*%s.*\n' % pattern, '', test_output) 247 def RemoveUnsupportedTests(self, test_output): argument 249 test_output = RemoveMatchingTests(test_output, 'DeathTest') [all …]
|
/external/v8/test/mjsunit/ |
D | debug-liveedit-restart-frame.js | 51 test_output = ""; 59 test_output += 'A'; 60 test_output += '='; 65 test_output += 'B'; 69 test_output += 'C'; 74 test_output += 'D'; 79 test_output += 'E'; 83 test_output += 'F'; 132 print(test_output); 134 assertEquals(expected_output, test_output);
|
D | debug-liveedit-double-call.js | 36 test_output = ""; 129 print(test_output); 131 assertEquals(expected_output, test_output);
|
/external/valgrind/drd/scripts/ |
D | 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" \
|
D | measurement-functions | 109 if [ "${test_output}" != "" ]; then 110 echo "$@" >"${test_output}" 116 tee -a "${test_output:-/dev/null}" | \
|
/external/compiler-rt/lib/tsan/ |
D | Makefile.old | 66 CC=$(CLANG) CXX=$(CLANG)++ FILECHECK=$(FILECHECK) $(LIT_TESTS_PATH)/test_output.sh
|