8259586: ProblemList dll_address_to_function_and_library_name

Reviewed-by: hseigel
This commit is contained in:
Daniel D. Daugherty 2021-01-11 19:44:26 +00:00
parent d9f21346bf
commit 8dfc77bfa6

View File

@ -698,7 +698,7 @@ TEST_VM(os, pagesizes_test_print) {
ASSERT_EQ(strcmp(expected, buffer), 0);
}
TEST_VM(os, dll_address_to_function_and_library_name) {
TEST_VM(os, DISABLED_dll_address_to_function_and_library_name) {
char tmp[1024];
char output[1024];
stringStream st(output, sizeof(output));