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

Improve XRT test suite #95

Open
2 of 4 tasks
TristanLaan opened this issue Oct 5, 2022 · 1 comment
Open
2 of 4 tasks

Improve XRT test suite #95

TristanLaan opened this issue Oct 5, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@TristanLaan
Copy link
Contributor

TristanLaan commented Oct 5, 2022

The test script currently only tests a limited set of inputs which sometimes results in bugs being merged into the project without us realizing. The script is also turning quite large and crashes on the first error. We should look into switching to a unit test framework like GoogleTest.

Improvements

  • Test all data types and multiple data sizes
  • Use different types of buffers for all tests (unaligned, aligned, bo buffer)
  • Continue testing on error
  • Switch to unit test framework (i.e. GoogleTest)
@TristanLaan TristanLaan added the enhancement New feature or request label Oct 5, 2022
@quetric quetric self-assigned this Dec 15, 2022
@quetric
Copy link
Collaborator

quetric commented Dec 15, 2022

WIP switch to gtest in #138

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants