tests: integration: add libgit2#1861
Merged
Merged
Conversation
ahomescu
reviewed
Jun 18, 2026
ahomescu
approved these changes
Jun 18, 2026
66b3654 to
9648afc
Compare
503e853 to
7de5e0c
Compare
1a597b2 to
1a8ba84
Compare
7d9ac89 to
61fe1f2
Compare
1a8ba84 to
806f076
Compare
61fe1f2 to
225f2cb
Compare
ahomescu
approved these changes
Jun 19, 2026
225f2cb to
eb09c38
Compare
806f076 to
d3fef4f
Compare
ba11e5f to
13f3c26
Compare
d3fef4f to
f8f00b1
Compare
This was referenced Jul 1, 2026
Open
2b94c9a to
ab98f77
Compare
ab98f77 to
f61af1c
Compare
a9f3037 to
1aec978
Compare
ed1efae to
9be9356
Compare
9cb12d3 to
9f1dd8e
Compare
9be9356 to
51fcbe1
Compare
9f1dd8e to
78e019b
Compare
51fcbe1 to
fecd21d
Compare
fecd21d to
59ada04
Compare
604ebcb to
771c8a8
Compare
59ada04 to
90342da
Compare
771c8a8 to
cfbaaa3
Compare
cfbaaa3 to
ef320ed
Compare
a331a11 to
ed38a92
Compare
ee3db03 to
0558c01
Compare
ed38a92 to
b391ae7
Compare
Enable the clar tests in the cmake configure, transpile the test runner as a binary, and run its offline suites via `test.sh`.
b391ae7 to
cd83a91
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.
This code base surfaced transpiler and refactorer issues fixed in PRs #1858 and #1859. Adding
libgit2helps us test the correctness of the fixes and catch regressions.