Home
last modified time | relevance | path

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

/aosp_15_r20/bionic/libc/malloc_debug/tests/
H A Dmalloc_debug_config_tests.cpp28 class MallocDebugConfigTest : public ::testing::Test { class
47 TEST_F(MallocDebugConfigTest, unknown_option) { in TEST_F() argument
56 TEST_F(MallocDebugConfigTest, good_option_and_bad_option) { in TEST_F() argument
64 TEST_F(MallocDebugConfigTest, unparseable_number) { in TEST_F() argument
72 TEST_F(MallocDebugConfigTest, illegal_value_zero) { in TEST_F() argument
81 TEST_F(MallocDebugConfigTest, no_space) { in TEST_F() argument
91 TEST_F(MallocDebugConfigTest, illegal_value_negative) { in TEST_F() argument
101 TEST_F(MallocDebugConfigTest, overflow) { in TEST_F() argument
111 TEST_F(MallocDebugConfigTest, set_value_error) { in TEST_F() argument
121 TEST_F(MallocDebugConfigTest, space_before_equal) { in TEST_F() argument
[all …]