Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/network_DestinationVerification/
Dnetwork_DestinationVerification.py211 def _test_verify(self, test_data, expect_failure=False): argument
238 if expect_failure:
255 def _test_encrypt(self, public_key, data_to_encrypt, expect_failure=False): argument
270 if expect_failure:
327 expect_failure=True)
332 expect_failure=True)
344 self._test_verify(test_data, expect_failure=True)
350 self._test_verify(test_data, expect_failure=True)
355 self._test_verify(test_data, expect_failure=True)
/external/protobuf/gtest/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/vulkan-validation-layers/tests/gtest-1.7.0/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/protobuf/
Dtest-driver56 expect_failure=no
67 --expect-failure) expect_failure=$2; shift;;
113 case $estatus:$expect_failure in
/external/protobuf/gtest/build-aux/
Dtest-driver56 expect_failure=no
67 --expect-failure) expect_failure=$2; shift;;
113 case $estatus:$expect_failure in
/external/libmicrohttpd/
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.py245 if assoc_result.success and wifi_params.expect_failure:
250 if not assoc_result.success and not wifi_params.expect_failure:
256 if wifi_params.expect_failure:
/external/google-breakpad/autotools/
Dtest-driver56 expect_failure=no
67 --expect-failure) expect_failure=$2; shift;;
113 case $estatus:$expect_failure in
/external/pcre/dist/
Dtest-driver56 expect_failure=no
67 --expect-failure) expect_failure=$2; shift;;
116 case $tweaked_estatus:$expect_failure in
/external/expat/tests/
Druntests.c83 #define expect_failure(text, errorCode, errorMessage) \ macro
172 expect_failure("<doc>&#0;</doc>", in START_TEST()
733 expect_failure("\n" in START_TEST()
830 expect_failure("<doc>&entity;</doc>", in START_TEST()
845 expect_failure(text, in START_TEST()
886 expect_failure(text, in START_TEST()
919 expect_failure(text, in START_TEST()
1309 expect_failure(text, in START_TEST()
1323 expect_failure(text, in START_TEST()
1340 expect_failure(text, in START_TEST()
[all …]
/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_SimpleConnect/
Dcontrol.wifi_check1x_WPA57 expect_failure=True)
73 expect_failure=True)
105 expect_failure=True)
121 expect_failure=True)
Dnetwork_WiFi_SimpleConnect.py42 if client_conf.expect_failure:
/external/autotest/server/site_tests/network_WiFi_RegDomain/
Dnetwork_WiFi_RegDomain.py118 expect_failure=not expect_connect
/external/autotest/server/site_tests/network_WiFi_VerifyAttenuator/
Dnetwork_WiFi_VerifyAttenuator.py269 expect_failure=True)
/external/vulkan-validation-layers/tests/
Dvktestbinding.cpp53 ((expr) ? true : expect_failure(STRINGIFY(expr), __FILE__, __LINE__, \
58 bool expect_failure(const char *expr, const char *file, unsigned int line, in expect_failure() function