Home
last modified time | relevance | path

Searched refs:test_lines (Results 1 – 25 of 90) sorted by relevance

1234

/dports/devel/cpputest/cpputest-4.0/scripts/convertToUnity/
H A Dcpp_u_test_to_unity_utils_tests.rb6 test_lines = Array.new
24 test_lines =
50 test_lines =
89 test_lines =
122 test_lines =
153 test_lines =
192 test_lines =
221 test_lines =
342 test_lines =
379 test_lines =
[all …]
H A Dcpp_u_test_to_unity.rb11 test_lines = File.open(in_file).readlines
15 test_groups = get_test_groups(test_lines)
16 adjust_tabs(test_lines)
17 remove_extern_c(test_lines)
18 demote_group(/TEST_GROUP/, test_lines)
19 convert_macros(test_lines, test_groups)
20 group_runners = generate_group_runners(test_groups, test_lines)
21 write_lines_to_file(out_unity_file, test_lines)
H A Dcreate_group_runner.rb12 test_lines = File.open(in_file).readlines
15 test_group = get_test_group(test_lines)
16 group_runner = generate_group_runner(test_group, test_lines)
H A Dcreate_unity_test_runner.rb7 test_lines = File.open(in_file).collect
10 group_runner = generate_group_runner_plainUnity("unity", test_lines)
/dports/devel/p5-Getopt-Declare/Getopt-Declare-1.14/t/
H A D03-optional-spaces.t23 @ARGV = ( "--lines$val1..$val2" ); test_lines(1);
31 @ARGV = ( "--lines$val1-$val2" ); test_lines(1);
33 @ARGV = ( "--lines", "$val1-$val2" ); test_lines();
41 @ARGV = ( "--lines", $val1, "-", $val2 ); test_lines(1);
43 @ARGV = ( "--lines", $val1, "-$val2" ); test_lines();
45 @ARGV = ( "--lines$val1", "-$val2" ); test_lines();
47 @ARGV = ( "--lines$val1-$val2" ); test_lines();
49 @ARGV = ( "--lines", "$val1-$val2" ); test_lines();
51 @ARGV = ( "--lines", "$val1-", $val2 ); test_lines();
53 @ARGV = ( "--lines$val1-", "$val2" ); test_lines();
[all …]
/dports/databases/libpg_query/libpg_query-10-1.0.4/scripts/
H A Dgenerate_fingerprint_tests.rb12 test_lines = []
15 test_lines << test_def['input']
16 test_lines << test_def['expectedHash']
/dports/devel/p5-File-ReadBackwards/File-ReadBackwards-1.06/t/
H A Dlarge_file.t18 my @test_lines = (
24 my $test_text = join '', @test_lines ;
98 is( $line, $test_lines[-1], 'last line' ) ;
101 is( $line, $test_lines[-2], 'next to last line' ) ;
/dports/textproc/p5-Text-TestBase/Text-TestBase-0.13/t/Test-Base-Less/
H A Ddefault_filters.t8 test_lines => [qw/lines/],
14 is_deeply([$blocks[1]->test_lines], ["a\n","b\n","c\n",], 'lines');
29 --- test_lines
/dports/devel/aws-c-common/aws-c-common-0.6.15/tests/logging/
H A Dlog_channel_test.c86 const struct aws_string ***test_lines, in s_verify_mock_equal() argument
107 const struct aws_string *original = *(test_lines[i]); in s_verify_mock_equal()
127 const struct aws_string ***test_lines, in s_do_channel_test() argument
144 …t aws_string *test_line_copy = aws_string_new_from_string(log_channel.allocator, *(test_lines[i])); in s_do_channel_test()
161 if (!s_verify_mock_equal(log_channel.writer, test_lines, test_lines_length)) { in s_do_channel_test()
/dports/lang/swi-pl/swipl-8.2.3/src/Tests/charset/
H A Dutf8_test.pl64 call_cleanup(test_lines(In), close(In)).
66 test_lines(In) :-
75 test_lines(In)
87 -> test_lines(In)
91 test_lines(In)
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/DALTON/test/srdft/
H A Dtest.pl706 sub test_lines { subroutine
730 if (not @test_lines) {
734 } elsif ($#ref_lines != $#test_lines) {
739 for ($i=0; $i<= $#test_lines; $i++) {
740 my $test = get_substring($test_lines[$i],$pos,\%files);
745 $result = 1 if $matching == $#test_lines + 1;
780 chomp_and_shorten_spaces(@test_lines,@ref_lines);
782 if (not @test_lines) {
790 } elsif ($line_pos > $#test_lines + 1) {
800 my $test = $test_lines[$line_pos-1];
[all …]
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/camel/tests/message/
H A Dtest2.c254 for (i = 0; i < G_N_ELEMENTS (test_lines); i++) { in main()
255 push ("Testing text line %d (%s) '%s'", i, test_lines[i].type, test_lines[i].line); in main()
260 charset = test_lines[i].type; in main()
261 name = to_utf8 (test_lines[i].line, charset); in main()
/dports/security/py-fail2ban/fail2ban-0.11.2/fail2ban/client/
H A Dfail2banregex.py571 def process(self, test_lines):
575 for line in test_lines:
740 test_lines = self.file_lines_gen(hdlr)
759 test_lines = journal_lines_gen(flt, myjournal)
764 test_lines = [ cmd_log ]
766 test_lines = cmd_log.split("\n")
767 self.output( "Use multi line : %s line(s)" % len(test_lines) )
768 for i, l in enumerate(test_lines):
776 self.process(test_lines)
/dports/misc/libpostal/libpostal-1.1-alpha/scripts/geodata/language_id/
H A Dcreate_language_training_data.py55 test_lines = num_lines - train_lines
56 cv_lines = int(test_lines * (cv_split / (1.0 - train_split))) + 1
/dports/science/qmcpack/qmcpack-3.11.0/tests/converter/
H A Dconverter_test.py29 test_lines = f_test.readlines()
31 … diff = difflib.unified_diff(gold_lines, test_lines, fromfile=gold_file, tofile=test_file)
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/cursive_core-0.2.2/src/utils/lines/simple/
H A Dtests.rs11 fn test_lines() { in test_lines() function
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/camel/tests/lib/
H A Daddress-data.h72 } test_lines[] = { variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/fuchsia/comparative_tester/
H A Dtest_results.py299 TaggedTestFromLines(test_lines) for test_lines in test_line_lists
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/fuchsia/comparative_tester/
H A Dtest_results.py299 TaggedTestFromLines(test_lines) for test_lines in test_line_lists
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/gcov/
H A Dtest-pr98273.py18 def test_lines(gcov): function
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/gcov/
H A Dtest-pr98273.py18 def test_lines(gcov): function
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/gcov/
H A Dtest-pr98273.py18 def test_lines(gcov): function
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/gcov/
H A Dtest-pr98273.py18 def test_lines(gcov): function
/dports/databases/py-gdbm/Python-3.8.12/Lib/idlelib/idle_test/
H A Dtest_outwin.py150 test_lines = (
159 for line, expected_output in test_lines:
/dports/lang/python37/Python-3.7.12/Lib/idlelib/idle_test/
H A Dtest_outwin.py155 test_lines = (
164 for line, expected_output in test_lines:

1234