[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v4 01/11] reset: allow registering handlers that aren't calle
From: |
Jason A. Donenfeld |
Subject: |
Re: [PATCH v4 01/11] reset: allow registering handlers that aren't called by snapshot loading |
Date: |
Tue, 25 Oct 2022 17:19:15 +0200 |
On Tue, Oct 25, 2022 at 03:58:06PM +0200, Jason A. Donenfeld wrote:
> On Tue, Oct 25, 2022 at 02:54:01PM +0100, Peter Maydell wrote:
> > On Tue, 25 Oct 2022 at 13:50, Jason A. Donenfeld <Jason@zx2c4.com> wrote:
> > >
> > > On Tue, Oct 25, 2022 at 2:42 PM Jason A. Donenfeld <Jason@zx2c4.com>
> > > wrote:
> > > >
> > > > On Tue, Oct 25, 2022 at 2:34 PM Peter Maydell
> > > > <peter.maydell@linaro.org> wrote:
> > > > > No, I was just running "make check-avocado" locally.
> > > >
> > > > Oh, okay. I'll try out a full `make check` locally then just to be sure.
> >
> > "make check" doesn't run the "make check-avocado" tests (because
> > they take a lot longer than most developers want for a simple
> > smoke test, and do things like downloading guest images for tests.)
>
> Ah, okay, running.
Okay, I did it and got:
"cancel": 4,
"errors": 1,
"failures": 0,
"interrupt": 7,
"pass": 10,
"skip": 170,
Not sure what that one error is about -- it doesn't seem related though.
results.json attached here if you want to have a look.
Jason
results.json.zst
Description: application/zstd
- [PATCH v4 01/11] reset: allow registering handlers that aren't called by snapshot loading, (continued)
- [PATCH v4 01/11] reset: allow registering handlers that aren't called by snapshot loading, Jason A. Donenfeld, 2022/10/24
- Re: [PATCH v4 01/11] reset: allow registering handlers that aren't called by snapshot loading, Markus Armbruster, 2022/10/25
- Re: [PATCH v4 01/11] reset: allow registering handlers that aren't called by snapshot loading, Jason A. Donenfeld, 2022/10/25
- Re: [PATCH v4 01/11] reset: allow registering handlers that aren't called by snapshot loading, Peter Maydell, 2022/10/25
- Re: [PATCH v4 01/11] reset: allow registering handlers that aren't called by snapshot loading, Jason A. Donenfeld, 2022/10/25
- Re: [PATCH v4 01/11] reset: allow registering handlers that aren't called by snapshot loading, Peter Maydell, 2022/10/25
- Re: [PATCH v4 01/11] reset: allow registering handlers that aren't called by snapshot loading, Jason A. Donenfeld, 2022/10/25
- Re: [PATCH v4 01/11] reset: allow registering handlers that aren't called by snapshot loading, Jason A. Donenfeld, 2022/10/25
- Re: [PATCH v4 01/11] reset: allow registering handlers that aren't called by snapshot loading, Peter Maydell, 2022/10/25
- Re: [PATCH v4 01/11] reset: allow registering handlers that aren't called by snapshot loading, Jason A. Donenfeld, 2022/10/25
- Re: [PATCH v4 01/11] reset: allow registering handlers that aren't called by snapshot loading,
Jason A. Donenfeld <=
[PATCH v4 02/11] device-tree: add re-randomization helper function, Jason A. Donenfeld, 2022/10/24
[PATCH v4 03/11] x86: do not re-randomize RNG seed on snapshot load, Jason A. Donenfeld, 2022/10/24
[PATCH v4 04/11] arm: re-randomize rng-seed on reboot, Jason A. Donenfeld, 2022/10/24
[PATCH v4 05/11] riscv: re-randomize rng-seed on reboot, Jason A. Donenfeld, 2022/10/24
[PATCH v4 07/11] m68k/q800: do not re-randomize RNG seed on snapshot load, Jason A. Donenfeld, 2022/10/24
[PATCH v4 08/11] mips/boston: re-randomize rng-seed on reboot, Jason A. Donenfeld, 2022/10/24