mbox

[PULL,0/9] Disable tests when device is not compiled in

Message ID 20180827100431.7915-1-quintela@redhat.com
State New
Headers show

Pull-request

git://github.com/juanquintela/qemu.git tags/check/20180827

Message

Juan Quintela Aug. 27, 2018, 10:04 a.m. UTC
The following changes since commit 235c82acca0491465e94be3cae2583b42d37c859:

  Merge remote-tracking branch 'remotes/otubo/tags/pull-seccomp-20180823' into staging (2018-08-25 13:08:57 +0100)

are available in the Git repository at:

  git://github.com/juanquintela/qemu.git tags/check/20180827

for you to fetch changes up to ee1f6c812b3240420dff07a3860060b7d4abfe09:

  check: Move wdt_ib700 test to common (2018-08-27 11:27:07 +0200)

----------------------------------------------------------------
check/next for 20180827

Hi

This are the patches that are reviewed to disable tests when devices
are not compiled in.  I will stop now until the changes to qtest are
finished.

Later, Juan.

----------------------------------------------------------------
Juan Quintela (9):
      configure: We don't want to clean configuration files
      check: Only test isa-testdev when it is compiled in
      check: Only test usb-xhci-nec when it is compiled in
      x86_64-softmmu: Configuration is identical to i386-softmmu
      check: Only test ivshm when it is compiled in
      check: Only test boot-serial when sga is compiled in
      check: Move VMXNET3 test to common
      check: Move endianess test to common
      check: Move wdt_ib700 test to common

 Makefile                           |  3 +-
 default-configs/x86_64-softmmu.mak | 67 +-------------------------------------
 tests/Makefile.include             | 41 +++++++++--------------
 3 files changed, 19 insertions(+), 92 deletions(-)

Comments

Peter Maydell Aug. 27, 2018, 3:43 p.m. UTC | #1
On 27 August 2018 at 11:04, Juan Quintela <quintela@redhat.com> wrote:
> The following changes since commit 235c82acca0491465e94be3cae2583b42d37c859:
>
>   Merge remote-tracking branch 'remotes/otubo/tags/pull-seccomp-20180823' into staging (2018-08-25 13:08:57 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/juanquintela/qemu.git tags/check/20180827
>
> for you to fetch changes up to ee1f6c812b3240420dff07a3860060b7d4abfe09:
>
>   check: Move wdt_ib700 test to common (2018-08-27 11:27:07 +0200)
>
> ----------------------------------------------------------------
> check/next for 20180827
>
> Hi
>
> This are the patches that are reviewed to disable tests when devices
> are not compiled in.  I will stop now until the changes to qtest are
> finished.
>
> Later, Juan.
>
Applied, thanks.

-- PMM