Skip to content

Commit

Permalink
Allow Tests to Expect Certain Panic or Validation Messages (#4748)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwfitzgerald authored Nov 23, 2023
1 parent 1a7db86 commit 3c261f3
Show file tree
Hide file tree
Showing 19 changed files with 707 additions and 321 deletions.
2 changes: 1 addition & 1 deletion examples/bunnymark/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ static TEST: wgpu_example::framework::ExampleTestParams =
wgpu_test::ComparisonType::Mean(0.05),
wgpu_test::ComparisonType::Percentile {
percentile: 0.99,
threshold: 0.19,
threshold: 0.37,
},
],
_phantom: std::marker::PhantomData::<Example>,
Expand Down
Loading

0 comments on commit 3c261f3

Please sign in to comment.