Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_note_gnu_property_test.cpp82 #define ASSERT_ERROR_MSG_EQ(__expected) ASSERT_STREQ(error_buffer, "\"" SONAME "\" " __expected) macro
224 ASSERT_ERROR_MSG_EQ("PT_GNU_PROPERTY segment is too small. Segment size is 15, minimum is 16."); in TEST()
244 ASSERT_ERROR_MSG_EQ("PT_GNU_PROPERTY segment p_memsz (16) is too small for note n_descsz (1)."); in TEST()
260 ASSERT_ERROR_MSG_EQ(".note.gnu.property: unexpected note type. Expected 5, got 4."); in TEST()
273 ASSERT_ERROR_MSG_EQ(".note.gnu.property: unexpected name size. Expected 4, got 3."); in TEST()
284 ASSERT_ERROR_MSG_EQ(".note.gnu.property: unexpected name. Expected 'GNU', got 'ABC'."); in TEST()
297 ASSERT_ERROR_MSG_EQ(".note.gnu.property: no more space left for a Program Property Note header."); in TEST()
327 ASSERT_ERROR_MSG_EQ( in TEST()
404 ASSERT_ERROR_MSG_EQ( in TEST()
408 ASSERT_ERROR_MSG_EQ( in TEST()