Home
last modified time | relevance | path

Searched refs:test_output (Results 1 – 25 of 55) sorted by relevance

123

/external/googletest/googletest/test/
Dgoogletest-output-test.py90 def RemoveLocations(test_output): argument
104 r'\1:#: ', test_output)
128 def RemoveTypeInfoDetails(test_output): argument
139 return re.sub(r'unsigned int', 'unsigned', test_output)
142 def NormalizeToCurrentPlatform(test_output): argument
147 test_output = re.sub('\x1b\\[(0;3\d)?m', '', test_output)
149 test_output = re.sub(r': Failure\n', r': error: ', test_output)
151 test_output = re.sub(r'((\w|\.)+)\((\d+)\):', r'\1:\3:', test_output)
153 return test_output
170 def RemoveMatchingTests(test_output, pattern): argument
[all …]
Dgoogletest-catch-exceptions-test.py85 def TestSehExceptions(self, test_output): argument
88 in test_output)
91 in test_output)
93 in test_output)
95 in test_output)
97 in test_output)
99 in test_output)
101 in test_output)
/external/google-breakpad/src/testing/gtest/test/
Dgtest_output_test.py88 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 …]
Dgtest_catch_exceptions_test.py76 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/mesa3d/src/compiler/glsl/tests/
Dwarnings-test.sh31 test_output="$abs_builddir/$tests_relative_dir/`basename $test`"
34 $compiler --just-log --version 150 "$test" > "$test_output.out" 2>&1
36 if diff "$test.expected" "$test_output.out" >/dev/null 2>&1; then
41 diff "$test.expected" "$test_output.out"
/external/tensorflow/tensorflow/lite/kernels/internal/
Dlog_quantized_test.cc70 void CheckOutputData(const std::vector<int32>& test_output, in CheckOutputData() argument
80 const int n = test_output.size(); in CheckOutputData()
90 ASSERT_LE(std::abs(test_output[i] - reference_output[i]), in CheckOutputData()
95 << ", test_output[i]=" << test_output[i] << "=" in CheckOutputData()
96 << static_cast<double>(test_output[i]) / in CheckOutputData()
101 << ", difference[i]=" << std::abs(reference_output[i] - test_output[i]) in CheckOutputData()
103 << static_cast<double>(std::abs(reference_output[i] - test_output[i])) / in CheckOutputData()
/external/tensorflow/tensorflow/tools/ci_build/windows/cpu/bazel/
Drun_cc_test_windows.sh55 bazel test -k $slow_compiling_test --test_output=errors
56 bazel test -c opt -k $passing_tests --test_output=errors
/external/ltp/pan/
Dscan.l77 static int test_output( SYM, SYM);
165 ^<<<test_output>>>$ {
170 test_output(ctag, keys);
315 test_output(SYM tag, SYM keys)
/external/autotest/client/deps/fakegudev/src/
Dtest-gudev.sh13 function test_output() { function
31 test_output
130 test_output
/external/perfetto/tools/
Drun_android_test166 test_output = subprocess.check_output([ADB_PATH, 'shell', cmd])
167 print test_output
168 retcode = re.search(r'^TEST_RET_CODE=(\d)', test_output, re.MULTILINE)
/external/toolchain-utils/dejagnu/
Dgdb_dejagnu.py291 test_output = os.path.join(self._gdb_source_dir, 'gdb', 'testsuite',
293 test_output = misc.GetOutsideChrootPath(self._chromeos_root, test_output)
296 self.test_result = self.ParseResult(test_output)
/external/python/cpython3/Lib/test/
Dtest_smtplib.py235 test_output = self.output.getvalue()
237 test_output, flags=re.MULTILINE|re.DOTALL)
386 test_output = self.get_output_without_xpeer()
389 self.assertEqual(test_output, mexpect)
410 test_output = self.get_output_without_xpeer()
415 self.assertEqual(test_output, mexpect)
440 test_output = self.get_output_without_xpeer()
443 self.assertEqual(test_output, mexpect)
467 test_output = self.get_output_without_xpeer()
470 self.assertEqual(test_output, mexpect)
[all …]
/external/tensorflow/tensorflow/tools/ci_build/windows/gpu/bazel/
Drun_cc_test_windows.sh60 bazel test -c opt --config=win-cuda -k $passing_tests --test_output=errors
/external/tensorflow/tensorflow/tools/ci_build/linux/cpu/
Drun_py3_contrib.sh37 --test_size_filters=small,medium --test_output=errors -- \
Drun_cc_core.sh38 --test_output=errors --test_size_filters=small,medium -- \
Drun_py3_core.sh37 --test_output=errors --test_size_filters=small,medium -- \
Drun_py2_core.sh37 --test_output=errors --test_size_filters=small,medium -- \
Drun_mkl.sh38 --config=mkl --test_env=KMP_BLOCKTIME=0 --config=opt --test_output=errors -- \
/external/tensorflow/tensorflow/tools/ci_build/linux/ppc64le/cpu/
Drun_py2.sh36 --test_output=errors --test_size_filters=small,medium -- \
Drun_py3.sh36 --test_output=errors --test_size_filters=small,medium -- \
/external/tensorflow/tensorflow/tools/ci_build/xla/linux/rocm/
Drun_py3.sh39 --build_tests_only --test_output=errors --local_test_jobs=1 \
/external/tensorflow/tensorflow/tools/ci_build/linux/rocm/
Drun_cc_core.sh38 --build_tests_only --test_output=errors --local_test_jobs=1 --config=opt \
/external/tensorflow/tensorflow/tools/ci_build/osx/cpu/
Drun_py3_cc_core.sh37 --jobs=${N_JOBS} --build_tests_only --test_output=errors -k -- \
Drun_contrib.sh38 --jobs=${N_JOBS} --build_tests_only --test_output=errors -k -- \
Drun_py2_cc_core.sh40 --jobs=${N_JOBS} --build_tests_only --test_output=errors -k -- \

123