Re: [Qemu-devel] Testing Linux user-mode with LTP

2013-03-27 Thread Peter Maydell
On 14 February 2013 11:22, Peter Maydell  wrote:
> On 8 February 2013 12:32, Peter Maydell  wrote:
>> Hi; I spent yesterday working out how to run the Linux Test
>> Project's syscall test suite under QEMU's linux-user mode,
>> and I wrote up the instructions here for other peoples'
>> benefit:
>>   http://wiki.qemu.org/Testing/LTP

> Thanks to Fathi Boudra, Linaro is now running armhf LTP tests
> automatically nightly based on qemu upstream master: no pretty
> webpages or notification of progression/regression

I spent a little time yesterday getting the LTP results into a
JUnit xml format that jenkins liked, so now we have graphs of
pass/fail over time:

https://ci.linaro.org/jenkins/job/qemu-ltp/

-- PMM



Re: [Qemu-devel] Testing Linux user-mode with LTP

2013-02-14 Thread Peter Maydell
On 8 February 2013 12:32, Peter Maydell  wrote:
> Hi; I spent yesterday working out how to run the Linux Test
> Project's syscall test suite under QEMU's linux-user mode,
> and I wrote up the instructions here for other peoples'
> benefit:
>   http://wiki.qemu.org/Testing/LTP
> Currently ARM manages 86 failures out of 959 total tests run.
>
> If anybody would like to have a go at automating doing these
> test runs and producing pretty webpages of progressions and
> regressions that would be cool :-)

Thanks to Fathi Boudra, Linaro is now running armhf LTP tests
automatically nightly based on qemu upstream master: no pretty
webpages or notification of progression/regression, but the
raw pass/fail test output reports appear here:
 http://snapshots.linaro.org/components/toolchain/qemu-ltp
(git commit hash used for the test run is shown at the
very bottom of the log).

-- PMM



[Qemu-devel] Testing Linux user-mode with LTP

2013-02-08 Thread Peter Maydell
Hi; I spent yesterday working out how to run the Linux Test
Project's syscall test suite under QEMU's linux-user mode,
and I wrote up the instructions here for other peoples'
benefit:
  http://wiki.qemu.org/Testing/LTP
Currently ARM manages 86 failures out of 959 total tests run.

If anybody would like to have a go at automating doing these
test runs and producing pretty webpages of progressions and
regressions that would be cool :-)

-- PMM