summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Tests/2023-09-11-18-19-52.gh-issue-109276.btfFtT.rst
blob: 5fcf6624f2e84d37dde1c3f0c7ada007f3652686 (plain)
1
2
3
libregrtest now uses a separated file descriptor to write test result as JSON.
Previously, if a test wrote debug messages late around the JSON, the main test
process failed to parse JSON. Patch by Victor Stinner.