[linux-port] Disable (on Uinux) unit tests that rely on d3d12shader.h
Since we don't have d3d12shader.h on Linux/macOS, I am disabling the
unit tests that depend on it.
I am currently disabling entire files that depend on this header.
It is possible to have a more fine-grained change to only disable
specific tests within these files, although that would be a more intrusive
change and not necessary at the moment.