Home
last modified time | relevance | path

Searched refs:test_description (Results 1 – 25 of 5823) sorted by relevance

12345678910>>...233

/dports/textproc/p5-ack/ack-v3.5.0/t/
H A Dack-ignore-dir.t38 my( @expected, @results, $test_description );
64 sets_match( \@results, \@expected, $test_description );
72 sets_match( \@results, \@expected, $test_description );
80 sets_match( \@results, \@expected, $test_description );
88 sets_match( \@results, \@expected, $test_description );
96 sets_match( \@results, \@expected, $test_description );
104 sets_match( \@results, \@expected, $test_description );
112 sets_match( \@results, \@expected, $test_description );
118 sets_match( \@results, \@expected, $test_description );
124 sets_match( \@results, \@expected, $test_description );
[all …]
/dports/math/gsl/gsl-2.7/test/
H A Dresults.c93 va_start (ap, test_description); in gsl_test()
97 vprintf (test_description, ap); in gsl_test()
153 va_start (ap, test_description); in gsl_test_rel()
157 vprintf (test_description, ap); in gsl_test_rel()
230 va_start (ap, test_description); in gsl_test_abs()
234 vprintf (test_description, ap); in gsl_test_abs()
307 va_start (ap, test_description); in gsl_test_factor()
311 vprintf (test_description, ap); in gsl_test_factor()
362 va_start (ap, test_description); in gsl_test_int()
366 vprintf (test_description, ap); in gsl_test_int()
[all …]
H A Dgsl_test.h36 gsl_test (int status, const char *test_description, ...);
40 const char *test_description, ...) ;
44 const char *test_description, ...) ;
48 const char *test_description, ...) ;
51 gsl_test_int (int result, int expected, const char *test_description, ...) ;
55 const char *test_description, ...) ;
/dports/audio/praat/praat-6.2.03/external/gsl/
H A Dgsl_test.h36 gsl_test (int status, const char *test_description, ...);
40 const char *test_description, ...) ;
44 const char *test_description, ...) ;
48 const char *test_description, ...) ;
51 gsl_test_int (int result, int expected, const char *test_description, ...) ;
55 const char *test_description, ...) ;
/dports/misc/e2fsprogs-libblkid/e2fsprogs-1.46.5/tests/r_bigalloc_big_expand/
H A Dscript1 test_description="ext4 with bigalloc"
3 echo "$test_name: $test_description: skipped (no debugfs/resize2fs)"
17 echo "$test_name: $test_description: skipped for $os"
26 echo "$test_name: $test_description: ok"
29 echo "$test_name: $test_description: skipped (no large sparse files)"
32 echo "$test_name: $test_description: failed"
/dports/misc/e2fsprogs-libblkid/e2fsprogs-1.46.5/tests/r_ext4_big_expand/
H A Dscript1 test_description="very large fs growth using ext4"
3 echo "$test_name: $test_description: skipped (no debugfs/resize2fs)"
16 echo "$test_name: $test_description: skipped for FreeBSD"
25 echo "$test_name: $test_description: ok"
28 echo "$test_name: $test_description: skipped (no large sparse files)"
31 echo "$test_name: $test_description: failed"
/dports/misc/e2fsprogs-libuuid/e2fsprogs-1.46.5/tests/r_bigalloc_big_expand/
H A Dscript1 test_description="ext4 with bigalloc"
3 echo "$test_name: $test_description: skipped (no debugfs/resize2fs)"
17 echo "$test_name: $test_description: skipped for $os"
26 echo "$test_name: $test_description: ok"
29 echo "$test_name: $test_description: skipped (no large sparse files)"
32 echo "$test_name: $test_description: failed"
/dports/misc/e2fsprogs-libuuid/e2fsprogs-1.46.5/tests/r_ext4_big_expand/
H A Dscript1 test_description="very large fs growth using ext4"
3 echo "$test_name: $test_description: skipped (no debugfs/resize2fs)"
16 echo "$test_name: $test_description: skipped for FreeBSD"
25 echo "$test_name: $test_description: ok"
28 echo "$test_name: $test_description: skipped (no large sparse files)"
31 echo "$test_name: $test_description: failed"
/dports/sysutils/e2fsprogs/e2fsprogs-1.46.5/tests/r_ext4_big_expand/
H A Dscript1 test_description="very large fs growth using ext4"
3 echo "$test_name: $test_description: skipped (no debugfs/resize2fs)"
16 echo "$test_name: $test_description: skipped for FreeBSD"
25 echo "$test_name: $test_description: ok"
28 echo "$test_name: $test_description: skipped (no large sparse files)"
31 echo "$test_name: $test_description: failed"
/dports/sysutils/e2fsprogs/e2fsprogs-1.46.5/tests/r_bigalloc_big_expand/
H A Dscript1 test_description="ext4 with bigalloc"
3 echo "$test_name: $test_description: skipped (no debugfs/resize2fs)"
17 echo "$test_name: $test_description: skipped for $os"
26 echo "$test_name: $test_description: ok"
29 echo "$test_name: $test_description: skipped (no large sparse files)"
32 echo "$test_name: $test_description: failed"
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/test/
H A Dtrust_token_origin_trial_browsertest.cc279 const TestDescription& test_description = std::get<1>(info.param); in TestParamToString() local
283 {ToString(interface), ToString(test_description.op), in TestParamToString()
284 ToString(test_description.trial_type), in TestParamToString()
285 ToString(test_description.trial_enabled)}, in TestParamToString()
307 TestDescription test_description = std::get<1>(GetParam()); in IN_PROC_BROWSER_TEST_P() local
314 switch (test_description.trial_enabled) { in IN_PROC_BROWSER_TEST_P()
333 test_description.op, base::nullopt, base::nullopt, base::nullopt, in IN_PROC_BROWSER_TEST_P()
358 if (test_description.outcome == Outcome::kFailure) in IN_PROC_BROWSER_TEST_P()
359 test_description.outcome = Outcome::kSuccessWithoutTrustTokenParams; in IN_PROC_BROWSER_TEST_P()
363 if (test_description.outcome == Outcome::kFailure) { in IN_PROC_BROWSER_TEST_P()
[all …]
/dports/misc/e2fsprogs-libblkid/e2fsprogs-1.46.5/tests/r_64bit_big_expand/
H A Dscript1 test_description="very large fs growth using ext4 w/64bit"
3 echo "$test_name: $test_description: skipped (no debugfs/resize2fs)"
16 echo "$test_name: $test_description: skipped for $os"
25 echo "$test_name: $test_description: ok"
28 echo "$test_name: $test_description: skipped (no large sparse files)"
31 echo "$test_name: $test_description: failed"
/dports/misc/e2fsprogs-libuuid/e2fsprogs-1.46.5/tests/r_64bit_big_expand/
H A Dscript1 test_description="very large fs growth using ext4 w/64bit"
3 echo "$test_name: $test_description: skipped (no debugfs/resize2fs)"
16 echo "$test_name: $test_description: skipped for $os"
25 echo "$test_name: $test_description: ok"
28 echo "$test_name: $test_description: skipped (no large sparse files)"
31 echo "$test_name: $test_description: failed"
/dports/sysutils/e2fsprogs/e2fsprogs-1.46.5/tests/r_64bit_big_expand/
H A Dscript1 test_description="very large fs growth using ext4 w/64bit"
3 echo "$test_name: $test_description: skipped (no debugfs/resize2fs)"
16 echo "$test_name: $test_description: skipped for $os"
25 echo "$test_name: $test_description: ok"
28 echo "$test_name: $test_description: skipped (no large sparse files)"
31 echo "$test_name: $test_description: failed"
/dports/misc/e2fsprogs-libblkid/e2fsprogs-1.46.5/tests/t_mmp_fail/
H A Dscript7 echo "$test_name: $test_description: failed"
15 echo "$test_name: $test_description: failed"
22 echo "$test_name: $test_description: failed"
30 echo "$test_name: $test_description: failed"
37 echo "$test_name: $test_description: ok"
41 echo "$test_name: $test_description: failed"
/dports/misc/e2fsprogs-libuuid/e2fsprogs-1.46.5/tests/t_mmp_fail/
H A Dscript7 echo "$test_name: $test_description: failed"
15 echo "$test_name: $test_description: failed"
22 echo "$test_name: $test_description: failed"
30 echo "$test_name: $test_description: failed"
37 echo "$test_name: $test_description: ok"
41 echo "$test_name: $test_description: failed"
/dports/sysutils/e2fsprogs/e2fsprogs-1.46.5/tests/t_mmp_fail/
H A Dscript7 echo "$test_name: $test_description: failed"
15 echo "$test_name: $test_description: failed"
22 echo "$test_name: $test_description: failed"
30 echo "$test_name: $test_description: failed"
37 echo "$test_name: $test_description: ok"
41 echo "$test_name: $test_description: failed"
/dports/devel/git-lfs/git-lfs-3.0.2/t/
H A Dtestlib.sh61 [ -n "$test_description" ] && end_test $test_status
65 test_description="$1"
105 printf "ok %d - %-60s\n" "$tests" "$test_description ..."
108 printf "not ok %d - %-60s\n" "$tests" "$test_description ..."
127 unset test_description
/dports/misc/e2fsprogs-libblkid/e2fsprogs-1.46.5/tests/t_quota_add/
H A Dscript4 echo "$test_name: $test_description: skipped"
12 echo "$test_name: $test_description: failed"
21 echo "$test_name: $test_description: failed"
31 echo "$test_name: $test_description: failed"
39 echo "$test_name: $test_description: ok"
43 echo "$test_name: $test_description: failed"
/dports/misc/e2fsprogs-libuuid/e2fsprogs-1.46.5/tests/t_quota_add/
H A Dscript4 echo "$test_name: $test_description: skipped"
12 echo "$test_name: $test_description: failed"
21 echo "$test_name: $test_description: failed"
31 echo "$test_name: $test_description: failed"
39 echo "$test_name: $test_description: ok"
43 echo "$test_name: $test_description: failed"
/dports/sysutils/e2fsprogs/e2fsprogs-1.46.5/tests/t_quota_add/
H A Dscript4 echo "$test_name: $test_description: skipped"
12 echo "$test_name: $test_description: failed"
21 echo "$test_name: $test_description: failed"
31 echo "$test_name: $test_description: failed"
39 echo "$test_name: $test_description: ok"
43 echo "$test_name: $test_description: failed"
/dports/misc/e2fsprogs-libblkid/e2fsprogs-1.46.5/tests/r_ext4_small_bg/
H A Dscript1 test_description="ext4 1024 blocksize with small block groups"
3 echo "$test_name: $test_description: skipped (no debugfs/resize2fs)"
19 echo "$test_name: $test_description: ok"
22 echo "$test_name: $test_description: skipped (no large sparse files)"
25 echo "$test_name: $test_description: failed"
/dports/misc/e2fsprogs-libblkid/e2fsprogs-1.46.5/tests/r_1024_small_bg/
H A Dscript1 test_description="ext2 1024 blocksize with small block groups"
3 echo "$test_name: $test_description: skipped (no debugfs/resize2fs)"
19 echo "$test_name: $test_description: ok"
22 echo "$test_name: $test_description: skipped (no large sparse files)"
25 echo "$test_name: $test_description: failed"
/dports/misc/e2fsprogs-libblkid/e2fsprogs-1.46.5/tests/r_meta_bg_shrink/
H A Dscript1 test_description="meta_bg shrink"
3 echo "$test_name: $test_description: skipped (no debugfs/resize2fs)"
22 echo "$test_name: $test_description: ok"
25 echo "$test_name: $test_description: skipped (no large sparse files)"
28 echo "$test_name: $test_description: failed"
/dports/misc/e2fsprogs-libuuid/e2fsprogs-1.46.5/tests/r_meta_bg_shrink/
H A Dscript1 test_description="meta_bg shrink"
3 echo "$test_name: $test_description: skipped (no debugfs/resize2fs)"
22 echo "$test_name: $test_description: ok"
25 echo "$test_name: $test_description: skipped (no large sparse files)"
28 echo "$test_name: $test_description: failed"

12345678910>>...233