Re: [PATCH v2 2/2] tests/qtest: Check that EXTI fan-in irqs are correctly connected

2024-02-22 Thread Peter Maydell
On Thu, 22 Feb 2024 at 15:09, Peter Maydell wrote: > > On Tue, 20 Feb 2024 at 18:41, Inès Varhol > wrote: > > > > This commit adds a QTest that verifies each input line of a specific > > EXTI OR gate can influence the output line. > > > > Signed-off-by: Inès Varhol > > Reviewed-by: Peter Maydel

Re: [PATCH v2 2/2] tests/qtest: Check that EXTI fan-in irqs are correctly connected

2024-02-22 Thread Peter Maydell
On Tue, 20 Feb 2024 at 18:41, Inès Varhol wrote: > > This commit adds a QTest that verifies each input line of a specific > EXTI OR gate can influence the output line. > > Signed-off-by: Inès Varhol > Reviewed-by: Peter Maydell > --- > > Hello, > > I expected this test to fail after switching th

[PATCH v2 2/2] tests/qtest: Check that EXTI fan-in irqs are correctly connected

2024-02-20 Thread Inès Varhol
This commit adds a QTest that verifies each input line of a specific EXTI OR gate can influence the output line. Signed-off-by: Inès Varhol Reviewed-by: Peter Maydell --- Hello, I expected this test to fail after switching the two patch commits, but it didn't. I'm mentionning it in case it rev