Skip to content

Commit

Permalink
tweak message about skipped functions
Browse files Browse the repository at this point in the history
  • Loading branch information
carolynzech committed Mar 5, 2025
1 parent 6997afb commit b2a5d67
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion kani-driver/src/autoharness/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ fn print_skipped_fns(metadata: Vec<KaniMetadata>) {

if skipped_fns.is_empty() {
println!(
"\nSkipped Functions: None. Kani generated automatic harnesses for all functions in the package."
"\nSkipped Functions: None. Kani generated automatic harnesses for all functions in the available crate(s)."
);
return;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ Note that `kani autoharness` sets default --harness-timeout of 30s and --default
If verification failed because of timing out or too low of an unwinding bound, try passing larger values for these arguments (or, if possible, writing a loop contract).
Complete - 4 successfully verified functions, 1 failures, 5 total.

Skipped Functions: None. Kani generated automatic harnesses for all functions in the package.
Skipped Functions: None. Kani generated automatic harnesses for all functions in the available crate(s).
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ Autoharness Summary:
+-------------------+---------------------------+---------------------+
Complete - 1 successfully verified functions, 0 failures, 1 total.

Skipped Functions: None. Kani generated automatic harnesses for all functions in the package.
Skipped Functions: None. Kani generated automatic harnesses for all functions in the available crate(s).
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ Note that `kani autoharness` sets default --harness-timeout of 30s and --default
If verification failed because of timing out or too low of an unwinding bound, try passing larger values for these arguments (or, if possible, writing a loop contract).
Complete - 0 successfully verified functions, 5 failures, 5 total.

Skipped Functions: None. Kani generated automatic harnesses for all functions in the package.
Skipped Functions: None. Kani generated automatic harnesses for all functions in the available crate(s).
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ Note that `kani autoharness` sets default --harness-timeout of 30s and --default
If verification failed because of timing out or too low of an unwinding bound, try passing larger values for these arguments (or, if possible, writing a loop contract).
Complete - 0 successfully verified functions, 3 failures, 3 total.

Skipped Functions: None. Kani generated automatic harnesses for all functions in the package.
Skipped Functions: None. Kani generated automatic harnesses for all functions in the available crate(s).

0 comments on commit b2a5d67

Please sign in to comment.