Skip to content

Commit

Permalink
tests: Report driver bugs with a clearer name
Browse files Browse the repository at this point in the history
Calling them "driver bugs" is clearer than just "bugs", especially since
another category is called "failures".
  • Loading branch information
LingMan committed Nov 1, 2024
1 parent 1f75ce6 commit 0190102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/private/vkd3d_test.h
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ int main(int argc, char **argv)

vkd3d_test_main(argc, argv);

printf("%s: %lu tests executed (%lu failures, %lu successful todo, %lu skipped, %lu todo, %lu bugs, %lu fixed bugs).\n",
printf("%s: %lu tests executed (%lu failures, %lu successful todo, %lu skipped, %lu todo, %lu driver bugs, %lu fixed driver bugs).\n",
vkd3d_test_name,
(unsigned long)(vkd3d_test_state.success_count
+ vkd3d_test_state.failure_count
Expand Down

0 comments on commit 0190102

Please sign in to comment.