shader-slang / slang

Making it easier to work with shaders
http://shader-slang.com
Other
2.96k stars 210 forks source link

Investigate why `tests/cpu-program/gfx-smoke.slang` fails on CIwhen using test driver. #3176

Open csyonghe opened 1 year ago

csyonghe commented 1 year ago

This test case is currently added to expected failure list for GitHub hosted CI testing, due to slangc fails to find gfx.slang and slang.slang that sits along with the slangc executable for some reason. The test only fails when running simple slangc tests in test driver or executable mode. SharedLibrary mode works fine. However, we cannot use shared library mode when running tests in parallel.

natduca commented 12 months ago

This concerns us b/c we worry its masking something else that could impact our productivity. If we can get someone helping us out with testing coverage and ops, this would be a great bug for them to attack.

swoods-nv commented 8 months ago

Moving to Q2-- this is lower priority than everything else testing-related being worked on at the moment.

swoods-nv commented 7 months ago

Blocked by #3953