Skip to content

Add README.md file#2

Merged
celinval merged 1 commit into
model-checking:mainfrom
celinval:orphan/main
May 27, 2024
Merged

Add README.md file#2
celinval merged 1 commit into
model-checking:mainfrom
celinval:orphan/main

Conversation

@celinval
Copy link
Copy Markdown

Add a README.md file with contents created by @jaisnan.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@celinval celinval merged commit 2707eeb into model-checking:main May 27, 2024
jaisnan added a commit that referenced this pull request Jun 7, 2024
Co-authored-by: Jaisurya Nanduri <91620234+jaisnan@users.noreply.github.com>
btj pushed a commit to btj/verify-rust-std that referenced this pull request Sep 5, 2025
…=jieyouxu

Rehome 30 `tests/ui/issues/` tests to other subdirectories under `tests/ui/` [#1 of Batch model-checking#2]

Part of rust-lang#133895

Methodology:

1. Refer to the previously written `tests/ui/SUMMARY.md`
2. Find an appropriate category for the test, using the original issue thread and the test contents.
3. Add the issue URL at the bottom (not at the top, as that would mess up stderr line numbers)
4. Rename the tests to make their purpose clearer

Inspired by the methodology that `@Kivooeo` was using.

r? `@jieyouxu`
btj pushed a commit to btj/verify-rust-std that referenced this pull request Sep 5, 2025
…=jieyouxu

Rehome 30 `tests/ui/issues/` tests to other subdirectories under `tests/ui/` [model-checking#2 of Batch model-checking#2]

Part of rust-lang#133895

Methodology:

1. Refer to the previously written `tests/ui/SUMMARY.md`
2. Find an appropriate category for the test, using the original issue thread and the test contents.
3. Add the issue URL at the bottom (not at the top, as that would mess up stderr line numbers)
4. Rename the tests to make their purpose clearer

Inspired by the methodology that `@Kivooeo` was using.

r? `@jieyouxu`
Samuelsills added a commit to Samuelsills/verify-rust-std that referenced this pull request Mar 31, 2026
Replace concrete strings ("hello", "a,b") with symbolic inputs via
kani::any(). All harnesses now use any_str() helper that creates
symbolic valid UTF-8 strings of symbolic length, exploring ALL
valid byte patterns exhaustively. Pattern inputs use concrete ASCII
characters (pattern correctness assumed per spec assumption model-checking#2).

Addresses review feedback on PR model-checking#572:
- Symbolic values via kani::any() instead of specific strings
- Symbolic string length (0 to MAX_LEN)
- __iterator_get_unchecked verified with symbolic index

Note: Chars::advance_by requires loop invariants for unbounded
verification (3 internal loops exceed unwind bounds). Remaining
15/16 functions verified symbolically.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants