Home
last modified time | relevance | path

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

/glibc-2.36/inet/
Dtst-inet6_scopeid_pton.c119 expect_failure (const char *address, const char *scope) in expect_failure() function
209 expect_failure (test_addresses[i], ""); in do_test()
210 expect_failure (test_addresses[i], "-1"); in do_test()
211 expect_failure (test_addresses[i], "-99"); in do_test()
212 expect_failure (test_addresses[i], "037777777777"); in do_test()
213 expect_failure (test_addresses[i], "0x"); in do_test()
214 expect_failure (test_addresses[i], "0x1"); in do_test()
222 expect_failure ("::", interface_name); in do_test()
223 expect_failure ("::1", interface_name); in do_test()
224 expect_failure ("2001:db8::1", interface_name); in do_test()
/glibc-2.36/posix/
Dtst-wordexp-nocmd.c56 expect_failure (const char *pattern, int expected_error) in expect_failure() function
111 expect_failure ("$(ls)", WRDE_CMDSUB); in run_tests()
116 expect_failure ("$((`echo 1`))", WRDE_CMDSUB); in run_tests()
117 expect_failure ("$((1+`echo 1`))", WRDE_CMDSUB); in run_tests()
118 expect_failure ("$((1+$((`echo 1`))))", WRDE_CMDSUB); in run_tests()
120 expect_failure ("$[1/0]", WRDE_SYNTAX); /* BZ 18100. */ in run_tests()
/glibc-2.36/malloc/
Dtst-alloc_buffer.c67 bool expect_failure = refbuf_failed in test_empty_array() local
71 TEST_VERIFY ((ptr == NULL) == expect_failure); in test_empty_array()
72 TEST_VERIFY (alloc_buffer_has_failed (&buf) == expect_failure); in test_empty_array()
76 bool expect_failure = refbuf_failed in test_empty_array() local
80 TEST_VERIFY ((ptr == NULL) == expect_failure); in test_empty_array()
81 TEST_VERIFY (alloc_buffer_has_failed (&buf) == expect_failure); in test_empty_array()
/glibc-2.36/ChangeLog.old/
DChangeLog.182084 (expect_failure, expect_success): Use them. Add logging.