Re: QTest framework does not capture toggled irq line

2023-11-11 Thread Gustavo Romero
On 11/10/23 3:16 AM, Thomas Huth wrote: On 10/11/2023 04.40, Gustavo Romero wrote: Hi folks, I'm writing a test for a device that has one IRQ output line that is toggled (raised then lowered) by the device to trigger a CPU interrupt. Afaics the QTest framework does not provide a way to capture

Re: QTest framework does not capture toggled irq line

2023-11-09 Thread Thomas Huth
On 10/11/2023 04.40, Gustavo Romero wrote: Hi folks, I'm writing a test for a device that has one IRQ output line that is toggled (raised then lowered) by the device to trigger a CPU interrupt. Afaics the QTest framework does not provide a way to capture when an output line is raised because th

QTest framework does not capture toggled irq line

2023-11-09 Thread Gustavo Romero
Hi folks, I'm writing a test for a device that has one IRQ output line that is toggled (raised then lowered) by the device to trigger a CPU interrupt. Afaics the QTest framework does not provide a way to capture when an output line is raised because the API functions, e.g. qtest_get_irq(), read