Skip to content

deqp: limit memory used to store and process deqp results

clayton craft requested to merge tokonbekov:missed_cherry_pick into master

Created by: tokonbekov

Overall use for vulkancts climbs to 4G and crashes machines. The call to wflinfo for the mesa version was misplaced, and should have taken place before any tests were run.

The stdout text size turned out not to be the critical issue, and broke result parsing for some tests.

Merge request reports