Re: [PATCH] qemuxmlactivetest: Don't segfault when capability XMLs are invalid

2025-04-25 Thread Ján Tomko via Devel
On a Thursday in 2025, Peter Krempa via Devel wrote: From: Peter Krempa This is purely a devel-time problem in the test suite. 'qemuxmlactivetest' invokes the whole test worker twice, once for inactive output and second time for active. Now 'testQemuInfoInitArgs' returns a failure if the XML

[PATCH] qemuxmlactivetest: Don't segfault when capability XMLs are invalid

2025-04-24 Thread Peter Krempa via Devel
From: Peter Krempa This is purely a devel-time problem in the test suite. 'qemuxmlactivetest' invokes the whole test worker twice, once for inactive output and second time for active. Now 'testQemuInfoInitArgs' returns a failure if the XML is invalid and the test is skipped. On another invocati