Home
last modified time | relevance | path

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

1234

/third_party/boost/libs/test/test/framework-ts/
Dtest-macro-global-fixture.cpp216 output_test_stream_for_loggers test_output( pattern_file_name, in BOOST_AUTO_TEST_CASE() local
223 test_output << "***********************" << std::endl; in BOOST_AUTO_TEST_CASE()
224 test_output << "*********************** GlobalFixtureWithCtor<&good_foo>" << std::endl; in BOOST_AUTO_TEST_CASE()
225 test_output << "***********************" << std::endl; in BOOST_AUTO_TEST_CASE()
226 check_global_fixture< GlobalFixtureWithCtor<&good_foo> >( test_output, ts_main, true ); in BOOST_AUTO_TEST_CASE()
227 check_global_fixture< GlobalFixtureWithCtor<&good_foo> >( test_output, ts_main_no_error, false); in BOOST_AUTO_TEST_CASE()
229 test_output << "***********************" << std::endl; in BOOST_AUTO_TEST_CASE()
230 test_output << "*********************** GlobalFixtureWithCtor<&almost_good_foo>" << std::endl; in BOOST_AUTO_TEST_CASE()
231 test_output << "***********************" << std::endl; in BOOST_AUTO_TEST_CASE()
232 check_global_fixture< GlobalFixtureWithCtor<&almost_good_foo> >( test_output, ts_main, true ); in BOOST_AUTO_TEST_CASE()
[all …]
Dlog-formatter-test.cpp206 output_test_stream_for_loggers test_output( pattern_file_name, in BOOST_AUTO_TEST_CASE() local
262 check( test_output, ts_1 ); in BOOST_AUTO_TEST_CASE()
264 check( test_output, ts_1b ); in BOOST_AUTO_TEST_CASE()
266 check( test_output, ts_1c ); in BOOST_AUTO_TEST_CASE()
268 check( test_output, ts_2 ); in BOOST_AUTO_TEST_CASE()
270 check( test_output, ts_3 ); in BOOST_AUTO_TEST_CASE()
272 check( test_output, ts_4 ); in BOOST_AUTO_TEST_CASE()
277 check( test_output, ts_main ); in BOOST_AUTO_TEST_CASE()
279 check( test_output, ts_timeout ); in BOOST_AUTO_TEST_CASE()
281 check( test_output, ts_timeout_nested ); in BOOST_AUTO_TEST_CASE()
[all …]
Dresult-report-test.cpp139 output_test_stream test_output( pattern_file_name, !runtime_config::save_pattern() ); in BOOST_AUTO_TEST_CASE() local
140 results_reporter::set_stream( test_output ); in BOOST_AUTO_TEST_CASE()
191 check( test_output, ts_1 ); in BOOST_AUTO_TEST_CASE()
193 check( test_output, ts_1b ); in BOOST_AUTO_TEST_CASE()
195 check( test_output, ts_1c ); in BOOST_AUTO_TEST_CASE()
197 check( test_output, ts_2 ); in BOOST_AUTO_TEST_CASE()
199 check( test_output, ts_3 ); in BOOST_AUTO_TEST_CASE()
203 check( test_output, ts_main ); in BOOST_AUTO_TEST_CASE()
205 check( test_output, ts_char_escaping ); in BOOST_AUTO_TEST_CASE()
207 check( test_output, ts_timeout ); in BOOST_AUTO_TEST_CASE()
[all …]
Dlog-count-skipped-test.cpp125 output_test_stream_for_loggers test_output( pattern_file_name, in BOOST_AUTO_TEST_CASE() local
148 check( test_output, ts_main ); in BOOST_AUTO_TEST_CASE()
152 check( test_output, ts_main ); in BOOST_AUTO_TEST_CASE()
189 check( test_output, ts_main2 ); in BOOST_AUTO_TEST_CASE()
194 check( test_output, ts_main2 ); in BOOST_AUTO_TEST_CASE()
/third_party/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)
/third_party/boost/libs/signals2/test/
Ddeletion_test.cpp19 static std::string test_output; variable
31 test_output += static_cast<char>(value + '0'); in operator ()()
53 test_output = ""; in test_remove_self()
55 BOOST_CHECK(test_output == "0123"); in test_remove_self()
57 test_output = ""; in test_remove_self()
59 BOOST_CHECK(test_output == "013"); in test_remove_self()
71 test_output = ""; in test_remove_self()
73 BOOST_CHECK(test_output == "0123"); in test_remove_self()
75 test_output = ""; in test_remove_self()
77 BOOST_CHECK(test_output == "012"); in test_remove_self()
[all …]
Dshared_connection_block_test.cpp22 static std::ostringstream test_output; variable
29 test_output << value; in operator ()()
49 test_output.str(""); in BOOST_AUTO_TEST_CASE()
51 BOOST_CHECK(test_output.str() == "013"); in BOOST_AUTO_TEST_CASE()
55 test_output.str(""); in BOOST_AUTO_TEST_CASE()
57 BOOST_CHECK(test_output.str() == "0123"); in BOOST_AUTO_TEST_CASE()
63 test_output.str(""); in BOOST_AUTO_TEST_CASE()
65 std::cout << test_output.str() << std::endl; in BOOST_AUTO_TEST_CASE()
66 BOOST_CHECK(test_output.str() == "023"); in BOOST_AUTO_TEST_CASE()
70 test_output.str(""); in BOOST_AUTO_TEST_CASE()
[all …]
/third_party/grpc/third_party/upb/kokoro/ubuntu/
Dbuild.sh23 CC=gcc bazel test -c opt --test_output=errors ... -- -benchmarks:benchmark
25 CC=gcc bazel test --test_output=errors ...
26 …CC=gcc bazel test --test_output=errors ... --//:fasttable_enabled=true -- -cmake:test_generated_fi…
36 CC=clang bazel test --test_output=errors ...
37 CC=clang bazel test --test_output=errors -c opt ... -- -benchmarks:benchmark
38 …CC=clang bazel test --test_output=errors ... --//:fasttable_enabled=true -- -cmake:test_generated_…
40 CC=clang bazel test --test_output=errors --config=m32 ... -- -benchmarks:benchmark
41 CC=clang bazel test --test_output=errors --config=asan ... -- -benchmarks:benchmark
44 CC=clang bazel test --test_output=errors --config=ubsan ... -- -tests/bindings/lua:test_lua
/third_party/boost/libs/test/doc/test_output/
Dtestout_reference.qbk17 [tip See the [link boost_test.test_output.test_tools_support_for_logging.checkpoints checkpoint] se…
25 [tip See the [link boost_test.test_output.test_tools_support_for_logging.checkpoints checkpoint] se…
33 [tip See the [link boost_test.test_output.test_tools_support_for_logging.test_output_macro_message …
39 For more details see [link boost_test.test_output.test_tools_support_for_logging.contexts here].
44 For more details see [link boost_test.test_output.test_tools_support_for_logging.contexts here].
50 For more details see [link boost_test.test_output.test_tools_support_for_logging.contexts here].
60 [tip See the [link boost_test.test_output.test_tools_support_for_logging.testing_tool_output_disabl…
Dtest_output.qbk9 [section:test_output Controlling outputs]
33 [link boost_test.test_output.log_formats three formats]
35 [link boost_test.test_output.logging_api.custom_log_formatter customize] an output for
48 [endsect] [/test_output]
/third_party/mindspore/tests/st/ops/gpu/
Dtest_loss.py46 test_output = loss(input_data, target_data)
47 diff = test_output - output_data * 2.0
51 test_output = loss(input_data, target_data)
52 diff = test_output - output_data * 3
94 test_output = customloss(input_data, target_data)
95 diff = test_output - output_data * 2.0
/third_party/boost/libs/test/test/execution_monitor-ts/
Derrors-handling-test.cpp162 output_test_stream test_output( pattern_file_name, !runtime_config::save_pattern() ); in BOOST_AUTO_TEST_CASE() local
178 test_output << "\n===========================\n" in BOOST_AUTO_TEST_CASE()
183 log_setup_teardown holder(test_output, OF_CUSTOM_LOGGER, level); in BOOST_AUTO_TEST_CASE()
188 BOOST_CHECK( test_output.match_pattern() ); in BOOST_AUTO_TEST_CASE()
Dboost_exception-test.cpp49 output_test_stream2 test_output; in BOOST_AUTO_TEST_CASE() local
52 boost::unit_test::unit_test_log.set_stream(test_output); in BOOST_AUTO_TEST_CASE()
60 std::string error_string(test_output.get_stream_string_representation()); in BOOST_AUTO_TEST_CASE()
/third_party/glib/gio/tests/
Dtaptestrunner.py47 self.test_output = None
65 self.test_output = self.error_stream
67 self.test_output = StringIO()
70 self.test_output = self.message
71 sys.stdout = sys.stderr = self.test_output
103 (self.test_output_log, self.test_output, "test_output"),
/third_party/glib/gobject/tests/
Dtaptestrunner.py47 self.test_output = None
65 self.test_output = self.error_stream
67 self.test_output = StringIO()
70 self.test_output = self.message
71 sys.stdout = sys.stderr = self.test_output
103 (self.test_output_log, self.test_output, "test_output"),
/third_party/boost/libs/test/doc/html/
Dstandalone_HTML.manifest54 boost_test/test_output.html
55 boost_test/test_output/test_tools_support_for_logging.html
56 boost_test/test_output/test_tools_support_for_logging/testing_tool_output_disable.html
57 boost_test/test_output/test_tools_support_for_logging/test_output_macro_message.html
58 boost_test/test_output/test_tools_support_for_logging/checkpoints.html
59 boost_test/test_output/test_tools_support_for_logging/contexts.html
60 boost_test/test_output/test_tools_support_for_logging/log_floating_points.html
61 boost_test/test_output/log_formats.html
62 boost_test/test_output/log_formats/test_log_output.html
63 boost_test/test_output/log_formats/log_human_readable_format.html
[all …]
/third_party/mbedtls/tests/suites/
Dtest_suite_cmac.function25 unsigned char test_output[MBEDTLS_CIPHER_BLKSIZE_MAX];
48 TEST_ASSERT( mbedtls_cipher_cmac_finish( NULL, test_output ) ==
60 test_output ) ==
66 test_output ) ==
72 test_output ) ==
83 test_output ) ==
88 test_output ) ==
/third_party/googletest/ci/
Dlinux-presubmit.sh82 --test_output=errors
101 --test_output=errors
124 --test_output=errors
/third_party/ltp/lib/newlib_tests/shell/
Dtest_timeout.sh82 test_output=$(cat $tmpfile)
85 eval $(echo "$test_output" | awk '
168 echo "$test_output"
/third_party/grpc/tools/internal_ci/macos/
Dgrpc_run_bazel_isolated_tests.sh24 …ESTS_FLAGS --spawn_strategy=standalone --genrule_strategy=standalone --test_output=all --copt="-DG…
31 …ESTS_FLAGS --spawn_strategy=standalone --genrule_strategy=standalone --test_output=all //test/cpp/…
/third_party/re2/kokoro/
Dbazel.sh20 bazel test --compilation_mode=dbg --test_output=errors -- //:all \
30 bazel test --compilation_mode=opt --test_output=errors -- //:all \
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drglimiter.c90 static const gfloat test_output[] = { variable
135 fail_unless (map.size == sizeof (test_output)); in verify_test_buffer()
138 fail_unless (ABS (output[i] - test_output[i]) < 1.e-6, in verify_test_buffer()
140 output[i], test_input[i], test_output[i]); in verify_test_buffer()
/third_party/boost/libs/range/test/
Diterator_range_hash.cpp36 std::size_t test_output = boost::hash_value(rng); in test_iterator_range_hash() local
38 BOOST_CHECK_EQUAL(ref_output, test_output); in test_iterator_range_hash()
/third_party/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)

1234