Home
last modified time | relevance | path

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

12

/external/vulkan-validation-layers/tests/gtest-1.7.0/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.py89 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/v8/testing/gtest/test/
Dgtest_output_test.py89 def RemoveLocations(test_output): argument
102 return re.sub(r'.*[/\\](.+)(\:\d+|\(\d+\))\: ', r'\1:#: ', test_output)
126 def RemoveTypeInfoDetails(test_output): argument
137 return re.sub(r'unsigned int', 'unsigned', test_output)
140 def NormalizeToCurrentPlatform(test_output): argument
145 test_output = re.sub('\x1b\\[(0;3\d)?m', '', test_output)
147 test_output = re.sub(r': Failure\n', r': error: ', test_output)
149 test_output = re.sub(r'((\w|\.)+)\((\d+)\):', r'\1:\3:', test_output)
151 return test_output
168 def RemoveMatchingTests(test_output, pattern): argument
[all …]
Dgtest_catch_exceptions_test.py89 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/googletest/googletest/test/
Dgtest_output_test.py89 def RemoveLocations(test_output): argument
102 return re.sub(r'.*[/\\](.+)(\:\d+|\(\d+\))\: ', r'\1:#: ', test_output)
126 def RemoveTypeInfoDetails(test_output): argument
137 return re.sub(r'unsigned int', 'unsigned', test_output)
140 def NormalizeToCurrentPlatform(test_output): argument
145 test_output = re.sub('\x1b\\[(0;3\d)?m', '', test_output)
147 test_output = re.sub(r': Failure\n', r': error: ', test_output)
149 test_output = re.sub(r'((\w|\.)+)\((\d+)\):', r'\1:\3:', test_output)
151 return test_output
168 def RemoveMatchingTests(test_output, pattern): argument
[all …]
Dgtest_catch_exceptions_test.py89 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/
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/protobuf/gtest/test/
Dgtest_output_test.py90 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/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_test154 test_output = subprocess.check_output([ADB_PATH, 'shell', cmd])
155 print test_output
156 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/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_cc_core.sh37 --test_output=errors -- \
Drun_py2_core.sh36 --test_output=errors -- \
Drun_py3_core.sh36 --test_output=errors -- \
Drun_mkl.sh35 --config=mkl --config=opt --test_output=errors -- \
/external/tensorflow/tensorflow/tools/ci_build/osx/cpu/
Drun_py3_cc_core.sh36 --jobs=${N_JOBS} --build_tests_only --test_output=errors -k -- \
Drun_contrib.sh37 --jobs=${N_JOBS} --build_tests_only --test_output=errors -k -- \
Drun_py2_cc_core.sh37 --jobs=${N_JOBS} --build_tests_only --test_output=errors -k -- \
/external/tensorflow/tensorflow/tools/ci_build/xla/linux/gpu/
Drun_py3.sh40 --build_tests_only --test_output=errors --local_test_jobs=8 \
/external/tensorflow/tensorflow/tools/ci_build/linux/gpu/
Drun_cc_core.sh39 --build_tests_only --test_output=errors --local_test_jobs=8 --config=opt \
Drun_py3_core.sh39 --build_tests_only --test_output=errors --local_test_jobs=8 --config=opt \

12