This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
test related questions (was Re: [PATCH 00/21] glibc port to ARC processors)
On 12/18/18 1:04 PM, Vineet Gupta wrote:
> (a) build-many-glibcs.py check results are clean
>
> | Summary of test results:
> | 1173 PASS
> | 15 XFAIL
> |
> | PASS: glibcs-arc-linux-gnu check
One of the issues in running build-many incrementally, i.e. "host-libraries",
"compilers" only once but "glibcs" again to quickly test fixes is that for 2nd
run, target c++ compiler is picked up for support/links-dso-program vs.
links-dso-program-c which fails as the cpp headers are not present. Is there a
solution to that ?
> (b) Full testsuite ran in a cross compile setup using buildroot on HSDK development
> platform.
>
> Summary of test results:
> 24 FAIL
> 5124 PASS
> 27 UNSUPPORTED
> 19 XFAIL
One of the pesky issues with cross testing is localedata/gen-locale.sh kicking on
target, which despite being 1GHz gets in the way of quick iterations. Is there a
way to build those on host and simply reference/install them on target. I
understand this is more of a buildsystem question (buildroot), but any pointers
would be appreciated.