Home
last modified time | relevance | path

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

/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.py570 def GenTest(use_format, use_assert, expect_failure, argument
622 if expect_failure:
629 if expect_failure:
634 if expect_failure:
665 if expect_failure:
681 if expect_failure:
688 tests += ''.join([GenTest(use_format, use_assert, expect_failure,
692 for expect_failure in [0, 1]
/external/google-breakpad/src/testing/gtest/scripts/
Dgen_gtest_pred_impl.py570 def GenTest(use_format, use_assert, expect_failure, argument
622 if expect_failure:
629 if expect_failure:
634 if expect_failure:
665 if expect_failure:
681 if expect_failure:
688 tests += ''.join([GenTest(use_format, use_assert, expect_failure,
692 for expect_failure in [0, 1]
/external/google-breakpad/android/
Dtest-driver59 expect_failure=no
70 --expect-failure) expect_failure=$2; shift;;
105 case $estatus:$expect_failure in
/external/google-breakpad/autotools/
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/iperf3/config/
Dtest-driver56 expect_failure=no
67 --expect-failure) expect_failure=$2; shift;;
113 case $estatus:$expect_failure in
/external/libxkbcommon/xkbcommon/build-aux/
Dtest-driver56 expect_failure=no
67 --expect-failure) expect_failure=$2; shift;;
113 case $estatus:$expect_failure in
/external/autotest/server/cros/network/
Dtunneled_1x_tests.py69 expect_failure=True)
87 expect_failure=True)
105 expect_failure=True)
Dwifi_test_context_manager.py264 if assoc_result.success and wifi_params.expect_failure:
269 if not assoc_result.success and not wifi_params.expect_failure:
275 if wifi_params.expect_failure:
/external/curl/
Dtest-driver56 expect_failure=no
67 --expect-failure) expect_failure=$2; shift;;
116 case $tweaked_estatus:$expect_failure in
/external/expat/conftools/
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/libevent/
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/expat/tests/
Druntests.c189 #define expect_failure(text, errorCode, errorMessage) \ macro
485 expect_failure("<doc>&#0;</doc>", in START_TEST()
910 expect_failure(text, in START_TEST()
923 expect_failure(text, in START_TEST()
970 expect_failure(text, in START_TEST()
1477 expect_failure("\n" in START_TEST()
1487 expect_failure("<?xml version='1.0' \xc3\xa7?>\n<doc/>", in START_TEST()
1495 expect_failure("<?xml ='1.0'?>\n<doc/>\n", in START_TEST()
1503 expect_failure("<?xml version='1.0' encoding='us-ascii' standalone?>\n" in START_TEST()
1721 expect_failure(text, in START_TEST()
[all …]
/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.py34 if client_conf.expect_failure:
/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/jsoncpp/test/
Drunjsontests.py53 expect_failure = os.path.basename( input_path ).startswith( 'fail' )
54 is_json_checker_test = (input_path in test_jsonchecker) or expect_failure
63 if expect_failure:
/external/autotest/server/site_tests/network_WiFi_RegDomain/
Dnetwork_WiFi_RegDomain.py119 expect_failure=not expect_connect
/external/autotest/server/site_tests/network_WiFi_VerifyAttenuator/
Dnetwork_WiFi_VerifyAttenuator.py269 expect_failure=True)
/external/tensorflow/tensorflow/c/
Dc_api_function_test.cc157 bool expect_failure = false) { in Define() argument
159 expect_failure); in Define()
181 bool expect_failure = false) { in DefineT() argument
190 if (expect_failure) { in DefineT()
/external/vulkan-validation-layers/tests/
Dvktestbinding.cpp46 #define EXPECT(expr) ((expr) ? true : expect_failure(STRINGIFY(expr), __FILE__, __LINE__, __FUNCTIO…
50 bool expect_failure(const char *expr, const char *file, unsigned int line, const char *function) { in expect_failure() function