Skip to content

deqp-runner: Use separate cache file for each deqp thread.

By default, all deqp processes would use the same cache file, which can cause corruption and may lead to bugs.

Fix this by creating a separate cache file for each thread ID and passing the file name using the --deqp-caselist-file argument.

(Also includes !19 (merged) for convenience.)

Merge request reports