Home
last modified time | relevance | path

Searched defs:expect_fail (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/zucchini/
H A Drel32_utils_unittest.cc344 std::vector<uint8_t> expect_fail; in TEST() local
507 std::vector<uint8_t> expect_fail; in TEST() local
/aosp_15_r20/external/gflags/test/
H A Dgflags_build.py.in20 expect_fail = (sys.argv[3].lower() in ['true', 'yes', 'on', '1']) variable
/aosp_15_r20/bionic/tests/
H A Dpage_size_compat_helpers.h42 static inline void OpenTestLibrary(std::string lib, bool expect_fail, void** handle) { in OpenTestLibrary()
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/net/
H A Dipv6_flowlabel_mgr.c43 #define expect_fail(x) __expect(!(x)) macro
/aosp_15_r20/external/liburing/test/
H A Dio_uring_enter.c35 static int expect_fail(int fd, unsigned int to_submit, in expect_fail() function
H A Dio_uring_register.c45 static int expect_fail(int fd, unsigned int opcode, void *arg, in expect_fail() function
/aosp_15_r20/external/pytorch/test/
H A Dtest_utils.py801 def try_check_onnx_broadcast(dims1, dims2, expect_broadcast, expect_fail): argument
/aosp_15_r20/kernel/tests/net/test/
H A Dxfrm_tunnel_test.py722 sa_info=None, expect_fail=False): argument
/aosp_15_r20/external/autotest/server/cros/bluetooth/
H A Dbluetooth_adapter_tests.py796 def expect_fail(self, test_method, *args, **kwargs): member in BluetoothAdapterTests