Home
last modified time | relevance | path

Searched refs:test_output (Results 126 – 150 of 1324) sorted by last modified time

12345678910>>...53

/dports/devel/llvm13/llvm-project-13.0.1.src/polly/lib/External/isl/
H A Disl_test.c8697 int test_output(isl_ctx *ctx) in test_output() function
10815 { "output", &test_output },
/dports/lang/rust/rustc-1.58.1-src/vendor/tester/src/formatters/
H A Dmod.rs33 pub(crate) fn write_stderr_delimiter(test_output: &mut Vec<u8>, test_name: &TestName) { in write_stderr_delimiter()
34 match test_output.last() { in write_stderr_delimiter()
36 Some(_) => test_output.push(b'\n'), in write_stderr_delimiter()
39 writeln!(test_output, "---- {} stderr ----", test_name).unwrap(); in write_stderr_delimiter()
/dports/lang/rust/rustc-1.58.1-src/vendor/tester/src/
H A Dlib.rs564 let (result, test_output, exec_time) = (|| { in spawn_test_subprocess()
589 let mut test_output = stdout; in spawn_test_subprocess() localVariable
590 formatters::write_stderr_delimiter(&mut test_output, &desc.name); in spawn_test_subprocess()
591 test_output.extend_from_slice(&stderr); in spawn_test_subprocess()
599 write!(&mut test_output, "Unexpected error: {}", e).unwrap(); in spawn_test_subprocess()
604 (result, test_output, exec_time) in spawn_test_subprocess()
607 let message = CompletedTest::new(desc, result, exec_time, test_output); in spawn_test_subprocess()
/dports/lang/rust/rustc-1.58.1-src/library/test/src/
H A Dlib.rs633 let (result, test_output, exec_time) = (|| { in spawn_test_subprocess()
658 let mut test_output = stdout; in spawn_test_subprocess() localVariable
659 formatters::write_stderr_delimiter(&mut test_output, &desc.name); in spawn_test_subprocess()
660 test_output.extend_from_slice(&stderr); in spawn_test_subprocess()
668 write!(&mut test_output, "Unexpected error: {}", e).unwrap(); in spawn_test_subprocess()
673 (result, test_output, exec_time) in spawn_test_subprocess()
676 let message = CompletedTest::new(id, desc, result, exec_time, test_output); in spawn_test_subprocess()
/dports/lang/rust/rustc-1.58.1-src/library/test/src/formatters/
H A Dmod.rs35 pub(crate) fn write_stderr_delimiter(test_output: &mut Vec<u8>, test_name: &TestName) { in write_stderr_delimiter()
36 match test_output.last() { in write_stderr_delimiter()
38 Some(_) => test_output.push(b'\n'), in write_stderr_delimiter()
41 writeln!(test_output, "---- {} stderr ----", test_name).unwrap(); in write_stderr_delimiter()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/vendor/gitignore/
H A DSwift.gitignore71 fastlane/test_output
H A DAndroid.gitignore66 fastlane/test_output
H A DObjective-C.gitignore59 fastlane/test_output
/dports/math/kalker/kalker-1.1.0/mobile/android/
H A D.gitignore74 fastlane/test_output
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/commonmark/tests/
H A Dunit_tests.py31 def test_output(self): member in TestCommonmark
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libsoxr/tests/
H A Dcmp-test.cmake23 OUTPUT_VARIABLE test_output
27 message (FATAL_ERROR ${test_output})
29 message (STATUS ${test_output})
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/contrib/googletest/googletest/test/
H A 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)
H A Dgoogletest-output-test.py148 test_output = re.sub('\x1b\\[(0;3\d)?m', '', test_output)
150 test_output = re.sub(r': Failure\n', r': error: ', test_output)
154 return test_output
190 test_output)
265 test_output = RemoveMatchingTests(test_output, 'DeathTest')
267 test_output = RemoveMatchingTests(test_output, 'TypedTest')
268 test_output = RemoveMatchingTests(test_output, 'TypedDeathTest')
271 test_output = RemoveMatchingTests(test_output,
273 test_output = RemoveMatchingTests(test_output,
275 test_output = RemoveMatchingTests(test_output,
[all …]
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/boringssl-with-bazel/src/third_party/googletest/test/
H A Dgoogletest-output-test.py147 test_output = re.sub('\x1b\\[(0;3\d)?m', '', test_output)
149 test_output = re.sub(r': Failure\n', r': error: ', test_output)
153 return test_output
189 test_output)
264 test_output = RemoveMatchingTests(test_output, 'DeathTest')
266 test_output = RemoveMatchingTests(test_output, 'TypedTest')
267 test_output = RemoveMatchingTests(test_output, 'TypedDeathTest')
270 test_output = RemoveMatchingTests(test_output,
272 test_output = RemoveMatchingTests(test_output,
274 test_output = RemoveMatchingTests(test_output,
[all …]
H A 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)
/dports/www/ilias6/ILIAS-6.14/Modules/TestQuestionPool/classes/
H A Dclass.assOrderingHorizontal.php483 …_include_header = true, $a_include_binary = true, $a_shuffle = false, $test_output = false, $force… argument
487 …return $export->toXML($a_include_header, $a_include_binary, $a_shuffle, $test_output, $force_image…
H A Dclass.assQuestion.php558 …_include_header = true, $a_include_binary = true, $a_shuffle = false, $test_output = false, $force… argument
563 …return $export->toXML($a_include_header, $a_include_binary, $a_shuffle, $test_output, $force_image…
H A Dclass.assQuestionGUI.php2230 $test_output = $this->getTestOutput(
2240 $this->tpl->setVariable("QUESTION_OUTPUT", $test_output);
/dports/www/ilias6/ILIAS-6.14/Modules/TestQuestionPool/classes/export/qti12/
H A Dclass.assErrorTextExport.php22 …_include_header = true, $a_include_binary = true, $a_shuffle = false, $test_output = false, $force… argument
H A Dclass.assFlashQuestionExport.php24 …_include_header = true, $a_include_binary = true, $a_shuffle = false, $test_output = false, $force… argument
H A Dclass.assFormulaQuestionExport.php26 …_include_header = true, $a_include_binary = true, $a_shuffle = false, $test_output = false, $force… argument
H A Dclass.assNumericExport.php26 …_include_header = true, $a_include_binary = true, $a_shuffle = false, $test_output = false, $force… argument
H A Dclass.assImagemapQuestionExport.php26 …_include_header = true, $a_include_binary = true, $a_shuffle = false, $test_output = false, $force… argument
H A Dclass.assJavaAppletExport.php26 …_include_header = true, $a_include_binary = true, $a_shuffle = false, $test_output = false, $force… argument
H A Dclass.assOrderingQuestionExport.php31 …_include_header = true, $a_include_binary = true, $a_shuffle = false, $test_output = false, $force… argument

12345678910>>...53