Home
last modified time | relevance | path

Searched refs:Expected (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dcheck_byte_count-ice.c13 check_byte_count-ice.c:6:1: error: Expected ) in function call in foo()
15 check_byte_count-ice.c:20:0: error: Expected } at end of function
/illumos-gate/usr/src/cmd/ast/libshell/common/tests/
H A Dsun_solaris_cr_6904575_cut_-d_with_multibyte_character_no_longer_works.sh148 …[[ "${out}" == ${output_format} ]] || err_exit "${testname}: Expected match for $(printf "%q\n" "$…
173 …[[ "${out}" == $'0000000 a4 a2 0a\n0000003' ]] || err_exit "${testname}: Expected \$'0000000 a4 a2…
H A Dsun_solaris_cr_6904878_join_-t_no_longer_works_with_multibyte_char_separator.sh142 …[[ "${out}" == ${output_format} ]] || err_exit "${testname}: Expected match for $(printf "%q\n" "$…
170 [[ "${out}" == 'f1' ]] || err_exit "${testname}: Expected 'f1', got $(printf "%q\n" "${out}")"
H A Dsun_solaris_cr_6904557_wc_no_longer_counts_number_of_bytes_correctly.sh153 …[[ "${out}" == ${tc.output_pattern} ]] || err_exit "${testname}: Expected match for $(printf "%q\n…
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacapps.h208 #define ACPI_CHECK_STATUS(Name, Status, Expected) \ argument
209 if (Status != Expected) \
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DClientLib_en.properties107 no_opaque_header = Expected opaque ``{0}'''' lacks \\ff header
118 unexpected_ipc = Expected a SrvAck, got wrong function code or null message.
204 template_expect_int = Expected integer token at line {0}, got ``{1}''''
205 template_expect_bool = Expected boolean at line {0}, got ``{1}''''
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dall.test92 puts "Expected: all values to be the same"
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/t/
H A DProject.t37 # Expected calling sequence is:
319 fail("Expected $exp, Returned $ret");
710 fail("Expected $parse_exp, Returned $ret");
728 fail("Expected $validate_exp, Returned $ret");
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A Dtest-suite.rst130 bad-assignment.c:3:6: error: Expected ; at end of statement