| Submitter | Khem Raj |
|---|---|
| Date | Dec. 14, 2011, 2:54 a.m. |
| Message ID | <cover.1323831034.git.raj.khem@gmail.com> |
| Download | mbox |
| Permalink | /patch/16899/ |
| State | New |
| Headers | show |
Pull-request
git://git.openembedded.org/openembedded-core-contrib kraj/gcc-cross-testingComments
On 12/13/2011 06:54 PM, Khem Raj wrote: > Hi > > One patch makes the eglibc testing driver a bit more informative > and cleans the tests before running > > Second patch introduces generating a script which will drive > cross testing of gcc. This script is generated as part of do_compile > task and virtually one can test bootstrapping versions of gcc as > well if need be but mostly gcc-cross makes most sense since thats > the one we use all the time. > > The following changes since commit b9dfccc018f32a47fc045f35d5f53d7269d791ed: > > gdk-pixbuf: Ensure the binaries can be relocated (2011-12-13 18:00:18 +0000) > > are available in the git repository at: > git://git.openembedded.org/openembedded-core-contrib kraj/gcc-cross-testing > http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=kraj/gcc-cross-testing > > Khem Raj (2): > eglibc-testing: Clean the test before running them > gcc-cross: Add cross testing driver for running regression testsuites > > meta/recipes-core/eglibc/eglibc-testing.inc | 36 ++++++++++- > meta/recipes-devtools/gcc/gcc-cross.inc | 91 ++++++++++++++++++++++++++- > 2 files changed, 125 insertions(+), 2 deletions(-) > Merged to OE-Core Thanks Sau!