qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 2/9] tests/avocado: apply proper skipUnless decorator


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v2 2/9] tests/avocado: apply proper skipUnless decorator
Date: Tue, 6 Aug 2024 21:28:54 +0200
User-agent: Mozilla Thunderbird

On 6/8/24 19:31, Cleber Rosa wrote:
Commit 9b45cc993 added many cases of skipUnless for the sake of
organizing flaky tests.  But, Python decorators *must* follow what
they decorate, so the newlines added should *not* exist there.

Signed-off-by: Cleber Rosa <crosa@redhat.com>
---
  tests/avocado/boot_linux_console.py | 1 -
  tests/avocado/intel_iommu.py        | 1 -
  tests/avocado/linux_initrd.py       | 1 -
  tests/avocado/machine_aspeed.py     | 2 --
  tests/avocado/machine_mips_malta.py | 2 --
  tests/avocado/machine_rx_gdbsim.py  | 2 --
  tests/avocado/reverse_debugging.py  | 4 ----
  tests/avocado/smmu.py               | 1 -
  8 files changed, 14 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]