Home
last modified time | relevance | path

Searched refs:test_log_file (Results 1 – 25 of 47) sorted by relevance

12

/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/objects/client/
H A Dpts_test_execution.php183 $test_log_file = $find_log_file[0];
207 'LOG_FILE' => $test_log_file,
355 …if(is_file($test_log_file) && trim($test_result_std_output) == null && (filesize($test_log_file) <…
357 $test_log_file_contents = file_get_contents($test_log_file);
368 if($is_expected_last_run && is_file($test_log_file))
370 $scan_log = pts_file_io::file_get_contents($test_log_file);
410 if($is_expected_last_run && is_file($test_log_file))
426 if($is_expected_last_run && is_file($test_log_file))
443 …cache_share->add_object('log_file_' . $i, (is_file($test_log_file) ? file_get_contents($test_log_f…
503 if(is_file($test_log_file))
[all …]
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/objects/
H A Dpts_test_result_parser.php193 public static function parse_result(&$test_run_request, $test_log_file) argument
218 public static function generate_extra_data(&$test_result, &$test_log_file = null) argument
229 $line_values = explode(PHP_EOL, file_get_contents($test_log_file));
250 $csv_values = explode(',', pts_file_io::file_get_contents($test_log_file));
253 $csv_values = explode(PHP_EOL, pts_file_io::file_get_contents($test_log_file));
270 $log_file = pts_file_io::file_get_contents($test_log_file);
288 $log_file = pts_file_io::file_get_contents($test_log_file);
304 $log_file = pts_file_io::file_get_contents($test_log_file);
320 $log_file = pts_file_io::file_get_contents($test_log_file);
337 $log_file = pts_file_io::file_get_contents($test_log_file);
[all …]
/dports/databases/py-mycli/mycli-1.23.2/test/features/
H A Denvironment.py11 test_log_file = os.path.join(os.environ['HOME'], '.mycli.test.log') variable
108 with open(test_log_file, 'w') as f:
116 with open(test_log_file) as f:
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/sasl/test/
H A Dsasl_SUITE.erl207 _ = test_log_file(File, {file,File}),
208 _ = test_log_file(File, {file,File,[write]}),
212 test_log_file(File, {file,File,[append]}),
218 test_log_file(File, Arg) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/sasl/test/
H A Dsasl_SUITE.erl207 _ = test_log_file(File, {file,File}),
208 _ = test_log_file(File, {file,File,[write]}),
212 test_log_file(File, {file,File,[append]}),
218 test_log_file(File, Arg) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/sasl/test/
H A Dsasl_SUITE.erl205 _ = test_log_file(File, {file,File}),
206 _ = test_log_file(File, {file,File,[write]}),
210 test_log_file(File, {file,File,[append]}),
216 test_log_file(File, Arg) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/sasl/test/
H A Dsasl_SUITE.erl205 _ = test_log_file(File, {file,File}),
206 _ = test_log_file(File, {file,File,[write]}),
210 test_log_file(File, {file,File,[append]}),
216 test_log_file(File, Arg) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/sasl/test/
H A Dsasl_SUITE.erl207 _ = test_log_file(File, {file,File}),
208 _ = test_log_file(File, {file,File,[write]}),
212 test_log_file(File, {file,File,[append]}),
218 test_log_file(File, Arg) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/sasl/test/
H A Dsasl_SUITE.erl207 _ = test_log_file(File, {file,File}),
208 _ = test_log_file(File, {file,File,[write]}),
212 test_log_file(File, {file,File,[append]}),
218 test_log_file(File, Arg) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/sasl/test/
H A Dsasl_SUITE.erl207 _ = test_log_file(File, {file,File}),
208 _ = test_log_file(File, {file,File,[write]}),
212 test_log_file(File, {file,File,[append]}),
218 test_log_file(File, Arg) -> function
/dports/cad/openroad/OpenROAD-2.0/src/sta/test/
H A Dregression.tcl135 set log_file [test_log_file $test]
463 set log_file [test_log_file $test]
493 proc test_log_file { test } { procedure
/dports/cad/openroad/OpenROAD-2.0/test/
H A Dregression.tcl173 set log_file [test_log_file $test]
509 set log_file [test_log_file $test]
573 proc test_log_file { test } { procedure
/dports/devel/cvsps/cvsps-2.1/
H A Dcvsps.c83 static const char * test_log_file; variable
207 if (cvs_direct && (do_diff || (update_cache && !test_log_file))) in main()
276 if (!no_rlog && !test_log_file && cvs_check_cap(CAP_HAVE_RLOG)) in load_from_cvs()
314 if (test_log_file) in load_from_cvs()
315 cvsfp = fopen(test_log_file, "r"); in load_from_cvs()
533 if (test_log_file) in load_from_cvs()
805 test_log_file = argv[i++]; in parse_args()
/dports/devel/cvsps-devel/cvsps-2.2b1/
H A Dcvsps.c83 static const char * test_log_file; variable
211 if (cvs_direct && (do_diff || (update_cache && !test_log_file))) in main()
280 if (!no_rlog && !test_log_file && cvs_check_cap(CAP_HAVE_RLOG)) in load_from_cvs()
318 if (test_log_file) in load_from_cvs()
319 cvsfp = fopen(test_log_file, "r"); in load_from_cvs()
538 if (test_log_file) in load_from_cvs()
810 test_log_file = argv[i++]; in parse_args()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/packages/Python/lldbsuite/test/functionalities/completion/
H A DTestCompletion.py161 def test_log_file(self): member in CommandLineCompletionTestCase
/dports/www/py-tornado/tornado-6.1/tornado/test/
H A Dlog_test.py140 def test_log_file(self): member in EnablePrettyLoggingTest
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/py/testing/log/
H A Dtest_log.py119 def test_log_file(self, tmpdir): member in TestLogConsumer
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/tools/third_party/py/testing/log/
H A Dtest_log.py119 def test_log_file(self, tmpdir): member in TestLogConsumer
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/tests/tools/py/testing/log/
H A Dtest_log.py118 def test_log_file(self, tmpdir): member in TestLogConsumer
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/py/testing/log/
H A Dtest_log.py119 def test_log_file(self, tmpdir): member in TestLogConsumer
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/py/testing/log/
H A Dtest_log.py119 def test_log_file(self, tmpdir): member in TestLogConsumer
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/py/testing/log/
H A Dtest_log.py119 def test_log_file(self, tmpdir): member in TestLogConsumer
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/third_party/py/testing/log/
H A Dtest_log.py119 def test_log_file(self, tmpdir): member in TestLogConsumer
/dports/devel/py-py/py-1.9.0/testing/log/
H A Dtest_log.py119 def test_log_file(self, tmpdir): member in TestLogConsumer
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/setup/
H A Dpackage.py200 self.test_log_file = '/data/src/test-%s.log' % self.arch
232 cmd = '(%s) > %s 2>&1' % (cmd, self.test_log_file)

12