mbox series

[kvm-unit-tests,0/4] Improvements for the x86 tests

Message ID 20191211094221.7030-1-thuth@redhat.com (mailing list archive)
Headers show
Series Improvements for the x86 tests | expand

Message

Thomas Huth Dec. 11, 2019, 9:42 a.m. UTC
QEMU recently changed the error message that it prints out when a
kernel could not be loaded, so we have to adjust our script in
kvm-unit-tests accordingly.
Once this is fixed, add two missing tests (setjmp and cmpxchg8b) to
the unittests.cfg and CI pipelines.

Thomas Huth (4):
  scripts: Fix premature_failure() check with newer versions of QEMU
  x86: Fix coding style in setjmp.c
  x86: Add the setjmp test to the CI
  x86: Add the cmpxchg8b test to the CI

 .gitlab-ci.yml       |  4 ++--
 .travis.yml          |  6 +++---
 scripts/runtime.bash |  2 +-
 x86/setjmp.c         | 22 ++++++++++------------
 x86/unittests.cfg    |  7 +++++++
 5 files changed, 23 insertions(+), 18 deletions(-)

Comments

Paolo Bonzini Jan. 8, 2020, 12:16 p.m. UTC | #1
On 11/12/19 10:42, Thomas Huth wrote:
> QEMU recently changed the error message that it prints out when a
> kernel could not be loaded, so we have to adjust our script in
> kvm-unit-tests accordingly.
> Once this is fixed, add two missing tests (setjmp and cmpxchg8b) to
> the unittests.cfg and CI pipelines.
> 
> Thomas Huth (4):
>   scripts: Fix premature_failure() check with newer versions of QEMU
>   x86: Fix coding style in setjmp.c
>   x86: Add the setjmp test to the CI
>   x86: Add the cmpxchg8b test to the CI
> 
>  .gitlab-ci.yml       |  4 ++--
>  .travis.yml          |  6 +++---
>  scripts/runtime.bash |  2 +-
>  x86/setjmp.c         | 22 ++++++++++------------
>  x86/unittests.cfg    |  7 +++++++
>  5 files changed, 23 insertions(+), 18 deletions(-)
> 

Applied, thanks.

Paolo