Home
last modified time | relevance | path

Searched defs:expect_failure (Results 1 – 7 of 7) sorted by relevance

/external/autotest/client/site_tests/network_DestinationVerification/
Dnetwork_DestinationVerification.py211 def _test_verify(self, test_data, expect_failure=False): argument
255 def _test_encrypt(self, public_key, data_to_encrypt, expect_failure=False): argument
/external/protobuf/gtest/scripts/
Dgen_gtest_pred_impl.py573 def GenTest(use_format, use_assert, expect_failure, argument
/external/google-breakpad/src/testing/gtest/scripts/
Dgen_gtest_pred_impl.py570 def GenTest(use_format, use_assert, expect_failure, argument
/external/vulkan-validation-layers/tests/gtest-1.7.0/scripts/
Dgen_gtest_pred_impl.py570 def GenTest(use_format, use_assert, expect_failure, argument
/external/autotest/client/common_lib/cros/network/
Dxmlrpc_datatypes.py52 expect_failure=False, guid=None, autoconnect=None, argument
/external/vulkan-validation-layers/tests/
Dvktestbinding.cpp58 bool expect_failure(const char *expr, const char *file, unsigned int line, in expect_failure() function
/external/expat/tests/
Druntests.c83 #define expect_failure(text, errorCode, errorMessage) \ macro