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

1234567891011>>

/freebsd-11-stable/usr.bin/bmake/tests/syntax/enl/
H A DMakefile10 ${PACKAGE}FILES+= expected.status.1
11 ${PACKAGE}FILES+= expected.status.2
12 ${PACKAGE}FILES+= expected.status.3
13 ${PACKAGE}FILES+= expected.status.4
14 ${PACKAGE}FILES+= expected.status.5
15 ${PACKAGE}FILES+= expected.stderr.1
16 ${PACKAGE}FILES+= expected.stderr.2
17 ${PACKAGE}FILES+= expected.stderr.3
18 ${PACKAGE}FILES+= expected.stderr.4
19 ${PACKAGE}FILES+= expected
[all...]
/freebsd-11-stable/usr.bin/bmake/tests/archives/fmt_44bsd/
H A DMakefile10 ${PACKAGE}FILES+= expected.status.1
11 ${PACKAGE}FILES+= expected.status.2
12 ${PACKAGE}FILES+= expected.status.3
13 ${PACKAGE}FILES+= expected.status.4
14 ${PACKAGE}FILES+= expected.status.5
15 ${PACKAGE}FILES+= expected.status.6
16 ${PACKAGE}FILES+= expected.status.7
17 ${PACKAGE}FILES+= expected.stderr.1
18 ${PACKAGE}FILES+= expected.stderr.2
19 ${PACKAGE}FILES+= expected
[all...]
/freebsd-11-stable/usr.bin/bmake/tests/archives/fmt_44bsd_mod/
H A DMakefile10 ${PACKAGE}FILES+= expected.status.1
11 ${PACKAGE}FILES+= expected.status.2
12 ${PACKAGE}FILES+= expected.status.3
13 ${PACKAGE}FILES+= expected.status.4
14 ${PACKAGE}FILES+= expected.status.5
15 ${PACKAGE}FILES+= expected.status.6
16 ${PACKAGE}FILES+= expected.status.7
17 ${PACKAGE}FILES+= expected.stderr.1
18 ${PACKAGE}FILES+= expected.stderr.2
19 ${PACKAGE}FILES+= expected
[all...]
/freebsd-11-stable/usr.bin/bmake/tests/archives/fmt_oldbsd/
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-11-stable/usr.bin/bmake/tests/variables/modifier_t/
H A DMakefile10 ${PACKAGE}FILES+= expected.status.1
11 ${PACKAGE}FILES+= expected.status.2
12 ${PACKAGE}FILES+= expected.status.3
13 ${PACKAGE}FILES+= expected.stderr.1
14 ${PACKAGE}FILES+= expected.stderr.2
15 ${PACKAGE}FILES+= expected.stderr.3
16 ${PACKAGE}FILES+= expected.stdout.1
17 ${PACKAGE}FILES+= expected.stdout.2
18 ${PACKAGE}FILES+= expected.stdout.3
/freebsd-11-stable/usr.bin/bmake/tests/shell/select/
H A DMakefile10 ${PACKAGE}FILES+= expected.status.1
11 ${PACKAGE}FILES+= expected.status.2
12 ${PACKAGE}FILES+= expected.stderr.1
13 ${PACKAGE}FILES+= expected.stderr.2
14 ${PACKAGE}FILES+= expected.stdout.1
15 ${PACKAGE}FILES+= expected.stdout.2
/freebsd-11-stable/usr.bin/bmake/tests/syntax/semi/
H A DMakefile10 ${PACKAGE}FILES+= expected.status.1
11 ${PACKAGE}FILES+= expected.status.2
12 ${PACKAGE}FILES+= expected.stderr.1
13 ${PACKAGE}FILES+= expected.stderr.2
14 ${PACKAGE}FILES+= expected.stdout.1
15 ${PACKAGE}FILES+= expected.stdout.2
/freebsd-11-stable/usr.bin/bmake/tests/variables/opt_V/
H A DMakefile10 ${PACKAGE}FILES+= expected.status.1
11 ${PACKAGE}FILES+= expected.status.2
12 ${PACKAGE}FILES+= expected.stderr.1
13 ${PACKAGE}FILES+= expected.stderr.2
14 ${PACKAGE}FILES+= expected.stdout.1
15 ${PACKAGE}FILES+= expected.stdout.2
/freebsd-11-stable/contrib/openpam/t/
H A Dt_pam_err.c49 t_compare_pam_err(int expected, int received) argument
52 if (expected == received)
54 if (expected >= 0 && expected < PAM_NUM_ERRORS)
55 t_printv("expected %s, ", pam_err_name[expected]);
57 t_printv("expected %d, ", expected);
/freebsd-11-stable/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-11-stable/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-11-stable/usr.bin/bmake/tests/shell/builtin/
H A DMakefile10 ${PACKAGE}FILES+= expected.status.1
11 ${PACKAGE}FILES+= expected.status.2
12 ${PACKAGE}FILES+= expected.stderr.1
13 ${PACKAGE}FILES+= expected.stderr.2
14 ${PACKAGE}FILES+= expected.stdout.1
15 ${PACKAGE}FILES+= expected.stdout.2
/freebsd-11-stable/usr.bin/bmake/tests/shell/meta/
H A DMakefile10 ${PACKAGE}FILES+= expected.status.1
11 ${PACKAGE}FILES+= expected.status.2
12 ${PACKAGE}FILES+= expected.stderr.1
13 ${PACKAGE}FILES+= expected.stderr.2
14 ${PACKAGE}FILES+= expected.stdout.1
15 ${PACKAGE}FILES+= expected.stdout.2
/freebsd-11-stable/usr.bin/bmake/tests/shell/path/
H A DMakefile10 ${PACKAGE}FILES+= expected.status.1
11 ${PACKAGE}FILES+= expected.status.2
12 ${PACKAGE}FILES+= expected.stderr.1
13 ${PACKAGE}FILES+= expected.stderr.2
14 ${PACKAGE}FILES+= expected.stdout.1
15 ${PACKAGE}FILES+= expected.stdout.2
/freebsd-11-stable/usr.bin/bmake/tests/shell/path_select/
H A DMakefile10 ${PACKAGE}FILES+= expected.status.1
11 ${PACKAGE}FILES+= expected.status.2
12 ${PACKAGE}FILES+= expected.stderr.1
13 ${PACKAGE}FILES+= expected.stderr.2
14 ${PACKAGE}FILES+= expected.stdout.1
15 ${PACKAGE}FILES+= expected.stdout.2
/freebsd-11-stable/usr.bin/bmake/tests/shell/replace/
H A DMakefile10 ${PACKAGE}FILES+= expected.status.1
11 ${PACKAGE}FILES+= expected.status.2
12 ${PACKAGE}FILES+= expected.stderr.1
13 ${PACKAGE}FILES+= expected.stderr.2
14 ${PACKAGE}FILES+= expected.stdout.1
15 ${PACKAGE}FILES+= expected.stdout.2
/freebsd-11-stable/usr.bin/bmake/tests/syntax/funny-targets/
H A DMakefile10 ${PACKAGE}FILES+= expected.status.1
11 ${PACKAGE}FILES+= expected.status.2
12 ${PACKAGE}FILES+= expected.stderr.1
13 ${PACKAGE}FILES+= expected.stderr.2
14 ${PACKAGE}FILES+= expected.stdout.1
15 ${PACKAGE}FILES+= expected.stdout.2
/freebsd-11-stable/usr.bin/units/tests/
H A Dbasics_test.sh10 expected="$2"
12 if [ "$expected" = "$($fn)" ]
/freebsd-11-stable/usr.bin/bmake/tests/basic/t0/
H A DMakefile9 ${PACKAGE}FILES+= expected.status.1
10 ${PACKAGE}FILES+= expected.stderr.1
11 ${PACKAGE}FILES+= expected.stdout.1
/freebsd-11-stable/usr.bin/bmake/tests/basic/t1/
H A DMakefile10 ${PACKAGE}FILES+= expected.status.1
11 ${PACKAGE}FILES+= expected.stderr.1
12 ${PACKAGE}FILES+= expected.stdout.1
/freebsd-11-stable/usr.bin/bmake/tests/basic/t2/
H A DMakefile10 ${PACKAGE}FILES+= expected.status.1
11 ${PACKAGE}FILES+= expected.stderr.1
12 ${PACKAGE}FILES+= expected.stdout.1
/freebsd-11-stable/usr.bin/bmake/tests/basic/t3/
H A DMakefile9 ${PACKAGE}FILES+= expected.status.1
10 ${PACKAGE}FILES+= expected.stderr.1
11 ${PACKAGE}FILES+= expected.stdout.1
/freebsd-11-stable/usr.bin/bmake/tests/execution/ellipsis/
H A DMakefile10 ${PACKAGE}FILES+= expected.status.1
11 ${PACKAGE}FILES+= expected.stderr.1
12 ${PACKAGE}FILES+= expected.stdout.1
/freebsd-11-stable/usr.bin/bmake/tests/execution/empty/
H A DMakefile10 ${PACKAGE}FILES+= expected.status.1
11 ${PACKAGE}FILES+= expected.stderr.1
12 ${PACKAGE}FILES+= expected.stdout.1

Completed in 279 milliseconds

1234567891011>>