Home
last modified time | relevance | path

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

/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/kvm/aarch64/
H A 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
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/splice/
H A Dshort_splice_read.sh43 expect_failure() function
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/wifi/aware/functional/
DDataPathTest.py161 expect_failure=False): argument
313 expect_failure=False): argument
/aosp_15_r20/external/executorch/kernels/test/
H A DTestUtil.h114 void expect_failure() { in expect_failure() function
/aosp_15_r20/external/expat/expat/tests/
H A Dcommon.h108 # define expect_failure(text, errorCode, errorMessage) \ macro
/aosp_15_r20/external/autotest/client/common_lib/cros/network/
H A Dxmlrpc_datatypes.py53 expect_failure=False, guid=None, autoconnect=None, argument
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/vm/
H A Dmremap_test.c37 int expect_failure; member
/aosp_15_r20/external/igt-gpu-tools/tests/
H A Dkms_content_protection.c381 int content_type, bool expect_failure, in test_cp_enable_with_retry()
/aosp_15_r20/external/tensorflow/tensorflow/c/
H A Dc_api_function_test.cc157 bool expect_failure = false) { in Define()
181 bool expect_failure = false) { in DefineT()
/aosp_15_r20/external/vulkan-validation-layers/tests/
H A Dvktestbinding.cpp50 bool expect_failure(const char *expr, const char *file, unsigned int line, const char *function) { in expect_failure() function
/aosp_15_r20/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
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/trust_token/
Dtrust_token_test.cc396 bool expect_failure = !method()->has_srr; in TEST_P() local
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_utils.py3052 def expect_failure(f, test_name): function