You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/tests/tcg/s390x
Peter Maydell 424dc390ec tests, scripts: Don't import print_function from __future__
Some of our Python scripts still include the line
  from __future__ import print_function

which is intended to allow a Python 2 to handle the Python 3 print()
syntax. This particular part of the future arrived many years ago,
and our minimum Python version is 3.9, so we don't need to keep
this line around.

NB: the scripts in tests/tcg/*/gdbstub/ are run with whatever Python
gdb was built against, but we can safely assume that that was a
Python 3 because our supported distros are all on Python 3.  In any
case these are only run as part of "make check-tcg", not by
end-users.

Commit created with:

 sed -i -e '/import print_function/d' $(git grep -l 'from __future__')

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20250819102409.2117969-1-peter.maydell@linaro.org
2 weeks ago
..
gdbstub tests, scripts: Don't import print_function from __future__ 2 weeks ago
Makefile.softmmu-target tests/tcg/s390x: Test modifying code using the MVC instruction 8 months ago
Makefile.target tests/tcg/s390x: Add the floating-point multiply-and-add test 11 months ago
add-logical-with-carry.c tests/tcg/s390x: Test ADD LOGICAL WITH CARRY 2 years ago
bal.S tests/tcg/s390x: Add bal.S 3 years ago
br-odd.S tests/tcg/s390x: Test unaligned accesses 3 years ago
branch-relative-long.c
cdsg.c tests/tcg/s390x: Add cdsg.c 3 years ago
cgebra.c tests/tcg/s390x: Test CLGEBR and CGEBRA 2 years ago
cgrl-unaligned.S tests/tcg/s390x: Test unaligned accesses 3 years ago
chrl.c tests/tcg/s390x: Add C(G)HRL test 3 years ago
cksm.S tests/tcg/s390x: Test CKSM 2 years ago
clc.c tests/tcg/s390x: Test CLC with inaccessible second operand 2 years ago
clgebr.c tests/tcg/s390x: Test CLGEBR and CGEBRA 2 years ago
clm.S tests/tcg/s390x: Test CLM 2 years ago
clrl-unaligned.S tests/tcg/s390x: Test unaligned accesses 3 years ago
clst.c tests/tcg/s390x: Add clst.c 3 years ago
console.c pc-bios/s390-ccw: Use the libc from SLOF and remove sclp prints 12 months ago
crl-unaligned.S tests/tcg/s390x: Test unaligned accesses 3 years ago
csst.c
cvb.c tests/tcg/s390x: Test CONVERT TO BINARY 2 years ago
cvd.c tests/tcg/s390x: Test CONVERT TO DECIMAL 2 years ago
div.c target/s390x: Use a single return for helper_divs64/u64 3 years ago
epsw.c tests/tcg/s390x: Test EPSW 2 years ago
ex-branch.c tests/tcg/s390x: Test EXECUTE of relative branches 2 years ago
ex-odd.S tests/tcg/s390x: Test unaligned accesses 3 years ago
ex-relative-long.c tests/tcg/s390x: Add ex-relative-long.c 3 years ago
ex-smc.c tests/tcg/s390x: Test modifying an EXECUTE target 1 year ago
exrl-ssm-early.S tests/tcg/s390x: Add PSW modification tests 3 years ago
exrl-trt.c
exrl-trtr.c
float.h tests/tcg/s390x: Add the floating-point multiply-and-add test 11 months ago
fma.c tests/tcg/s390x: Add the floating-point multiply-and-add test 11 months ago
head64.S pc-bios/s390-ccw: Move the stack array into start.S 2 years ago
hello-s390x-asm.S tests/tcg/s390x: Fix test-svc with clang 2 years ago
hello-s390x.c
icm.S tests/tcg/s390x: Test ICM 2 years ago
ipm.c
laalg.c tests/tcg/s390x: Test LAALG with negative cc_src 2 years ago
lae.c tests/tcg/s390x: Test LOAD ADDRESS EXTENDED 2 years ago
larl.c tests/tcg/s390x: Test LARL with a large offset 2 years ago
lcbb.c tests/tcg/s390x: Test LCBB 2 years ago
lgrl-unaligned.S tests/tcg/s390x: Test unaligned accesses 3 years ago
llgfrl-unaligned.S tests/tcg/s390x: Test unaligned accesses 3 years ago
locfhr.c tests/tcg/s390x: Test LOCFHR 2 years ago
long-double.c tests/tcg/s390x: Add long-double.c 3 years ago
lpsw.S tests/tcg/s390x: Add PSW modification tests 3 years ago
lpswe-early.S tests/tcg/s390x: Add PSW modification tests 3 years ago
lpswe-unaligned.S tests/tcg/s390x: Test unaligned accesses 3 years ago
lra.S tests/tcg/s390x: Test LRA 2 years ago
lrl-unaligned.S tests/tcg/s390x: Test unaligned accesses 3 years ago
mc.S tests/tcg/s390x: Test MC 2 years ago
mdeb.c tests/tcg/s390x: Test MDEB and MDEBR 2 years ago
mie3-compl.c
mie3-mvcrl.c tests/tcg/s390x: Test MVCRL with a large value in R0 2 years ago
mie3-sel.c
mvc-smc.c tests/tcg/s390x: Test modifying code using the MVC instruction 8 months ago
mvc.c s390x: spelling fixes 2 years ago
mvo.c
mxdb.c tests/tcg/s390x: Test MXDB and MXDBR 2 years ago
noexec.c target/s390x: Make translator stop before the end of a page 3 years ago
pack.c
per.S tests/tcg/s390x: Add per.S 1 year ago
pgm-specification-softmmu.S tcg: Correct invalid mentions of 'softmmu' by 'system-mode' 2 years ago
pgm-specification-user.c tests/tcg/s390x: Test unaligned accesses 3 years ago
pgm-specification.mak tcg: Correct invalid mentions of 'softmmu' by 'system-mode' 2 years ago
precise-smc-softmmu.S tests/tcg/s390x: Test precise self-modifying code handling 2 years ago
precise-smc-user.c tests/tcg/s390x: Test precise self-modifying code handling 2 years ago
rxsbg.c tests/tcg/s390x: Add rxsbg.c 3 years ago
sam.S tests/tcg/s390x: Add sam.S 3 years ago
shift.c
signals-s390x.c
softmmu.ld tcg: Correct invalid mentions of 'softmmu' by 'system-mode' 2 years ago
ssm-early.S tests/tcg/s390x: Add PSW modification tests 3 years ago
stgrl-unaligned.S tests/tcg/s390x: Test unaligned accesses 3 years ago
stosm-early.S tests/tcg/s390x: Add PSW modification tests 3 years ago
stpq.S tests/tcg/s390x: Test STPQ 2 years ago
strl-unaligned.S tests/tcg/s390x: Test unaligned accesses 3 years ago
trap.c
ts.c tests/tcg/s390x: Test TEST AND SET 2 years ago
unaligned-lowcore.S
vcksm.c tests/tcg/s390x: Test VCKSM 2 years ago
vfminmax.c tests/tcg/s390x: Add the floating-point multiply-and-add test 11 months ago
vistr.c tests/tcg/s390x: Add a test for the vistr instruction 3 years ago
vrep.c tests/tcg/s390x: Test VREP 2 years ago
vstl.c tests/tcg/s390x: Test VSTL 2 years ago
vx.h tests/tcg/s390x: Test VCKSM 2 years ago
vxeh2_vcvt.c
vxeh2_vlstr.c
vxeh2_vs.c
vxeh2_vstrs.c tests/tcg/s390x: Test VSTRS 2 years ago