OSDN Git Service

Remove known failures from arm ifunc tests
authorDimitry Ivanov <dimitry@google.com>
Wed, 3 May 2017 18:01:00 +0000 (11:01 -0700)
committerDimitry Ivanov <dimitry@google.com>
Wed, 3 May 2017 18:01:00 +0000 (11:01 -0700)
commitc42b4bb097c6a89bd9016bcbeed08a436d591d27
tree3dd769dedd1f764d7a549e5a6d268d2f3bd63870
parent846924ae9583991a99a5924b2542c992d4bc094e
Remove known failures from arm ifunc tests

Since clang does not produce IRELATIVE relocations
this test started passing when we switched away from gcc
This is still a problem because it now leads to
situation where static ifuncs become globally visible
but this is a different problem.

Test: bionic-unit-tests --gtest_filer=dl*
Change-Id: Id27ba5093b88519c00acbc43ab8a991a671a9f51
tests/dlfcn_test.cpp