DirectXShaderCompiler icon indicating copy to clipboard operation
DirectXShaderCompiler copied to clipboard

[Feature Request] support hash stability test in lit

Open python3kgae opened this issue 2 years ago • 0 comments

Is your feature request related to a problem? Please describe. Hash stability test only works in taef and it blocks move taef FileCheck test to lit FileCheck test

Describe the solution you'd like Add a new lit format for hash stability test.

Describe alternatives you've considered Add extra RUN line for all the test shaders. Huge change. Add lit FileCheck folder to the taef hash stability test. It would be nice to not add more taef tests.

Additional context We have lit FileCheck test and taef FileCheck test now. Moving taef FileCheck test to lit FileCheck test folder will reduce the coverage of taef hash stability test.

python3kgae avatar Aug 24 '23 03:08 python3kgae