Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
15 commits
Select commit Hold shift + click to select a range
a487b50
feat(xcresult): resolve test files from declarations, not failures
dfrankland Aug 29, 2026
dfbe20b
fix(xcresult): stop dropping nested test suites
dfrankland Aug 29, 2026
8b2e6ab
test(xcresult): cover a nested suite and passing tests with a real bu…
dfrankland Aug 29, 2026
f9776f7
test(xcresult): run every bundle through the declaration path as a re…
dfrankland Aug 29, 2026
780afb2
fix(xcresult): read a copy of the bundle instead of migrating the cal…
dfrankland Aug 29, 2026
b2a5e55
feat(xcresult): break a declaration collision with the target that ra…
dfrankland Aug 31, 2026
e95a0e9
fix(xcresult): attribute an inherited test to the suite that ran it
dfrankland Sep 3, 2026
6194484
test(xcresult): test the public surface, and delete what fixtures alr…
dfrankland Sep 3, 2026
64ee56d
test(xcresult): move the new fixtures' parity cases out of xcresult.rs
dfrankland Sep 3, 2026
8d26989
fix(xcresult): read the caller's bundle instead of copying every one
dfrankland Sep 4, 2026
064ae1c
test(xcresult): move this PR's declaration tests out of xcresult.rs
dfrankland Sep 4, 2026
215a6dd
test(xcresult): collapse the declaration tests that were the same test
dfrankland Sep 4, 2026
4695f84
fix(xcresult): gate the macOS-only test imports off other platforms
dfrankland Sep 9, 2026
3c23c41
fix(xcresult): attribute an inherited test to the class that declares it
dfrankland Sep 10, 2026
00605b1
perf(xcresult): stream each source file to the server instead of hold…
dfrankland Sep 10, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
97 changes: 95 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ more-asserts = "0.3.1"
predicates = "3.0.3"
pretty_assertions = "0.6"
prost-wkt-types = { version = "0.5.1", features = ["vendored-protox"] }
rstest = "0.26.1"

[build-dependencies]
vergen = { version = "8.3.1", features = [
Expand Down
Loading
Loading