[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PULL 00/44] Functional test conversion, and assert(0) cleanup
From: |
Peter Maydell |
Subject: |
Re: [PULL 00/44] Functional test conversion, and assert(0) cleanup |
Date: |
Sat, 28 Sep 2024 14:37:22 +0100 |
On Wed, 25 Sept 2024 at 12:10, Thomas Huth <thuth@redhat.com> wrote:
>
> The following changes since commit 01dc65a3bc262ab1bec8fe89775e9bbfa627becb:
>
> Merge tag 'pull-target-arm-20240919' of
> https://git.linaro.org/people/pmaydell/qemu-arm into staging (2024-09-19
> 14:15:15 +0100)
>
> are available in the Git repository at:
>
> https://gitlab.com/thuth/qemu.git tags/pull-request-2024-09-25
>
> for you to fetch changes up to dc05b2628e3913e668590ba66d9c618382d351ae:
>
> .gitlab-ci.d: Make separate collapsible log sections for build and test
> (2024-09-25 09:42:06 +0200)
>
> ----------------------------------------------------------------
> * Convert more Avocado tests to the new functional test framework
> * Clean up assert() statements, use g_assert_not_reached() when possible
> * Improve output of the gitlab CI jobs
>
Applied, thanks.
Please update the changelog at https://wiki.qemu.org/ChangeLog/9.2
for any user-visible changes.
-- PMM
- [PULL 40/44] qom: remove return after g_assert_not_reached(), (continued)
- [PULL 40/44] qom: remove return after g_assert_not_reached(), Thomas Huth, 2024/09/25
- [PULL 39/44] qobject: remove return after g_assert_not_reached(), Thomas Huth, 2024/09/25
- [PULL 31/44] fpu: remove break after g_assert_not_reached(), Thomas Huth, 2024/09/25
- [PULL 36/44] hw/pci: remove return after g_assert_not_reached(), Thomas Huth, 2024/09/25
- [PULL 38/44] migration: remove return after g_assert_not_reached(), Thomas Huth, 2024/09/25
- [PULL 32/44] tcg/loongarch64: remove break after g_assert_not_reached(), Thomas Huth, 2024/09/25
- [PULL 41/44] tests/qtest: remove return after g_assert_not_reached(), Thomas Huth, 2024/09/25
- [PULL 42/44] scripts/checkpatch.pl: emit error when using assert(false), Thomas Huth, 2024/09/25
- [PULL 43/44] .gitlab-ci.d: Split build and test in cross build job templates, Thomas Huth, 2024/09/25
- Re: [PULL 00/44] Functional test conversion, and assert(0) cleanup, Pierrick Bouvier, 2024/09/25
- Re: [PULL 00/44] Functional test conversion, and assert(0) cleanup,
Peter Maydell <=