codeplaysoftware / oneapi-construction-kit

Other
55 stars 21 forks source link

[city_runner] Ignore whitespace. #442

Closed hvdijk closed 2 months ago

hvdijk commented 2 months ago

Overview

[city_runner] Ignore whitespace.

Reason for change

OpenCL CTS opencl_conformance_tests_full.csv contains lines where individual fields start with a space, rather than the whole line, as in:

Vectors, vectors/test_vectors

We want to run "vectors/test_vectors", not " vectors/test_vectors".

Description of change

Call .strip() once more.

Anything else we should know?

If there's any other relevant information we should know that may help us in understanding and verifying your patch, please include it here.

Checklist