-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
avoid hardcoded addresses in test cases, add pre-order iterator (#294)
* IndirectCallTests: auto-detect indirect call IDs makes this not tied to specific adt files * touch comment of ILForwardIterator * dsa: working on detecting addresses in dsa tests * log removed functions * dsa fix, add postLoad parameter to loadAndTranslate * ci: run all tests :3 * use ./mill in dev docs * ci: exclude SystemTests from UnitTests * add preorder iterator test * removed hardcoded address from DSA test * LiveVarsAnalysisTests: avoid fixed addresses (cherry picked from commit e9ad100) * IndirectCallTests: use postLoad hook * ci: omit some tests, run tests sequentially addressing review comment #294 (comment) * add assertion messages to SSAVar * Fix ordering bug * ci: add package prefixes to test names also use test.compile instead of compile, to pre-compile tests as well. * DataStructureAnalysisTest: sliding-window-based heuristic for SSAVar * fix irtest * ignore initialisation ParamAnalysisTests * reorganise workflows * revert pre-order iterator changes diverging from main * test fixes * revert to livevars inline by default this is the behaviour before simplification-pass merge - also fix live-var analysis tests due to printf call overapproximating and changes to proc/block names and labels * procName * paramanalysis do not assert main has live at exit * ignore external call params in liveness for paramamalysis * make proceduresummarytest pass action always --------- Co-authored-by: Alistair Michael <[email protected]> Co-authored-by: Sadra Bayat Tork <[email protected]> Co-authored-by: bpaul <[email protected]>
- Loading branch information
1 parent
f884fac
commit 343a8a4
Showing
31 changed files
with
377 additions
and
164 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.