Home
last modified time | relevance | path

Searched refs:testfile2 (Results 1 – 25 of 526) sorted by relevance

12345678910>>...22

/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.base/
H A Dcatch-load.exp33 set testfile2 catch-load-so
34 set srcfile2 ${testfile2}.c
35 set binfile2 [standard_output_file ${testfile2}.so]
36 set binfile2_dlopen [shlib_target_file ${testfile2}.so]
49 global testfile testfile2 binfile2 binfile2_dlopen
66 -re "Catchpoint $decimal\r\n.*loaded .*(\\\\|/)$testfile2.*\r\n.*$gdb_prompt $" {
99 one_catch_load_test "rx load" "load $testfile2" 1 0
100 one_catch_load_test "rx load with stop-on-solib-events" "load $testfile2" 1 1
107 one_catch_load_test "rx unload" "unload $testfile2" 1 0
109 "unload $testfile2" 1 1
H A Dcode_elim.exp20 set testfile2 code_elim2
22 set srcfile2 ${testfile2}.c
24 set binfile2 [standard_output_file ${testfile2}]
123 "Reading symbols from .*${testfile2}\\.\\.\\." \
124 "add-symbol-file ${testfile2} 0x200000" \
125 "add symbol table from file \".*${testfile2}\" at.*\\(y or n\\) " \
141 "Reading symbols from .*${testfile2}\\.\\.\\." \
142 "add-symbol-file ${testfile2} 0x200000" \
143 "add symbol table from file \".*${testfile2}\" at.*\\(y or n\\) " \
H A Dfoll-exec-mode.exp44 set testfile2 "execd-prog"
45 set srcfile2 ${testfile2}.c
46 set binfile2 [standard_output_file ${testfile2}]
103 global binfile srcfile srcfile2 testfile testfile2
130 …set expected_re ".*xecuting new program: .*${testfile2}.*Breakpoint .,.*${srcfile2}:${execd_line}.…
158 set expected_re " 1.*<null> +[string_to_regexp $binfile].*\r\n\\* 2.*process.*$testfile2 .*"
160 set expected_re " 1.*null.*$testfile.*\r\n\\* 2.*process.*$testfile2 .*"
175 set expected_inf $testfile2
182 set expected_inf $testfile2
H A Dfoll-exec.exp27 set testfile2 "execd-prog"
28 set srcfile2 ${testfile2}.c
29 set binfile2 [standard_output_file ${testfile2}]
45 global binfile srcfile srcfile2 testfile testfile2
123 …-re ".*xecuting new program: .*${testfile2}.*${srcfile2}:${execd_line}.*int local_j = argc;.*$gdb…
197 … -re ".*xecuting new program:.*${testfile2}.*Catchpoint .*(exec\'d .*${testfile2}).*$gdb_prompt $"\
214 -re ".*catchpoint.*keep y.*exec, program \".*${testfile2}\".*$gdb_prompt $" {
274 …-re ".*xecuting new program: .*${testfile2}.*${srcfile2}:${execd_line}.*int local_j = argc;.*$gdb…
336 …-re ".*xecuting new program: .*${testfile2}.*${srcfile2}:${execd_line}.*int local_j = argc;.*$gdb…
377 …-re ".*xecuting new program: .*${testfile2}.*${srcfile2}:${execd_line}.*int local_j = argc;.*$gdb…
/dports/www/moodle310/moodle/lib/tests/
H A Dminify_test.php49 $testfile2 = "$CFG->tempdir/test2.css";
63 file_put_contents($testfile2, $css2);
65 $files = array($testfile1, $testfile2);
70 $files = array($testfile1, $testfile2, $testfile3);
76 unlink($testfile2);
97 $testfile2 = "$CFG->tempdir/test2.js";
109 file_put_contents($testfile2, $js2);
111 $files = array($testfile1, $testfile2);
115 $files = array($testfile1, $testfile2, $testfile3);
121 unlink($testfile2);
/dports/www/moodle311/moodle/lib/tests/
H A Dminify_test.php49 $testfile2 = "$CFG->tempdir/test2.css";
63 file_put_contents($testfile2, $css2);
65 $files = array($testfile1, $testfile2);
70 $files = array($testfile1, $testfile2, $testfile3);
76 unlink($testfile2);
97 $testfile2 = "$CFG->tempdir/test2.js";
109 file_put_contents($testfile2, $js2);
111 $files = array($testfile1, $testfile2);
115 $files = array($testfile1, $testfile2, $testfile3);
121 unlink($testfile2);
/dports/www/moodle39/moodle/lib/tests/
H A Dminify_test.php49 $testfile2 = "$CFG->tempdir/test2.css";
63 file_put_contents($testfile2, $css2);
65 $files = array($testfile1, $testfile2);
70 $files = array($testfile1, $testfile2, $testfile3);
76 unlink($testfile2);
97 $testfile2 = "$CFG->tempdir/test2.js";
109 file_put_contents($testfile2, $js2);
111 $files = array($testfile1, $testfile2);
115 $files = array($testfile1, $testfile2, $testfile3);
121 unlink($testfile2);
/dports/devel/gdb761/gdb-7.6.1/gdb/testsuite/gdb.base/
H A Dcatch-load.exp35 set testfile2 catch-load-so
36 set srcfile2 ${testfile2}.c
37 set binfile2 ${objdir}/${subdir}/${testfile2}.so
38 set binfile2_dlopen [shlib_target_file ${testfile2}.so]
50 global verbose testfile testfile2 binfile2 binfile2_dlopen
68 -re "Catchpoint $decimal\r\n.*loaded .*/$testfile2.*\r\n.*$gdb_prompt $" {
100 one_catch_load_test "rx load" "load $testfile2" 1 0
101 one_catch_load_test "rx load with stop-on-solib-events" "load $testfile2" 1 1
108 one_catch_load_test "rx unload" "unload $testfile2" 1 0
110 "unload $testfile2" 1 1
H A Dcode_elim.exp20 set testfile2 code_elim2
22 set srcfile2 ${testfile2}.c
24 set binfile2 ${objdir}/${subdir}/${testfile2}
139 "Reading symbols from .*${testfile2}\\.\\.\\.done\\." \
140 "add-symbol-file ${testfile2} 0x200000" \
141 "add symbol table from file \".*${testfile2}\" at.*\\(y or n\\) " \
157 "Reading symbols from .*${testfile2}\\.\\.\\.done\\." \
158 "add-symbol-file ${testfile2} 0x200000" \
159 "add symbol table from file \".*${testfile2}\" at.*\\(y or n\\) " \
H A Dfoll-exec.exp27 set testfile2 "execd-prog"
29 set srcfile2 ${testfile2}.c
31 set binfile2 ${objdir}/${subdir}/${testfile2}
76 global testfile2
151 … -re ".*xecuting new program: .*${testfile2}.*${srcfile2}:23.*int local_j = argc;.*$gdb_prompt $"\
229 …-re ".*xecuting new program:.*${testfile2}.*Catchpoint .*(exec\'d .*${testfile2}).*in .*$gdb_promp…
246 -re ".*catchpoint.*keep y.*exec, program \".*${testfile2}\".*$gdb_prompt $" {
298 … -re ".*xecuting new program: .*${testfile2}.*${srcfile2}:23.*int local_j = argc;.*$gdb_prompt $"\
352 … -re ".*xecuting new program: .*${testfile2}.*${srcfile2}:23.*int local_j = argc;.*$gdb_prompt $"\
393 … -re ".*xecuting new program: .*${testfile2}.*${srcfile2}:23.*int local_j = argc;.*$gdb_prompt $"\
/dports/net/ssvnc/ssvnc-1.0.29/vncstorepw/
H A Dtest_it16 rm -f ./testfile2
17 $dir/vncstorepw qwerty ./testfile2
18 ls -l ./testfile ./testfile2
19 sum ./testfile ./testfile2
21 echo diff ./testfile ./testfile2
23 diff ./testfile ./testfile2
26 rm -f ./testfile2
/dports/databases/db5/db-5.3.28/test/tcl/
H A Dsec001.tcl23 set testfile2 $testdir/env2.db
49 set stat [catch {berkdb_open_noerr $testfile2} ret]
53 set ret [berkdb dbremove -encryptaes $passwd1 $testfile2]
56 set db [berkdb_open -create -btree $testfile2]
66 set ret [berkdb dbremove $testfile2]
69 set db [berkdb_open -create -chksum -btree $testfile2]
79 set ret [berkdb dbremove $testfile2]
83 $testfile2 $subdb1]
90 $testfile2 $subdb2} ret]
97 set db [berkdb_open -create -btree $testfile2 $subdb1]
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/gdb/testsuite/gdb.base/
H A Dcode_elim.exp25 set testfile2 code_elim2
27 set srcfile2 ${testfile2}.c
29 set binfile2 ${objdir}/${subdir}/${testfile2}
141 "Reading symbols from .*${testfile2}\\.\\.\\.done\\." \
142 "add-symbol-file ${testfile2} 0x200000" \
143 …"add symbol table from file \".*${testfile2}\" at\[ \t\r\n\]+\.text_addr = 0x200000\[\r\n\]+\\(y o…
157 "Reading symbols from .*${testfile2}\\.\\.\\.done\\." \
158 "add-symbol-file ${testfile2} 0x200000" \
159 …"add symbol table from file \".*${testfile2}\" at\[ \t\r\n\]+\.text_addr = 0x200000\[\r\n\]+\\(y o…
H A Dfoll-exec.exp23 set testfile2 "execd-prog"
25 set srcfile2 ${testfile2}.c
27 set binfile2 ${objdir}/${subdir}/${testfile2}
79 global testfile2
154 … -re ".*xecuting new program: .*${testfile2}.*${srcfile2}:23.*int local_j = argc;.*$gdb_prompt $"\
232 …-re ".*xecuting new program:.*${testfile2}.*Catchpoint .*(exec\'d .*${testfile2}).*in .*$gdb_promp…
249 -re ".*catchpoint.*keep y.*exec, program \".*${testfile2}\".*$gdb_prompt $" {
301 … -re ".*xecuting new program: .*${testfile2}.*${srcfile2}:23.*int local_j = argc;.*$gdb_prompt $"\
355 … -re ".*xecuting new program: .*${testfile2}.*${srcfile2}:23.*int local_j = argc;.*$gdb_prompt $"\
396 … -re ".*xecuting new program: .*${testfile2}.*${srcfile2}:23.*int local_j = argc;.*$gdb_prompt $"\
/dports/databases/db18/db-18.1.40/test/tcl/
H A Dsec001.tcl24 set testfile2 $testdir/env2.db
55 set stat [catch {berkdb_open_noerr $testfile2} ret]
59 set ret [berkdb dbremove -encryptaes $passwd1 $testfile2]
62 set db [berkdb_open -create -btree $testfile2]
73 set ret [berkdb dbremove $testfile2]
76 set db [berkdb_open -create -chksum -btree $testfile2]
86 set ret [berkdb dbremove $testfile2]
90 $testfile2 $subdb1]
97 $testfile2 $subdb2} ret]
104 set db [berkdb_open -create -btree $testfile2 $subdb1]
[all …]
/dports/converters/p5-Convert-Binary-C/Convert-Binary-C-0.84/tests/include/pdclib/functions/stdio/
H A Drename.c58 remove( testfile2 ); in main()
61 TESTCASE( fopen( testfile2, "r" ) == NULL ); in main()
63 TESTCASE( rename( testfile1, testfile2 ) == -1 ); in main()
72 TESTCASE( rename( testfile1, testfile2 ) == 0 ); in main()
75 TESTCASE( ( file = fopen( testfile2, "r" ) ) != NULL ); in main()
88 TESTCASE_NOREG( rename( testfile1, testfile2 ) == -1 ); in main()
91 TESTCASE( remove( testfile2 ) == 0 ); in main()
94 TESTCASE( fopen( testfile2, "r" ) == NULL ); in main()
/dports/textproc/py-pyexcel/pyexcel-0.6.7/tests/
H A Dtest_cookbook.py72 self.testfile2 = "test.csv"
164 r2 = pe.SeriesReader(self.testfile2)
177 r2 = pe.SeriesReader(self.testfile2)
192 r2 = pe.SeriesReader(self.testfile2)
204 self.testfile2,
213 r[self.testfile2].format(int)
214 r[self.testfile2].name_columns_by_row(0)
215 content2 = r[self.testfile2].to_dict()
234 r[self.testfile2].format(int)
236 content2 = r[self.testfile2].to_dict()
[all …]
/dports/converters/p5-Convert-Binary-C/Convert-Binary-C-0.84/tests/include/pdclib/platform/example/functions/_PDCLIB/
H A D_PDCLIB_rename.c70 remove( testfile2 ); in main()
73 TESTCASE( fopen( testfile2, "r" ) == NULL ); in main()
75 TESTCASE( _PDCLIB_rename( testfile1, testfile2 ) == -1 ); in main()
84 TESTCASE( _PDCLIB_rename( testfile1, testfile2 ) == 0 ); in main()
87 TESTCASE( ( file = fopen( testfile2, "r" ) ) != NULL ); in main()
99 TESTCASE( _PDCLIB_rename( testfile1, testfile2 ) == -1 ); in main()
102 remove( testfile2 ); in main()
/dports/misc/py-spdx-tools/spdx-tools-0.6.1/examples/
H A Dwrite_tv.py44 testfile2 = File('TestFile2') variable
45 testfile2.type = FileType.SOURCE
46 testfile2.comment = 'This is a test file.'
47 testfile2.chk_sum = Algorithm('SHA1', 'bb154f28d1cf0646ae21bb0bec6c669a2b90e113')
48 testfile2.conc_lics = License.from_identifier('Apache-2.0')
49 testfile2.add_lics(License.from_identifier('Apache-2.0'))
50 testfile2.copyright = NoAssert()
71 package.add_file(testfile2)
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/testsuite/gdb.base/
H A Dfoll-exec.exp32 set testfile2 "execd-prog"
34 set srcfile2 ${testfile2}.c
36 set binfile2 ${objdir}/${subdir}/${testfile2}
86 global testfile2
134 … -re "Executing new program: .*${testfile2}.*${srcfile2}:23.*int local_j = argc;.*$gdb_prompt $"\
215 …-re ".*Executing new program:.*${testfile2}.*Catchpoint .*(exec\'d .*${testfile2}).*in .START..*$g…
232 -re ".*catch exec .*program \".*${testfile2}\".*$gdb_prompt $"\
285 … -re "Executing new program: .*${testfile2}.*${srcfile2}:23.*int local_j = argc;.*$gdb_prompt $"\
339 … -re "Executing new program: .*${testfile2}.*${srcfile2}:23.*int local_j = argc;.*$gdb_prompt $"\
380 … -re "Executing new program: .*${testfile2}.*${srcfile2}:23.*int local_j = argc;.*$gdb_prompt $"\
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/testsuite/gdb.base/
H A Dfoll-exec.exp32 set testfile2 "execd-prog"
34 set srcfile2 ${testfile2}.c
36 set binfile2 ${objdir}/${subdir}/${testfile2}
86 global testfile2
134 … -re "Executing new program: .*${testfile2}.*${srcfile2}:23.*int local_j = argc;.*$gdb_prompt $"\
215 …-re ".*Executing new program:.*${testfile2}.*Catchpoint .*(exec\'d .*${testfile2}).*in .START..*$g…
232 -re ".*catch exec .*program \".*${testfile2}\".*$gdb_prompt $"\
285 … -re "Executing new program: .*${testfile2}.*${srcfile2}:23.*int local_j = argc;.*$gdb_prompt $"\
339 … -re "Executing new program: .*${testfile2}.*${srcfile2}:23.*int local_j = argc;.*$gdb_prompt $"\
380 … -re "Executing new program: .*${testfile2}.*${srcfile2}:23.*int local_j = argc;.*$gdb_prompt $"\
/dports/textproc/py-pyexcel-ods3/pyexcel-ods3-0.6.0/tests/
H A Dtest_multiple_sheets.py13 self.testfile2 = "multiple1.xls"
24 self.testfile2 = "multiple1.ods"
46 self.testfile2 = "multiple1.xls"
49 self._write_test_file(self.testfile2)
120 b2 = pyexcel.BookReader(self.testfile2)
138 b2 = pyexcel.BookReader(self.testfile2)
156 b2 = pyexcel.BookReader(self.testfile2)
174 b2 = pyexcel.BookReader(self.testfile2)
187 b2 = pyexcel.BookReader(self.testfile2)
219 if os.path.exists(self.testfile2):
[all …]
/dports/textproc/py-pyexcel-xlsx/pyexcel-xlsx-0.6.0/tests/
H A Dtest_multiple_sheets.py13 self.testfile2 = "multiple1.xlsx"
24 self.testfile2 = "multiple1.xlsx"
46 self.testfile2 = "multiple1.xlsx"
50 self._write_test_file(self.testfile2)
131 b2 = pyexcel.BookReader(self.testfile2)
149 b2 = pyexcel.BookReader(self.testfile2)
167 b2 = pyexcel.BookReader(self.testfile2)
185 b2 = pyexcel.BookReader(self.testfile2)
198 b2 = pyexcel.BookReader(self.testfile2)
230 if os.path.exists(self.testfile2):
[all …]
/dports/devel/elfutils/elfutils-0.179/tests/
H A Drun-strip-test-many.sh24 tempfiles testfile1.strip testfile2.strip testfile1.debug testfile2.debug testfile.unstrip
54 testrun ${abs_top_builddir}/src/strip -g -o testfile2.strip -f testfile2.debug testfile ||
59 testrun ${abs_top_builddir}/src/elflint --gnu -q testfile2.strip ||
63 testrun ${abs_top_builddir}/src/elflint --gnu -q -d testfile2.debug ||
/dports/textproc/py-pyexcel-xls/pyexcel-xls-0.7.0/tests/
H A Dtest_multiple_sheets.py18 self.testfile2 = "multiple1.xls"
40 self.testfile2 = "multiple2.xls"
44 self._write_test_file(self.testfile2)
97 b2 = pyexcel.get_book(file_name=self.testfile2)
115 b2 = pyexcel.BookReader(self.testfile2)
133 b2 = pyexcel.BookReader(self.testfile2)
151 b2 = pyexcel.BookReader(self.testfile2)
169 b2 = pyexcel.BookReader(self.testfile2)
182 b2 = pyexcel.BookReader(self.testfile2)
214 if os.path.exists(self.testfile2):
[all …]

12345678910>>...22