Searched refs:expect_failure (Results 1 – 9 of 9) sorted by relevance
/third_party/googletest/googletest/scripts/ |
D | gen_gtest_pred_impl.py | 573 def GenTest(use_format, use_assert, expect_failure, argument 625 if expect_failure: 632 if expect_failure: 637 if expect_failure: 668 if expect_failure: 684 if expect_failure: 691 tests += ''.join([GenTest(use_format, use_assert, expect_failure, 695 for expect_failure in [0, 1]
|
/third_party/openssl/test/ |
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()
|
/third_party/skia/third_party/externals/microhttpd/ |
D | test-driver | 56 expect_failure=no 67 --expect-failure) expect_failure=$2; shift;; 113 case $estatus:$expect_failure in
|
/third_party/curl/ |
D | test-driver | 58 expect_failure=no 69 --expect-failure) expect_failure=$2; shift;; 121 case $tweaked_estatus:$expect_failure in
|
/third_party/skia/third_party/externals/libpng/ |
D | test-driver | 56 expect_failure=no 67 --expect-failure) expect_failure=$2; shift;; 116 case $tweaked_estatus:$expect_failure in
|
/third_party/libevdev/build-aux/ |
D | test-driver | 58 expect_failure=no 69 --expect-failure) expect_failure=$2; shift;; 121 case $tweaked_estatus:$expect_failure in
|
/third_party/skia/third_party/externals/expat/expat/tests/ |
D | runtests.c | 177 #define expect_failure(text, errorCode, errorMessage) \ macro 494 expect_failure("<doc>�</doc>", XML_ERROR_BAD_CHAR_REF, in START_TEST() 886 expect_failure(text, XML_ERROR_INCORRECT_ENCODING, in START_TEST() 897 expect_failure(text, XML_ERROR_UNKNOWN_ENCODING, in START_TEST() 937 expect_failure(text, XML_ERROR_INVALID_TOKEN, in START_TEST() 1401 expect_failure("\n" in START_TEST() 1410 expect_failure("<?xml version='1.0' \xc3\xa7?>\n<doc/>", XML_ERROR_XML_DECL, in START_TEST() 1416 expect_failure("<?xml ='1.0'?>\n<doc/>\n", XML_ERROR_XML_DECL, in START_TEST() 1422 expect_failure("<?xml version='1.0' encoding='us-ascii' standalone?>\n" in START_TEST() 1616 expect_failure(text, XML_ERROR_EXTERNAL_ENTITY_HANDLING, in START_TEST() [all …]
|
/third_party/skia/tests/ |
D | SkSLInterpreterTest.cpp | 625 static void expect_failure(skiatest::Reporter* r, const char* src) { in expect_failure() function 636 expect_failure(r, "void main(inout float x) { while (x < 1) { x++; } }"); in DEF_TEST() 637 expect_failure(r, "void main(inout float x) { do { x++; } while (x < 1); }"); in DEF_TEST()
|
/third_party/expat/ |
D | 19-backport-tests-Cover-missing-validation-of-encoding.patch | 128 + expect_failure(text, XML_ERROR_INVALID_TOKEN,
|