Skip OatFileTest.DlOpenLoad on glibc to silence dlopen error.

Glibc 2.41 has added logic to fail loading of shared objects that don't
have GNU_STACK segment with zero permissions bit, see
https://lists.gnu.org/archive/html/info-gnu/2025-01/msg00014.html:

* dlopen and dlmopen no longer make the stack executable if a shared
  library requires it, either implicitly because of a missing GNU_STACK
  ELF header (and default ABI permission having the executable bit set)
  or explicitly because of the executable bit in GNU_STACK, and the
  stack is not already executable.  Instead, loading such objects will
  fail.

Test: m test-art-host-gtest
Bug: none
Flag: TEST_ONLY
Change-Id: I249a7357e43e50a540b02dd0b09c254658c6afa5
1 file changed