]> code.ossystems Code Review - openembedded-core.git/commit
valgrind: re-enable ARM intdiv and vcvt_fixed_float_VFP tests
authorAndre McCurdy <armccurdy@gmail.com>
Wed, 20 Jan 2016 02:47:50 +0000 (18:47 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 22 Jan 2016 23:42:37 +0000 (23:42 +0000)
commit3e94af90d90f6db6bab66ae87a47b31f3a0474f6
tree4e23fb5951e8b831fe4de18c6e80c55b298c881e
parent1c8ed8dada8d3399bd825d6f34fc440ce793ec4e
valgrind: re-enable ARM intdiv and vcvt_fixed_float_VFP tests

The intdiv test has been partially fixed upstream and the
vcvt_fixed_float_VFP test can be fixed with a similar approach, ie
ensuring that it is always compiled with appropriate
-march/-mcpu/-mfpu flags to support the instructions being tested.

For tests requiring armv7ve instructions, ensure that we set both
-march=armv7ve and -mcpu=cortex-a15 (since some TUNE_CCARGS may set
-march=armv7-a and adding -mcpu=cortex-a15 alone is not enough to
over-ride that).

See similar cases in none/tests/arm/Makefile.am

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/valgrind/valgrind/remove-arm-variant-specific.patch [deleted file]
meta/recipes-devtools/valgrind/valgrind/use-appropriate-march-mcpu-mfpu-for-ARM-test-apps.patch [new file with mode: 0644]
meta/recipes-devtools/valgrind/valgrind_3.11.0.bb