shader-slang / slang

Making it easier to work with shaders
MIT License
2.06k stars 177 forks source link

Enable full test on macos. #4327

Closed csyonghe closed 3 months ago

csyonghe commented 3 months ago

Closes #4328.

skallweitNV commented 3 months ago

That won't work yet. I only disabled crashing tests, not ones that generate incorrect results.

csyonghe commented 3 months ago

I see. We need to disable them as well so we can enable this. I am also not sure whether those gfx unit tests will work.

skallweitNV commented 3 months ago

Ok, lets first merge #4326 and then disable the list at the bottom of #4291

skallweitNV commented 3 months ago

Actually you should probably just disable those tests as part of this PR

csyonghe commented 3 months ago

Yeah, will do that.