test(stable-mir-ui): add external UI test harness with skip management#968
Open
test(stable-mir-ui): add external UI test harness with skip management#968
Conversation
aa11396 to
40658b4
Compare
40658b4 to
2d4a181
Compare
Add a parametrized pytest harness that runs kmir prove-rs against every entry in stable-mir-json's passing.tsv, with: - skip.txt for known-failing cases (2859 entries initially skipped) - --update-skip mode to shrink skip.txt by re-proving skipped cases - 300s per-test timeout via pytest-timeout - proof show output saved to tmp_path on failure for debugging New files: kmir/src/tests/external/conftest.py (--update-skip option) kmir/src/tests/external/test_stable_mir_ui_pass.py kmir/src/tests/external/data/stable-mir-ui/skip.txt Modified: Makefile (test-stable-mir-ui target) kmir/pyproject.toml (pytest-timeout dependency) kmir/uv.lock
2d4a181 to
a9c1f58
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
kmir prove-rsagainst every entry instable-mir-json'spassing.tsvskip.txt(2859 entries) for known-failing cases, with--update-skipmode to shrink it by re-proving skipped casespytest-timeout; proof show output saved totmp_pathon failureUsage
Test plan
make checkpasses (B011 lint fixed)origin/master