Split AE tests into ae_pass and ae_dense_pass directories#178
Open
bjjwwang wants to merge 1 commit intoSVF-tools:masterfrom
Open
Split AE tests into ae_pass and ae_dense_pass directories#178bjjwwang wants to merge 1 commit intoSVF-tools:masterfrom
bjjwwang wants to merge 1 commit intoSVF-tools:masterfrom
Conversation
ae_pass: tests that pass in both dense and sparse modes - ae_assert: 53, ae_nullptr: 51, ae_overflow: 47, ae_recursion: 0 ae_dense_pass: tests that pass in dense but fail in sparse - ae_assert: 55, ae_nullptr: 29, ae_overflow: 16, ae_recursion: 33 All 284 original AE tests accounted for (no deletions). Changes: - Reorganized src/ ae source files into src/ae_pass/ and src/ae_dense_pass/ - Updated CMakeLists.txt: sparse tests only run on ae_pass, dense on both - Updated generate_bc.sh: ae tests removed from test_dirs, new ae_pass/ae_dense_pass generation loop added (no .bc files committed — CI will regenerate them) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
ae_pass: tests that pass in both dense and sparse modes
ae_dense_pass: tests that pass in dense but fail in sparse
All 284 original AE tests
Changes: