Commit 432b652
committed
Prefix property descriptions of panics with "Panic:"
This will reduce the ambiguity between cases of Kani reporting a safety
(undefined behavior) violation vs Kani demonstrating the possibility of
a panic (defined behavior).1 parent 7209765 commit 432b652
File tree
176 files changed
+409
-398
lines changed- docs/src/getting-started/verification-results
- kani-compiler/src/codegen_cprover_gotoc
- codegen
- overrides
- tests
- cargo-kani
- asm/global
- assert-reach
- codegen-scalar-with-phantom
- codegen-scalar-with-zsts
- demos/non-empty-range
- itoa_dep
- nested-dirs
- crate1
- crate2
- nested_crate
- output-format
- small-vec
- stubbing-ws-packages
- vecdeque-cve
- expected
- abort
- arbitrary
- ptrs
- arith_checks
- assert-eq-chained
- assert-location
- assert-false
- debug-assert
- coroutines
- pin
- derive-arbitrary/safety_constraint_helper
- derive-invariant
- attrs_cfg_guard
- attrs_mixed
- empty_struct
- generic_struct
- named_struct
- safety_constraint_helper_funs
- safety_constraint_helper
- safety_invariant_fail_mut
- safety_invariant_fail
- unnamed_struct
- function-contract
- as-assertions
- history
- respects-preconditions
- interior-mutability
- api
- whole-struct
- modifies_fat_pointer
- modifies
- trait_impls
- intrinsics
- issue-3022
- loop-contract
- ptr_to_ref_cast
- raw_slice_c_repr
- raw_slice_packed
- raw_slice
- reach
- assert_eq/unreachable
- assert_ne/unreachable
- assert
- reachable_fail
- reachable_pass
- unreachable
- bounds
- reachable_fail
- reachable_pass
- unreachable
- check_id
- debug-assert-eq
- reachable_fail
- reachable_pass
- unreachable
- debug-assert-ne
- reachable_fail
- reachable_pass
- unreachable
- debug-assert
- reachable_fail
- reachable_pass
- unreachable
- div-zero
- reachable_fail
- unreachable
- overflow-neg
- reachable_fail
- reachable_pass
- unreachable
- overflow
- reachable_fail
- reachable_pass
- unreachable
- rem-zero
- reachable_fail
- unreachable
- report
- insufficient_unwind
- uncolor
- unsupported
- failure
- reachable
- unreachable
- safety-constraint-attribute
- abstract-value
- check-arbitrary
- check-invariant
- grade-example
- shadow
- uninit_array
- unsupported_num_objects
- unsupported_object_size
- trait-receiver
- valid-value-checks
- script-based-pre
- cargo_autoharness_contracts
- cargo_autoharness_harnesses_fail
- cargo_autoharness_termination_unwind
- cargo_autoharness_type_invariant
- playback_array
- ui
- cbmc_checks
- pointer
- signed-overflow
- unsigned-overflow
- check_operations
- derive-arbitrary
- enum
- single_variant_enum
- duplicates
- extern_std
- missing-function/extern_c
- regular-output-format-fail
- regular-output-format-pass
- terse-output-format-fail
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
176 files changed
+409
-398
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
234 | | - | |
| 234 | + | |
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
| |||
Lines changed: 7 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
264 | | - | |
| 264 | + | |
265 | 265 | | |
266 | 266 | | |
267 | 267 | | |
| |||
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
273 | | - | |
| 273 | + | |
274 | 274 | | |
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
278 | 278 | | |
279 | | - | |
| 279 | + | |
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
286 | | - | |
287 | | - | |
288 | | - | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
289 | 290 | | |
290 | 291 | | |
291 | 292 | | |
| |||
Lines changed: 12 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
141 | 146 | | |
142 | 147 | | |
143 | 148 | | |
| |||
272 | 277 | | |
273 | 278 | | |
274 | 279 | | |
275 | | - | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
276 | 286 | | |
277 | 287 | | |
278 | 288 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
0 commit comments