Add new GTest-based testing infrastructure and some new tests - #173
Open
atalii wants to merge 4 commits into
Open
Add new GTest-based testing infrastructure and some new tests#173atalii wants to merge 4 commits into
atalii wants to merge 4 commits into
Conversation
atalii
force-pushed
the
gtest-pr
branch
3 times, most recently
from
July 31, 2026 11:56
0db6cff to
c7919d2
Compare
Contributor
|
@atalii, could you please rebase on main? |
Signed-off-by: Tali Auster <me@tali.network>
All tests except sc_event_cons_t.do_test pass, indicating a bug in the implementation or specification. Signed-off-by: Tali Auster <me@tali.network>
These tests were primarily generated with Claude Code, then reviewed and corrected. Signed-off-by: Tali Auster <me@tali.network>
This is a single failing test demonstrating a non-compliance when NaN is used as the clock duty cycle. Signed-off-by: Tali Auster <me@tali.network>
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.
We move the old tests into a sibling directory to the new tests (which is responsible for the diff size - sorry about that.)
Some notable features of the new tests:
(Expect CI failures since a test here exhibits a bug.)
CC @aut0