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 751ca91
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 29 deletions.
11 changes: 0 additions & 11 deletions tests/out/hlsl/debug-printf-s.hlsl

This file was deleted.

12 changes: 0 additions & 12 deletions tests/out/hlsl/debug-printf-s.ron

This file was deleted.

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 751ca91

Please sign in to comment.