Actual: "dlopen failed: library "no-elf-hash-...

[ RUN      ] dlfcn.dlopen_library_with_only_gnu_hash
/xxxxxxx/dlfcn_test.cpp:200: Failure
Value of: dlerror()
  Actual: "dlopen failed: library "no-elf-hash-table-library.so" not found"
Expected: "dlopen failed: empty/missing DT_HASH in \"no-elf-hash-table-library.so\" (built with --hash-style=gnu?)"
Which is: "dlopen failed: empty/missing DT_HASH in "no-elf-hash-table-library.so" (built with --hash-style=gnu?)"
[  FAILED  ] dlfcn.dlopen_library_with_only_gnu_hash (1 ms)
[ RUN      ] dlfcn.dlopen_bad_flags
[       OK ] dlfcn.dlopen_bad_flags (0 ms)
[----------] 8 tests from dlfcn (3 ms total)


[----------] Global test environment tear-down
[==========] 48 tests from 5 test cases ran. (7991 ms total)
[  PASSED  ] 47 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] dlfcn.dlopen_library_with_only_gnu_hash


https://android.googlesource.com/platform/bionic/+log/6e33b02/tests/dlopen_test.cpp

master上的update好慢

https://android.googlesource.com/platform/bionic/+log/master/tests/dlfcn_test.cpp

你可能感兴趣的:(android,testcase,Bionic)