microsoft / DirectXShaderCompiler

This repo hosts the source for the DirectX Shader Compiler which is based on LLVM/Clang.
Other
2.98k stars 665 forks source link

[Feature Request] Run unittests\IRTests #6702

Closed adam-yang closed 5 days ago

adam-yang commented 1 week ago

There are some important tests in unittests\IRTests that are not being regularly run. We should add it to the hcttest.

damyanp commented 1 week ago

@adam-yang - assigning this to you. We're interested in some more details about what tests aren't getting run - in particular if the github CI builds are running them or not.

adam-yang commented 5 days ago

I can confirm that this test is actually run for check-all. False alarm.