Skip to content

Commit

Permalink
debug_printf: Disable hlsl-out test
Browse files Browse the repository at this point in the history
DXC doesn't support printf when targeting dxil,
disable the test to allow CI to pass.
  • Loading branch information
exrook committed Oct 17, 2023
1 parent 564c2a2 commit fbae219
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions tests/snapshots.rs
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@ fn convert_wgsl() {
),
(
"debug-printf",
Targets::WGSL | Targets::GLSL | Targets::SPIRV | Targets::HLSL,
Targets::WGSL | Targets::GLSL | Targets::SPIRV,
),
];

Expand Down Expand Up @@ -859,11 +859,7 @@ fn convert_spv_all() {
true,
Targets::METAL | Targets::GLSL | Targets::HLSL | Targets::WGSL,
);
convert_spv(
"debug-printf-s",
false,
Targets::GLSL | Targets::HLSL | Targets::WGSL,
);
convert_spv("debug-printf-s", false, Targets::GLSL | Targets::WGSL);
}

#[cfg(feature = "glsl-in")]
Expand Down

0 comments on commit fbae219

Please sign in to comment.