]> code.ossystems Code Review - openembedded-core.git/commit
glibc-testsuite: Create a recipe to implement glibc test suite
authorNathan Rossi <nathan@nathanrossi.com>
Tue, 3 Sep 2019 16:56:41 +0000 (16:56 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 6 Sep 2019 11:44:25 +0000 (12:44 +0100)
commit6c4d581c35ebd51c4b080ac38175d93f0480f97d
tree44053bbeb3018e8d7feb9f00874c1ac1c6738f9e
parent9d5d680baa91b34dc97641f98856a51d1bb060c1
glibc-testsuite: Create a recipe to implement glibc test suite

A recipe needs to be created for the test suite due to the dependency
chain between libgcc -> glibc -> libgcc-initial, and the requirements of
the test suite to have libgcc for compilation and execution.

The glibc test suite does not use dejagnu like the gcc test suites do.
Instead a test wrapper script is used along with the assumed dependency
of having the same filesystem available on build host and target. For
qemu linux-user the same filesystem is inherently available, for remote
targets NFS is used. Separate test wrapper scripts are created for qemu
linux-user or ssh targets, with the same TOOLCHAIN_TEST_* variables used for
configuration.

Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/distro/include/maintainers.inc
meta/recipes-core/glibc/glibc-testsuite_2.30.bb [new file with mode: 0644]
meta/recipes-core/glibc/glibc/check-test-wrapper [new file with mode: 0644]