mbox series

[v2,0/2] s390x: Pipeline and other minor fixes

Message ID 20220721133002.142897-1-imbrenda@linux.ibm.com (mailing list archive)
Headers show
Series s390x: Pipeline and other minor fixes | expand

Message

Claudio Imbrenda July 21, 2022, 1:30 p.m. UTC
The first patch fences a test when using TCG. When using Qemu < 7.1,
TCG would crash. This causes the CI pipeline to fail. Fence the
testcase when using TCG to get the CI pipeline to work.

The second patch adds some report_prefix_push/report_prefix_pop around
some of the new testcases to make each output line unique.

Claudio Imbrenda (2):
  s390x: intercept: fence one test when using TCG
  s390x: intercept: make sure all output lines are unique

 s390x/intercept.c | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)