test: LLVM coverage, libfuzzer targets, and ConPTY - #102
Merged
Conversation
…, TOCTOU concurrency, and memory scaling
fxrdhan
force-pushed
the
test/maximum-test-coverage
branch
from
August 31, 2026 19:50
e7fd962 to
74c05f9
Compare
fxrdhan
force-pushed
the
test/maximum-test-coverage
branch
from
August 31, 2026 20:01
74c05f9 to
b9f08cf
Compare
fxrdhan
force-pushed
the
test/maximum-test-coverage
branch
from
August 31, 2026 20:09
b9f08cf to
02587d7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Introducing:
cargo-llvm-covto generate LCOV reports and step summaries for workspace tests and doctests.fuzz/Crate): Continuous LLVMlibfuzzer-sysfuzz targets with AddressSanitizer (ASan) for Tar archives, YAML themes,LS_COLORS, and duration parsers, accompanied by a fast CI smoke canary.ENABLE_VIRTUAL_TERMINAL_PROCESSING) intests/platform/windows_conpty.rs.strace): Automated verification scriptdevtools/verify-syscall-invariants.shguarding againstType of Change
Related Issues & Upstream References
How Has This Been Tested?
cargo nextest run --workspace(2,294 tests passed)cargo test --doc(29 doctests passed)cargo clippy --all-targets --all-features -- -D warnings(passed cleanly)cargo fmt --all -- --check(passed)reuse lint&convcopre-commit hooks (passed)Contributor Checklist
cargo clippy --all-targetspasses with no warningscargo nextest run(orcargo test) passescargo fmt --check/nix fmtpasses