Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write additional external linkage/runtime tests with LIT once it is introduced #1204

Open
mhasel opened this issue Apr 18, 2024 · 0 comments
Labels

Comments

@mhasel
Copy link
Member

mhasel commented Apr 18, 2024

Writing tests which link to external libraries is quite tricky with our current test-setup (see std-lib tests). This necessitates manual testing when making changes to e.g. global variables (#1188).
Additionally, all of our runtime tests are only tested against JIT-compiled binaries. Once we've introduced the LIT testing-framework, we should take advantage of the ease of use and restructure/add additional tests to more thoroughly test runtime behaviour and ensure linked libraries (written in ST and C) behave the way we expect them to.

@mhasel mhasel added the test label Apr 18, 2024
@mhasel mhasel changed the title Write external linkage/runtime tests with LIT once it is introduced Write additional external linkage/runtime tests with LIT once it is introduced Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant