Home
last modified time | relevance | path

Searched refs:expect_failure (Results 1 – 25 of 29) sorted by relevance

12

/external/ImageMagick/config/
Dtap-driver.sh65 expect_failure=0
79 --expect-failure) expect_failure=$2; shift;;
95 case $expect_failure in
96 yes) expect_failure=1;;
97 *) expect_failure=0;;
150 -v expect_failure="$expect_failure" \
Dtest-driver56 expect_failure=no
67 --expect-failure) expect_failure=$2; shift;;
116 case $tweaked_estatus:$expect_failure in
/external/googletest/googletest/scripts/
Dgen_gtest_pred_impl.py573 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]
/external/tensorflow/tensorflow/lite/micro/kernels/
Dreshape_test.cc38 const size_t expected_dims_len, bool expect_failure) { in ValidateReshapeGoldens() argument
45 if (expect_failure) { in ValidateReshapeGoldens()
70 const size_t expected_dims_len, bool expect_failure) { in TestReshapeWithShape() argument
86 expected_dims_len, expect_failure); in TestReshapeWithShape()
97 bool expect_failure) { in TestReshapeWithoutShape() argument
112 expected_dims_len, expect_failure); in TestReshapeWithoutShape()
120 bool expect_failure = false) { in TestReshape() argument
130 expected_dims_len, expect_failure); in TestReshape()
141 bool expect_failure = false) { in TestReshapeQuantized() argument
153 expected_dims_len, expect_failure); in TestReshapeQuantized()
/external/google-breakpad/android/
Dtest-driver59 expect_failure=no
70 --expect-failure) expect_failure=$2; shift;;
105 case $estatus:$expect_failure in
/external/autotest/server/cros/network/
Dtunneled_1x_tests.py131 expect_failure=True)
149 expect_failure=True)
167 expect_failure=True)
190 expect_failure=True)
Dwifi_test_context_manager.py322 if assoc_result.success and wifi_params.expect_failure:
327 if not assoc_result.success and not wifi_params.expect_failure:
333 if wifi_params.expect_failure:
/external/iperf3/config/
Dtest-driver56 expect_failure=no
67 --expect-failure) expect_failure=$2; shift;;
113 case $estatus:$expect_failure in
/external/llvm-project/polly/lib/External/ppcg/
Dtest-driver56 expect_failure=no
67 --expect-failure) expect_failure=$2; shift;;
113 case $estatus:$expect_failure in
/external/strace/
Dtest-driver56 expect_failure=no
67 --expect-failure) expect_failure=$2; shift;;
113 case $estatus:$expect_failure in
/external/llvm-project/polly/lib/External/isl/
Dtest-driver56 expect_failure=no
67 --expect-failure) expect_failure=$2; shift;;
116 case $tweaked_estatus:$expect_failure in
/external/libevent/build-aux/
Dtest-driver56 expect_failure=no
67 --expect-failure) expect_failure=$2; shift;;
116 case $tweaked_estatus:$expect_failure in
/external/google-breakpad/autotools/
Dtest-driver56 expect_failure=no
67 --expect-failure) expect_failure=$2; shift;;
116 case $tweaked_estatus:$expect_failure in
/external/libpng/
Dtest-driver56 expect_failure=no
67 --expect-failure) expect_failure=$2; shift;;
116 case $tweaked_estatus:$expect_failure in
/external/pcre/dist2/
Dtest-driver56 expect_failure=no
67 --expect-failure) expect_failure=$2; shift;;
116 case $tweaked_estatus:$expect_failure in
/external/curl/
Dtest-driver56 expect_failure=no
67 --expect-failure) expect_failure=$2; shift;;
116 case $tweaked_estatus:$expect_failure in
/external/zstd/tests/gzip/
Dtest-driver.sh56 expect_failure=no
67 --expect-failure) expect_failure=$2; shift;;
116 case $tweaked_estatus:$expect_failure in
/external/expat/conftools/
Dtest-driver58 expect_failure=no
69 --expect-failure) expect_failure=$2; shift;;
118 case $tweaked_estatus:$expect_failure in
/external/autotest/client/common_lib/cros/network/
Dxmlrpc_datatypes.py52 expect_failure=False, guid=None, autoconnect=None, argument
101 self.expect_failure = expect_failure
/external/autotest/server/site_tests/network_WiFi_SimpleConnect/
Dcontrol.wifi_check1x_WPA55 expect_failure=True)
71 expect_failure=True)
103 expect_failure=True)
119 expect_failure=True)
Dnetwork_WiFi_SimpleConnect.py33 if client_conf.expect_failure:
/external/expat/tests/
Druntests.c169 #define expect_failure(text, errorCode, errorMessage) \ macro
486 expect_failure("<doc>&#0;</doc>", XML_ERROR_BAD_CHAR_REF, in START_TEST()
878 expect_failure(text, XML_ERROR_INCORRECT_ENCODING, in START_TEST()
889 expect_failure(text, XML_ERROR_UNKNOWN_ENCODING, in START_TEST()
929 expect_failure(text, XML_ERROR_INVALID_TOKEN, in START_TEST()
1393 expect_failure("\n" in START_TEST()
1402 expect_failure("<?xml version='1.0' \xc3\xa7?>\n<doc/>", XML_ERROR_XML_DECL, in START_TEST()
1408 expect_failure("<?xml ='1.0'?>\n<doc/>\n", XML_ERROR_XML_DECL, in START_TEST()
1414 expect_failure("<?xml version='1.0' encoding='us-ascii' standalone?>\n" in START_TEST()
1608 expect_failure(text, XML_ERROR_EXTERNAL_ENTITY_HANDLING, in START_TEST()
[all …]
/external/jsoncpp/test/
Drunjsontests.py99 expect_failure = os.path.basename(input_path).startswith('fail')
100 is_json_checker_test = (input_path in test_jsonchecker) or expect_failure
108 if expect_failure:
/external/skia/tests/
DSkSLInterpreterTest.cpp625 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()
642 expect_failure(r, "float main() { return main() + 1; }"); in DEF_TEST()
645 expect_failure(r, "float foo(); float bar() { return foo(); } float foo() { return bar(); }"); in DEF_TEST()
/external/igt-gpu-tools/tests/
Dkms_content_protection.c381 int content_type, bool expect_failure, in test_cp_enable_with_retry() argument
400 if (expect_failure) in test_cp_enable_with_retry()

12