Giovanni Mascellani (@giomasce) commented about tests/hlsl/uav-atomics.shader_test:
[test] uniform 0 int4 1 -3 0 0 -todo dispatch 1 1 1 +todo(sm<6) dispatch 1 1 1 probe buffer uav 2 (0, 0) ri (1) probe buffer uav 2 (1, 0) ri (-3)
uniform 0 int4 -3 1 0 0 -todo dispatch 1 1 1 +todo(sm<6) dispatch 1 1 1
I wonder why these two are fixed only here. In theory `InterlockedMax()` and `InterlockedMin()` are already working in the commit before (and on my computer the tests indeed succeed in the test before). But the CI seems to agree with you. I don't want to waste time on this, but it's strange.