When setting up the test for WaveActiveAllEqual.32.test, after buffer creation but before PSO creation, there is a failure creating the compute pipeline state. When createComputePSO is called, which calls CreateComputePipelineState, the error gets emitted, immediately crashing the test and resulting in a failure.
It is unknown why this test specifically behaves like this.
When setting up the test for WaveActiveAllEqual.32.test, after buffer creation but before PSO creation, there is a failure creating the compute pipeline state. When createComputePSO is called, which calls CreateComputePipelineState, the error gets emitted, immediately crashing the test and resulting in a failure.
It is unknown why this test specifically behaves like this.