Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/kvm/aarch64/
Dvgic_irq.c76 bool expect_failure; member
87 #define _KVM_INJECT_MULTI(cmd, intid, num, expect_failure) \ argument
93 #define _KVM_INJECT(cmd, intid, expect_failure) \ argument
199 uint32_t num, int level, bool expect_failure) in kvm_inject_call()
518 struct test_args *test_args, bool expect_failure) in kvm_irq_line_check()
537 bool expect_failure) in kvm_irq_set_level_info_check()
562 bool expect_failure) in kvm_set_gsi_routing_irqchip_check()
592 bool expect_failure) in kvm_irq_write_ispendr_check()
607 bool expect_failure) in kvm_routing_and_irqfd_check()
670 bool expect_failure = inject_args->expect_failure; in run_guest_cmd() local
/external/linux-kselftest/tools/testing/selftests/splice/
Dshort_splice_read.sh43 expect_failure() function
/external/executorch/kernels/test/
DTestUtil.h114 void expect_failure() { in expect_failure() function
/external/expat/expat/tests/
Dcommon.h108 # define expect_failure(text, errorCode, errorMessage) \ macro
/external/python/cpython3/Lib/test/test_sqlite3/
Dtest_cli.py28 def expect_failure(self, *args): member in CommandLineInterface
/external/autotest/client/common_lib/cros/network/
Dxmlrpc_datatypes.py53 expect_failure=False, guid=None, autoconnect=None, argument
/external/python/cpython3/Lib/test/
Dtest_tabnanny.py295 def validate_cmd(self, *args, stdout="", stderr="", partial=False, expect_failure=False): argument
Dtest_clinic.py84 def expect_failure(self, raw, errmsg, *, filename=None, lineno=None): member in ClinicWholeFileTest
966 def expect_failure(self, block, err, *, member in ClinicParserTest
2623 def expect_failure(self, *args): member in ClinicExternalTest
/external/linux-kselftest/tools/testing/selftests/vm/
Dmremap_test.c37 int expect_failure; member
/external/igt-gpu-tools/tests/
Dkms_content_protection.c381 int content_type, bool expect_failure, in test_cp_enable_with_retry()
/external/tensorflow/tensorflow/c/
Dc_api_function_test.cc157 bool expect_failure = false) { in Define()
181 bool expect_failure = false) { in DefineT()
/external/vulkan-validation-layers/tests/
Dvktestbinding.cpp50 bool expect_failure(const char *expr, const char *file, unsigned int line, const char *function) { in expect_failure() function
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/trust_token/
Dtrust_token_test.cc396 bool expect_failure = !method()->has_srr; in TEST_P() local
/external/pytorch/torch/testing/_internal/
Dcommon_utils.py3052 def expect_failure(f, test_name): function