Searched refs:expect_failure (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/expat/tests/ |
H A D | ns_tests.c | 216 expect_failure(text, XML_ERROR_UNDECLARING_PREFIX, in START_TEST() 227 expect_failure(text, XML_ERROR_UNDECLARING_PREFIX, in START_TEST() 241 expect_failure(text, XML_ERROR_UNDECLARING_PREFIX, in START_TEST() 303 expect_failure(text, XML_ERROR_DUPLICATE_ATTRIBUTE, in START_TEST() 336 expect_failure(text, XML_ERROR_UNBOUND_PREFIX, in START_TEST() 344 expect_failure(text, XML_ERROR_UNBOUND_PREFIX, in START_TEST() 405 expect_failure(text1, XML_ERROR_RESERVED_PREFIX_XMLNS, in START_TEST() 422 expect_failure(text1, XML_ERROR_RESERVED_PREFIX_XML, in START_TEST() 425 expect_failure(text2, XML_ERROR_RESERVED_NAMESPACE_URI, in START_TEST() 428 expect_failure(text3, XML_ERROR_RESERVED_NAMESPACE_URI, in START_TEST() [all …]
|
H A D | basic_tests.c | 95 expect_failure("<doc>�</doc>", XML_ERROR_BAD_CHAR_REF, in START_TEST() 435 expect_failure(text, XML_ERROR_INCORRECT_ENCODING, in START_TEST() 446 expect_failure(text, XML_ERROR_UNKNOWN_ENCODING, in START_TEST() 486 expect_failure(text, XML_ERROR_INVALID_TOKEN, in START_TEST() 922 expect_failure("\n" in START_TEST() 931 expect_failure("<?xml version='1.0' \xc3\xa7?>\n<doc/>", XML_ERROR_XML_DECL, in START_TEST() 937 expect_failure("<?xml ='1.0'?>\n<doc/>\n", XML_ERROR_XML_DECL, in START_TEST() 943 expect_failure("<?xml version='1.0' encoding='us-ascii' standalone?>\n" in START_TEST() 1043 expect_failure(text, XML_ERROR_EXTERNAL_ENTITY_HANDLING, in START_TEST() 1060 expect_failure(tex in START_TEST() [all...] |
H A D | common.h | 108 # define expect_failure(text, errorCode, errorMessage) \ macro
|
H A D | misc_tests.c | 254 expect_failure(text, XML_ERROR_UNBOUND_PREFIX, "Unbound prefixes not found"); in START_TEST()
|
H A D | alloc_tests.c | 1657 expect_failure(text, XML_ERROR_EXTERNAL_ENTITY_HANDLING, in START_TEST()
|
/freebsd/crypto/openssl/test/ |
H A D | conf_include_test.c | 70 static int expect_failure = 0; variable 81 if (expect_failure) in test_load_config() 86 if (expect_failure) { in test_load_config() 205 expect_failure = 1; in setup_tests()
|
/freebsd/contrib/openpam/ |
H A D | test-driver | 58 expect_failure=no 69 --expect-failure) expect_failure=$2; shift;; 121 case $tweaked_estatus:$expect_failure in
|
/freebsd/contrib/ntp/sntp/libevent/build-aux/ |
H A D | test-driver | 56 expect_failure=no 67 --expect-failure) expect_failure=$2; shift;; 116 case $tweaked_estatus:$expect_failure in
|
/freebsd/contrib/libevent/build-aux/ |
H A D | test-driver | 56 expect_failure=no 67 --expect-failure) expect_failure=$2; shift;; 116 case $tweaked_estatus:$expect_failure in
|