Matthew Netsch
Matthew Netsch
build.common is located here https://github.com/KhronosGroup/VK-GL-CTS/tree/main/scripts/build/common.py The import includes the path with this line from fetch_sources: [sys.path.append(os.path.join(os.path.dirname(__file__), "..", "scripts"))](https://github.com/KhronosGroup/VK-GL-CTS/blob/main/external/fetch_sources.py#L33) Not sure why your build isn't finding this file to import, the...
>The latter change works for me but the only thing I don't understand is why /home//Documents/projects/vulkan/VK-GL-CTS/external added to the beginning of sys.path when only sys.path.append(os.path.join(os.path.dirname(__file__), "..", "scripts")) is executed. I...
I've created an internal issue for this, it might take a while for Khronos contractors to implement
Thank you for your report
Thanks, would you be willing to make a fix?
Thank you for your contribution @mpiatyko, I will take this internally for review. Please note that I took over chair of the group last year from Alex.
https://github.com/KhronosGroup/VK-GL-CTS/issues/324
Merged here b14b4f652ad05714cdcaaf14815dce3cd31bcac5
Thank you for raising this issue, test requirement traceability has been an internal topic in Khronos for a little bit now and we are looking into improving it. It's expected...
It may run the tests successfully, but you may not be running all of the tests: https://github.com/KhronosGroup/VK-GL-CTS/blob/main/external/openglcts/README.md#linux "Khronos Confidential CTS doesn't support run-time selection of API context. If you intend...