Home
last modified time | relevance | path

Searched refs:file3 (Results 1 – 25 of 2600) sorted by relevance

12345678910>>...104

/dports/devel/p5-SDL/SDL-2.548/t/
H A Dimage.t77 my $file3 = SDL::RWOps->new_file( "test/data/menu.png", "rb" );
78 is( SDL::Image::is_PNG($file3),
82 is( SDL::Image::is_BMP($file3), 0, '[is_BMP] returned correct value' );
83 is( SDL::Image::is_GIF($file3), 0, '[is_GIF] returned correct value' );
84 is( SDL::Image::is_JPG($file3), 0, '[is_JPG] returned correct value' );
85 is( SDL::Image::is_LBM($file3), 0, '[is_LMB] returned correct value' );
91 is( SDL::Image::is_XV($file3), 0, '[is_XV] returned correct value' );
114 my $file3 = SDL::RWOps->new_file( "test/data/picture.jpg", "rb" );
115 is( SDL::Image::is_JPG($file3),
151 my $file3 = SDL::RWOps->new_file( "test/data/picture.tif", "rb" );
[all …]
/dports/sysutils/coreutils/coreutils-8.32/tests/rm/
H A Dinteractive-once.sh23 touch file1-1 file2-1 file2-2 file2-3 file3-1 file3-2 file3-3 file3-4 \
65 test -f file3-1 || fail=1
66 test -f file3-2 || fail=1
67 test -f file3-3 || fail=1
68 test -f file3-4 || fail=1
73 test -f file3-1 && fail=1
74 test -f file3-2 && fail=1
75 test -f file3-3 && fail=1
76 test -f file3-4 && fail=1
81 touch file3-1 file3-2 file3-3 file3-4 || framework_failure_
[all …]
/dports/misc/gnuls/coreutils-8.30/tests/rm/
H A Dinteractive-once.sh23 touch file1-1 file2-1 file2-2 file2-3 file3-1 file3-2 file3-3 file3-4 \
65 test -f file3-1 || fail=1
66 test -f file3-2 || fail=1
67 test -f file3-3 || fail=1
68 test -f file3-4 || fail=1
73 test -f file3-1 && fail=1
74 test -f file3-2 && fail=1
75 test -f file3-3 && fail=1
76 test -f file3-4 && fail=1
81 touch file3-1 file3-2 file3-3 file3-4 || framework_failure_
[all …]
/dports/devel/cvslines/cvslines/test/
H A Dspoof30 $status = &case_exec("modfile_a", $status, "localhost", "chmod +w file3; echo MOD >> file3");
34 $status = &case_exec("modfile_a1", $status, "localhost", "cvstat file3; cvstat file3");
43 ## - plan file3
56 ## - commit file3
90 $status = &case_exec("modfile_b", $status, "localhost", "chmod +w file3; echo MOD >> file3");
94 $status = &case_exec("modfile_b1", $status, "localhost", "cvstat file3; cvstat file3");
103 ## - plan file3
115 ## - commit file3
149 $status = &case_exec("modfile_c1", $status, "localhost", "cvstat file3; cvstat file3");
159 ## - plan file3
[all …]
H A Dhead18 $status = &case_exec("modfile_a", $status, "localhost", "chmod +w file3; echo MOD >> file3");
22 $status = &case_exec("modfile_a1", $status, "localhost", "cvstat file3; cvstat file3");
31 ## - plan file3
43 ## - commit file3
46 &xp("cmt1.1_a15", ">\n", "\\[press Return to\\]> cvs commit file3\$");
54 "$cvslines_dir/cvslines status file3", undef, $want);
67 $status = &case_exec("modfile_b", $status, "localhost", "chmod +w file3; echo MOD >> file3");
71 $status = &case_exec("modfile_b1", $status, "localhost", "cvstat file3; cvstat file3");
80 ## - plan file3
92 ## - commit file3
[all …]
/dports/games/freeciv/freeciv-2.6.6/data/flags/
H A Dconvert_png36 file3="$filebase-3.png"
41 rm -f $file1 $file2 $file3 $file4
55 rm -f $file1 $file2 $file3 "$filebase-4-fs8.png"
59 file3="$filebase-3.png"
78 convert -transparent magenta $file3 $file4
80 rm -f $file1 $file2 $file3 "$filebase-4-fs8.png"
87 file3="$filebase-3.png"
92 rm -f $file1 $file2 $file3 $file4
106 rm -f $file1 $file2 $file3 "$filebase-4-fs8.png"
110 file3="$filebase-3.png"
[all …]
/dports/games/freeciv-nox11/freeciv-2.6.6/data/flags/
H A Dconvert_png36 file3="$filebase-3.png"
41 rm -f $file1 $file2 $file3 $file4
55 rm -f $file1 $file2 $file3 "$filebase-4-fs8.png"
59 file3="$filebase-3.png"
78 convert -transparent magenta $file3 $file4
80 rm -f $file1 $file2 $file3 "$filebase-4-fs8.png"
87 file3="$filebase-3.png"
92 rm -f $file1 $file2 $file3 $file4
106 rm -f $file1 $file2 $file3 "$filebase-4-fs8.png"
110 file3="$filebase-3.png"
[all …]
/dports/devel/cl-asdf/asdf-a58828745a610c1af841a86587ba197707c89eb3/test/
H A Dtest-module-depend.script11 (defparameter file3.fasl (first (output-files 'compile-op '(test-module-depend "quux" "file3mod" "f…
13 (defparameter file3-date (get-file-stamp file3.fasl))
16 (assert-pathname-equal file3.fasl (test-fasl "file3"))
19 (assert file3-date)
28 (touch-file file1.lisp :timestamp (- file3-date 60))
29 (touch-file file1.fasl :timestamp (- file3-date 90))
30 (touch-file file2.fasl :timestamp (- file3-date 30))
31 (touch-file file3.fasl :timestamp (- file3-date 15))
34 (assert-compare (>= (- (get-file-stamp file2.fasl) file3-date) 0))
36 (assert-compare (>= (- (get-file-stamp file3.fasl) file3-date) 0))
H A Dtest-weakly-depends-on-present.script11 :weakly-depends-on (file3-only)
16 (DBG "The weakly-depended-on system, file3-only, should be loaded...")
17 (defparameter *file3* (test-fasl "file3"))
18 (defparameter *file3-date* (file-write-date *file3*))
20 (DBG "test1 1" *file3* *file3-date*)
21 (assert *file3-date*)
22 (assert (symbol-value (find-symbol (symbol-name :*file3*) :test-package)))
H A Dtest-module-excessive-depend.script32 (cons `(load-op ,(find-system "file3-only"))
37 (cons `(load-op ,(find-system "file3-only"))
46 (defparameter file3 (test-fasl "file3"))
49 (defparameter file3-date (file-write-date file3))
50 (unless (and file1-date file2-date file3-date)
60 (assert (eval (find-symbol* '#:*file3* :test-package)))
64 ;; but that file3 is _not_ recompiled.
68 (defparameter before file3-date)
75 (defparameter file3c (find-component :file3-only "file3"))
82 (unless (= (file-write-date file3)
[all …]
/dports/devel/quilt/quilt-0.66/test/
H A Dfold.test29 < --- q.orig/dir/file3.txt
30 < +++ q/dir/file3.txt
32 < +This is file3.txt.
41 > Index: b/dir/file3.txt
44 > +++ b/dir/file3.txt
46 > +This is file3.txt.
50 < --- dir.orig/file3.txt
51 < +++ dir/file3.txt
53 < -This is file3.txt.
64 > Index: b/dir/file3.txt
[all …]
/dports/java/java-subversion/subversion-1.14.1/tools/hook-scripts/mailer/tests/
H A Dmailer-t1.output13 dir1/file3
26 +file3
133 +file3
302 Copied: dir3/file3 (from r1, dir1/file3)
307 +file3
400 file3
430 file3
460 file3
521 file3
554 file3
[all …]
/dports/devel/py-subversion/subversion-1.14.1/tools/hook-scripts/mailer/tests/
H A Dmailer-t1.output13 dir1/file3
26 +file3
133 +file3
302 Copied: dir3/file3 (from r1, dir1/file3)
307 +file3
400 file3
430 file3
460 file3
521 file3
554 file3
[all …]
/dports/security/subversion-gnome-keyring/subversion-1.14.1/tools/hook-scripts/mailer/tests/
H A Dmailer-t1.output13 dir1/file3
26 +file3
133 +file3
302 Copied: dir3/file3 (from r1, dir1/file3)
307 +file3
400 file3
430 file3
460 file3
521 file3
554 file3
[all …]
/dports/devel/p5-subversion/subversion-1.14.1/tools/hook-scripts/mailer/tests/
H A Dmailer-t1.output13 dir1/file3
26 +file3
133 +file3
302 Copied: dir3/file3 (from r1, dir1/file3)
307 +file3
400 file3
430 file3
460 file3
521 file3
554 file3
[all …]
/dports/net/rclone/rclone-1.57.0/fs/operations/
H A Ddedupe_test.go55 r.CheckWithDuplicates(t, file1, file2, file3)
76 files = append(files, file3)
82 r.CheckWithDuplicates(t, file1, file3)
95 r.CheckWithDuplicates(t, file1, file2, file3)
105 r.CheckWithDuplicates(t, file1, file3)
116 r.CheckWithDuplicates(t, file1, file2, file3)
146 r.CheckWithDuplicates(t, file1, file2, file3)
151 fstest.CheckItems(t, r.Fremote, file3)
202 fstest.CheckItems(t, r.Fremote, file3)
247 size != file3.Size &&
[all …]
/dports/sysutils/lizardfs/lizardfs-3.12.0/tests/test_suites/ShortSystemTests/
H A Dtest_redundancy_level.sh45 FILE_SIZE=1K assert_success file-generate ec_dir/file3
47 FILE_SIZE=1K assert_success file-generate xor4_dir/file3
48 FILE_SIZE=1K assert_success file-generate std5_dir/file3
54 assert_success dd if=/dev/zero of=ec_dir/file3 bs=4KiB count=1 conv=notrunc
55 assert_success dd if=/dev/zero of=std5_dir/file3 bs=4KiB count=1 conv=notrunc
56 assert_success dd if=/dev/zero of=xor3_dir/file3 bs=4KiB count=1 conv=notrunc
57 assert_failure dd if=/dev/zero of=xor4_dir/file3 bs=4KiB count=1 conv=notrunc
62 assert_failure dd if=/dev/zero of=ec_dir/file3 bs=4KiB count=1 conv=notrunc
63 assert_success dd if=/dev/zero of=std5_dir/file3 bs=4KiB count=1 conv=notrunc
64 assert_success dd if=/dev/zero of=xor3_dir/file3 bs=4KiB count=1 conv=notrunc
[all …]
H A Dtest_mfsmakesnapshot.sh24 expect_files_equal dir1/file3 dir2/file3
32 expect_files_equal dir1/file3 dir3/file3
40 expect_files_equal dir1/file3 dir3/dir1/file3
44 assert_success lizardfs makesnapshot -o dir1/file3 dir2/file2
45 expect_files_equal dir1/file3 dir2/file2
50 expect_failure lizardfs makesnapshot dir1/file3 dir3/file2 # No -o
51 expect_failure lizardfs makesnapshot dir1/file3 dir3/file2/ # No -o and a trailing slash
52 expect_failure lizardfs makesnapshot -o dir1/file3 dir3/file2/ # Trailing slash prevents from this
/dports/devel/mercurial/mercurial-6.0/tests/
H A Dtest-merge-changedelete.t84 M file3
89 U file3
154 M file3
159 U file3
237 M file3
242 U file3
304 M file3
309 U file3
358 M file3
363 R file3
[all …]
/dports/devel/automake/automake-1.16.5/t/
H A Dcond40.sh45 [FOO([file3])])])])
53 : >file3.in
62 test -f file3
63 rm -f file1 file3
64 $MAKE file1 file3
68 test -f file3
74 test ! -e file3
78 $MAKE file3 && exit 1
81 test ! -e file3
/dports/www/mod_php81/php-8.1.1/tests/basic/
H A Drfc1867_post_max_filesize.phpt20 Content-Disposition: form-data; name="file3"; filename="file3.txt"
21 Content-Type: text/plain-file3
32 if (is_uploaded_file($_FILES["file3"]["tmp_name"])) {
33 var_dump(file_get_contents($_FILES["file3"]["tmp_name"]));
68 ["file3"]=>
71 string(9) "file3.txt"
73 string(9) "file3.txt"
75 string(16) "text/plain-file3"
/dports/lang/php81/php-8.1.1/tests/basic/
H A Drfc1867_post_max_filesize.phpt20 Content-Disposition: form-data; name="file3"; filename="file3.txt"
21 Content-Type: text/plain-file3
32 if (is_uploaded_file($_FILES["file3"]["tmp_name"])) {
33 var_dump(file_get_contents($_FILES["file3"]["tmp_name"]));
68 ["file3"]=>
71 string(9) "file3.txt"
73 string(9) "file3.txt"
75 string(16) "text/plain-file3"
/dports/devel/cmake-gui/cmake-3.22.1/Tests/CMakeTests/
H A DGetFilenameComponentRealpathTest.cmake.in34 # file1 => file2 => file3 (real)
35 file(WRITE ${bindir}/file3 "test file")
41 execute_process(COMMAND ${LN} "-s" "${bindir}/file3" "${bindir}/file2")
49 get_filename_component(file3 ${bindir}/file3 REALPATH)
51 if(NOT file3 STREQUAL "${bindir}/file3")
52 message(FATAL_ERROR "CMake fails resolving REALPATH file file3")
55 if(NOT file2 STREQUAL "${bindir}/file3")
59 if(NOT file1 STREQUAL "${bindir}/file3")
71 file(REMOVE ${bindir}/file3)
/dports/devel/cmake/cmake-3.22.1/Tests/CMakeTests/
H A DGetFilenameComponentRealpathTest.cmake.in34 # file1 => file2 => file3 (real)
35 file(WRITE ${bindir}/file3 "test file")
41 execute_process(COMMAND ${LN} "-s" "${bindir}/file3" "${bindir}/file2")
49 get_filename_component(file3 ${bindir}/file3 REALPATH)
51 if(NOT file3 STREQUAL "${bindir}/file3")
52 message(FATAL_ERROR "CMake fails resolving REALPATH file file3")
55 if(NOT file2 STREQUAL "${bindir}/file3")
59 if(NOT file1 STREQUAL "${bindir}/file3")
71 file(REMOVE ${bindir}/file3)
/dports/devel/cmake-doc/cmake-3.22.1/Tests/CMakeTests/
H A DGetFilenameComponentRealpathTest.cmake.in34 # file1 => file2 => file3 (real)
35 file(WRITE ${bindir}/file3 "test file")
41 execute_process(COMMAND ${LN} "-s" "${bindir}/file3" "${bindir}/file2")
49 get_filename_component(file3 ${bindir}/file3 REALPATH)
51 if(NOT file3 STREQUAL "${bindir}/file3")
52 message(FATAL_ERROR "CMake fails resolving REALPATH file file3")
55 if(NOT file2 STREQUAL "${bindir}/file3")
59 if(NOT file1 STREQUAL "${bindir}/file3")
71 file(REMOVE ${bindir}/file3)

12345678910>>...104