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

1234567891011>>

/freebsd-10-stable/usr.bin/bmake/tests/syntax/enl/
H A DMakefile9 FILES+= expected.status.1
10 FILES+= expected.status.2
11 FILES+= expected.status.3
12 FILES+= expected.status.4
13 FILES+= expected.status.5
14 FILES+= expected.stderr.1
15 FILES+= expected.stderr.2
16 FILES+= expected.stderr.3
17 FILES+= expected.stderr.4
18 FILES+= expected
[all...]
/freebsd-10-stable/usr.bin/bmake/tests/archives/fmt_44bsd/
H A DMakefile9 FILES+= expected.status.1
10 FILES+= expected.status.2
11 FILES+= expected.status.3
12 FILES+= expected.status.4
13 FILES+= expected.status.5
14 FILES+= expected.status.6
15 FILES+= expected.status.7
16 FILES+= expected.stderr.1
17 FILES+= expected.stderr.2
18 FILES+= expected
[all...]
/freebsd-10-stable/usr.bin/bmake/tests/archives/fmt_44bsd_mod/
H A DMakefile9 FILES+= expected.status.1
10 FILES+= expected.status.2
11 FILES+= expected.status.3
12 FILES+= expected.status.4
13 FILES+= expected.status.5
14 FILES+= expected.status.6
15 FILES+= expected.status.7
16 FILES+= expected.stderr.1
17 FILES+= expected.stderr.2
18 FILES+= expected
[all...]
/freebsd-10-stable/usr.bin/bmake/tests/archives/fmt_oldbsd/
H A DMakefile9 FILES+= expected.status.1
10 FILES+= expected.status.2
11 FILES+= expected.status.3
12 FILES+= expected.status.4
13 FILES+= expected.status.5
14 FILES+= expected.status.6
15 FILES+= expected.status.7
16 FILES+= expected.stderr.1
17 FILES+= expected.stderr.2
18 FILES+= expected
[all...]
/freebsd-10-stable/usr.bin/bmake/tests/variables/modifier_t/
H A DMakefile9 FILES+= expected.status.1
10 FILES+= expected.status.2
11 FILES+= expected.status.3
12 FILES+= expected.stderr.1
13 FILES+= expected.stderr.2
14 FILES+= expected.stderr.3
15 FILES+= expected.stdout.1
16 FILES+= expected.stdout.2
17 FILES+= expected.stdout.3
/freebsd-10-stable/usr.bin/bmake/tests/shell/builtin/
H A DMakefile9 FILES+= expected.status.1
10 FILES+= expected.status.2
11 FILES+= expected.stderr.1
12 FILES+= expected.stderr.2
13 FILES+= expected.stdout.1
14 FILES+= expected.stdout.2
/freebsd-10-stable/usr.bin/bmake/tests/shell/meta/
H A DMakefile9 FILES+= expected.status.1
10 FILES+= expected.status.2
11 FILES+= expected.stderr.1
12 FILES+= expected.stderr.2
13 FILES+= expected.stdout.1
14 FILES+= expected.stdout.2
/freebsd-10-stable/usr.bin/bmake/tests/shell/path/
H A DMakefile9 FILES+= expected.status.1
10 FILES+= expected.status.2
11 FILES+= expected.stderr.1
12 FILES+= expected.stderr.2
13 FILES+= expected.stdout.1
14 FILES+= expected.stdout.2
/freebsd-10-stable/usr.bin/bmake/tests/shell/path_select/
H A DMakefile9 FILES+= expected.status.1
10 FILES+= expected.status.2
11 FILES+= expected.stderr.1
12 FILES+= expected.stderr.2
13 FILES+= expected.stdout.1
14 FILES+= expected.stdout.2
/freebsd-10-stable/usr.bin/bmake/tests/shell/replace/
H A DMakefile9 FILES+= expected.status.1
10 FILES+= expected.status.2
11 FILES+= expected.stderr.1
12 FILES+= expected.stderr.2
13 FILES+= expected.stdout.1
14 FILES+= expected.stdout.2
/freebsd-10-stable/usr.bin/bmake/tests/shell/select/
H A DMakefile9 FILES+= expected.status.1
10 FILES+= expected.status.2
11 FILES+= expected.stderr.1
12 FILES+= expected.stderr.2
13 FILES+= expected.stdout.1
14 FILES+= expected.stdout.2
/freebsd-10-stable/usr.bin/bmake/tests/syntax/funny-targets/
H A DMakefile9 FILES+= expected.status.1
10 FILES+= expected.status.2
11 FILES+= expected.stderr.1
12 FILES+= expected.stderr.2
13 FILES+= expected.stdout.1
14 FILES+= expected.stdout.2
/freebsd-10-stable/usr.bin/bmake/tests/syntax/semi/
H A DMakefile9 FILES+= expected.status.1
10 FILES+= expected.status.2
11 FILES+= expected.stderr.1
12 FILES+= expected.stderr.2
13 FILES+= expected.stdout.1
14 FILES+= expected.stdout.2
/freebsd-10-stable/usr.bin/bmake/tests/variables/opt_V/
H A DMakefile9 FILES+= expected.status.1
10 FILES+= expected.status.2
11 FILES+= expected.stderr.1
12 FILES+= expected.stderr.2
13 FILES+= expected.stdout.1
14 FILES+= expected.stdout.2
/freebsd-10-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-10-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-10-stable/usr.bin/bmake/tests/basic/t0/
H A DMakefile8 FILES= expected.status.1
9 FILES+= expected.stderr.1
10 FILES+= expected.stdout.1
/freebsd-10-stable/usr.bin/bmake/tests/basic/t1/
H A DMakefile9 FILES+= expected.status.1
10 FILES+= expected.stderr.1
11 FILES+= expected.stdout.1
/freebsd-10-stable/usr.bin/bmake/tests/basic/t2/
H A DMakefile9 FILES+= expected.status.1
10 FILES+= expected.stderr.1
11 FILES+= expected.stdout.1
/freebsd-10-stable/usr.bin/bmake/tests/basic/t3/
H A DMakefile8 FILES= expected.status.1
9 FILES+= expected.stderr.1
10 FILES+= expected.stdout.1
/freebsd-10-stable/usr.bin/bmake/tests/execution/ellipsis/
H A DMakefile9 FILES+= expected.status.1
10 FILES+= expected.stderr.1
11 FILES+= expected.stdout.1
/freebsd-10-stable/usr.bin/bmake/tests/execution/empty/
H A DMakefile9 FILES+= expected.status.1
10 FILES+= expected.stderr.1
11 FILES+= expected.stdout.1
/freebsd-10-stable/usr.bin/bmake/tests/execution/joberr/
H A DMakefile9 FILES+= expected.status.1
10 FILES+= expected.stderr.1
11 FILES+= expected.stdout.1
/freebsd-10-stable/usr.bin/bmake/tests/execution/plus/
H A DMakefile9 FILES+= expected.status.1
10 FILES+= expected.stderr.1
11 FILES+= expected.stdout.1

Completed in 107 milliseconds

1234567891011>>