Searched refs:expected (Results 1 - 25 of 658) sorted by relevance

1234567891011>>

/freebsd-current/usr.bin/bmake/tests/syntax/enl/
H A DMakefile9 ${PACKAGE}FILES+= expected.status.1
10 ${PACKAGE}FILES+= expected.status.2
11 ${PACKAGE}FILES+= expected.status.3
12 ${PACKAGE}FILES+= expected.status.4
13 ${PACKAGE}FILES+= expected.status.5
14 ${PACKAGE}FILES+= expected.stderr.1
15 ${PACKAGE}FILES+= expected.stderr.2
16 ${PACKAGE}FILES+= expected.stderr.3
17 ${PACKAGE}FILES+= expected.stderr.4
18 ${PACKAGE}FILES+= expected
[all...]
/freebsd-current/usr.bin/bmake/tests/archives/fmt_44bsd/
H A DMakefile9 ${PACKAGE}FILES+= expected.status.1
10 ${PACKAGE}FILES+= expected.status.2
11 ${PACKAGE}FILES+= expected.status.3
12 ${PACKAGE}FILES+= expected.status.4
13 ${PACKAGE}FILES+= expected.status.5
14 ${PACKAGE}FILES+= expected.status.6
15 ${PACKAGE}FILES+= expected.status.7
16 ${PACKAGE}FILES+= expected.stderr.1
17 ${PACKAGE}FILES+= expected.stderr.2
18 ${PACKAGE}FILES+= expected
[all...]
/freebsd-current/usr.bin/bmake/tests/archives/fmt_44bsd_mod/
H A DMakefile9 ${PACKAGE}FILES+= expected.status.1
10 ${PACKAGE}FILES+= expected.status.2
11 ${PACKAGE}FILES+= expected.status.3
12 ${PACKAGE}FILES+= expected.status.4
13 ${PACKAGE}FILES+= expected.status.5
14 ${PACKAGE}FILES+= expected.status.6
15 ${PACKAGE}FILES+= expected.status.7
16 ${PACKAGE}FILES+= expected.stderr.1
17 ${PACKAGE}FILES+= expected.stderr.2
18 ${PACKAGE}FILES+= expected
[all...]
/freebsd-current/usr.bin/bmake/tests/archives/fmt_oldbsd/
H A DMakefile8 ${PACKAGE}FILES+= expected.status.1
9 ${PACKAGE}FILES+= expected.status.2
10 ${PACKAGE}FILES+= expected.status.3
11 ${PACKAGE}FILES+= expected.status.4
12 ${PACKAGE}FILES+= expected.status.5
13 ${PACKAGE}FILES+= expected.status.6
14 ${PACKAGE}FILES+= expected.status.7
15 ${PACKAGE}FILES+= expected.stderr.1
16 ${PACKAGE}FILES+= expected.stderr.2
17 ${PACKAGE}FILES+= expected
[all...]
/freebsd-current/usr.bin/bmake/tests/variables/modifier_t/
H A DMakefile9 ${PACKAGE}FILES+= expected.status.1
10 ${PACKAGE}FILES+= expected.status.2
11 ${PACKAGE}FILES+= expected.status.3
12 ${PACKAGE}FILES+= expected.stderr.1
13 ${PACKAGE}FILES+= expected.stderr.2
14 ${PACKAGE}FILES+= expected.stderr.3
15 ${PACKAGE}FILES+= expected.stdout.1
16 ${PACKAGE}FILES+= expected.stdout.2
17 ${PACKAGE}FILES+= expected.stdout.3
/freebsd-current/usr.bin/posixmqcontrol/
H A Dposixmqcontroltest8x64.sh23 expected='MSGSIZE: 64'
25 if [ "$expected" != "$actual" ]; then
26 echo "EXPECTED: $expected"
30 expected='MAXMSG: 8'
32 if [ "$expected" != "$actual" ]; then
33 echo "EXPECTED: $expected"
37 expected='CURMSG: 0'
39 if [ "$expected" != "$actual" ]; then
40 echo "EXPECTED: $expected"
58 expected
[all...]
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dexpected.inc12 // [expected.unexpected], class template unexpected
15 // [expected.bad], class template bad_expected_access
22 // [expected.expected], class template expected
23 using std::expected;
/freebsd-current/contrib/openpam/t/
H A Dt_pam_err.c47 t_compare_pam_err(int expected, int received) argument
50 if (expected == received)
52 if (expected >= 0 && expected < PAM_NUM_ERRORS)
53 t_printv("expected %s, ", pam_err_name[expected]);
55 t_printv("expected %d, ", expected);
/freebsd-current/usr.bin/bmake/tests/shell/select/
H A DMakefile9 ${PACKAGE}FILES+= expected.status.1
10 ${PACKAGE}FILES+= expected.status.2
11 ${PACKAGE}FILES+= expected.stderr.1
12 ${PACKAGE}FILES+= expected.stderr.2
13 ${PACKAGE}FILES+= expected.stdout.1
14 ${PACKAGE}FILES+= expected.stdout.2
/freebsd-current/usr.bin/bmake/tests/syntax/semi/
H A DMakefile9 ${PACKAGE}FILES+= expected.status.1
10 ${PACKAGE}FILES+= expected.status.2
11 ${PACKAGE}FILES+= expected.stderr.1
12 ${PACKAGE}FILES+= expected.stderr.2
13 ${PACKAGE}FILES+= expected.stdout.1
14 ${PACKAGE}FILES+= expected.stdout.2
/freebsd-current/usr.bin/bmake/tests/variables/opt_V/
H A DMakefile9 ${PACKAGE}FILES+= expected.status.1
10 ${PACKAGE}FILES+= expected.status.2
11 ${PACKAGE}FILES+= expected.stderr.1
12 ${PACKAGE}FILES+= expected.stderr.2
13 ${PACKAGE}FILES+= expected.stdout.1
14 ${PACKAGE}FILES+= expected.stdout.2
/freebsd-current/contrib/bmake/unit-tests/
H A Dcond-short.exp0 expected and
2 expected and exists
3 expected and empty
4 expected U23 condition
5 expected VAR23
6 expected M pattern
7 expected or
8 expected or exists
9 expected or empty
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/inheritance/
H A Dinherit.kshlib49 # The 'expected src' argument must be either "default", "local", or
58 typeset expected=$3
63 # Rather than just checking if $prop_src == $expected
64 # we first determine what value $expected should have.
66 # has a source of "local" but we expected it to be
69 if [[ $expected == "default" ]]; then
70 if [[ $prop_src != $expected ]]; then
72 " $prop_src rather than $expected"
75 elif [[ $expected == "local" ]]; then
76 if [[ $prop_src != $expected ]]; the
[all...]
/freebsd-current/tests/sys/cddl/zfs/tests/inheritance/
H A Dinherit.kshlib51 # The 'expected src' argument must be either "default", "local", or
60 typeset expected=$3
65 # Rather than just checking if $prop_src == $expected
66 # we first determine what value $expected should have.
68 # has a source of "local" but we expected it to be
71 if [[ $expected == "default" ]]; then
72 if [[ $prop_src != $expected ]]; then
74 " $prop_src rather than $expected"
77 elif [[ $expected == "local" ]]; then
78 if [[ $prop_src != $expected ]]; the
[all...]
/freebsd-current/contrib/ntp/sntp/unity/
H A Dunity.h76 #define TEST_ASSERT_EQUAL_INT(expected, actual) UNITY_TEST_ASSERT_EQUAL_INT((expected), (actual), __LINE__, NULL)
77 #define TEST_ASSERT_EQUAL_INT8(expected, actual) UNITY_TEST_ASSERT_EQUAL_INT8((expected), (actual), __LINE__, NULL)
78 #define TEST_ASSERT_EQUAL_INT16(expected, actual) UNITY_TEST_ASSERT_EQUAL_INT16((expected), (actual), __LINE__, NULL)
79 #define TEST_ASSERT_EQUAL_INT32(expected, actual) UNITY_TEST_ASSERT_EQUAL_INT32((expected), (actual), __LINE__, NULL)
80 #define TEST_ASSERT_EQUAL_INT64(expected, actual) UNITY_TEST_ASSERT_EQUAL_INT64((expected), (actua
[all...]
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.tolower.d33 expected[i++] = "ahi";
36 expected[i++] = "mahi!";
39 expected[i++] = " nase-5";
42 expected[i++] = "!@#$%";
48 /input[i] != NULL && (this->out = tolower(input[i])) != expected[i]/
50 printf("expected tolower(\"%s\") to be \"%s\"; found \"%s\"\n",
51 input[i], expected[i], this->out);
58 printf("tolower(\"%s\") is \"%s\", as expected\n",
59 input[i], expected[i]);
H A Dtst.toupper.d33 expected[i++] = "AHI";
36 expected[i++] = "MAHI!";
39 expected[i++] = " DACE-9";
42 expected[i++] = "!@#$%";
48 /input[i] != NULL && (this->out = toupper(input[i])) != expected[i]/
50 printf("expected toupper(\"%s\") to be \"%s\"; found \"%s\"\n",
51 input[i], expected[i], this->out);
58 printf("toupper(\"%s\") is \"%s\", as expected\n",
59 input[i], expected[i]);
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/append/
H A Dfile_append.ksh50 expected=0
55 expected=$((expected + ( bs * num_blocks)))
56 log_must file_append -f $filename -e $expected -b $bs -n $num_blocks
57 curr_offset=$expected
62 expected=0
67 expected=$((expected + ( bs * num_blocks)))
68 log_must file_append -f $filename -e $expected -b $bs -n $num_blocks -d
/freebsd-current/usr.bin/bmake/tests/shell/path_select/
H A DMakefile9 ${PACKAGE}FILES+= expected.status.1
10 ${PACKAGE}FILES+= expected.status.2
11 ${PACKAGE}FILES+= expected.stderr.1
12 ${PACKAGE}FILES+= expected.stderr.2
13 ${PACKAGE}FILES+= expected.stdout.1
14 ${PACKAGE}FILES+= expected.stdout.2
/freebsd-current/usr.bin/bmake/tests/shell/path/
H A DMakefile9 ${PACKAGE}FILES+= expected.status.1
10 ${PACKAGE}FILES+= expected.status.2
11 ${PACKAGE}FILES+= expected.stderr.1
12 ${PACKAGE}FILES+= expected.stderr.2
13 ${PACKAGE}FILES+= expected.stdout.1
14 ${PACKAGE}FILES+= expected.stdout.2
/freebsd-current/usr.bin/bmake/tests/shell/builtin/
H A DMakefile9 ${PACKAGE}FILES+= expected.status.1
10 ${PACKAGE}FILES+= expected.status.2
11 ${PACKAGE}FILES+= expected.stderr.1
12 ${PACKAGE}FILES+= expected.stderr.2
13 ${PACKAGE}FILES+= expected.stdout.1
14 ${PACKAGE}FILES+= expected.stdout.2
/freebsd-current/usr.bin/bmake/tests/shell/meta/
H A DMakefile9 ${PACKAGE}FILES+= expected.status.1
10 ${PACKAGE}FILES+= expected.status.2
11 ${PACKAGE}FILES+= expected.stderr.1
12 ${PACKAGE}FILES+= expected.stderr.2
13 ${PACKAGE}FILES+= expected.stdout.1
14 ${PACKAGE}FILES+= expected.stdout.2
/freebsd-current/usr.bin/bmake/tests/shell/replace/
H A DMakefile9 ${PACKAGE}FILES+= expected.status.1
10 ${PACKAGE}FILES+= expected.status.2
11 ${PACKAGE}FILES+= expected.stderr.1
12 ${PACKAGE}FILES+= expected.stderr.2
13 ${PACKAGE}FILES+= expected.stdout.1
14 ${PACKAGE}FILES+= expected.stdout.2
/freebsd-current/usr.bin/bmake/tests/syntax/funny-targets/
H A DMakefile9 ${PACKAGE}FILES+= expected.status.1
10 ${PACKAGE}FILES+= expected.status.2
11 ${PACKAGE}FILES+= expected.stderr.1
12 ${PACKAGE}FILES+= expected.stderr.2
13 ${PACKAGE}FILES+= expected.stdout.1
14 ${PACKAGE}FILES+= expected.stdout.2
/freebsd-current/sys/contrib/libsodium/test/default/
H A Dkdf.exp11 Failure -- probably expected for output length=0
12 Failure -- probably expected for output length=1
13 Failure -- probably expected for output length=2
14 Failure -- probably expected for output length=3
15 Failure -- probably expected for output length=4
16 Failure -- probably expected for output length=5
17 Failure -- probably expected for output length=6
18 Failure -- probably expected for output length=7
19 Failure -- probably expected for output length=8
20 Failure -- probably expected fo
[all...]

Completed in 243 milliseconds

1234567891011>>