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

Enhance TestVC4C #81

Open
nomaddo opened this issue Apr 13, 2018 · 0 comments
Open

Enhance TestVC4C #81

nomaddo opened this issue Apr 13, 2018 · 0 comments

Comments

@nomaddo
Copy link
Collaborator

nomaddo commented Apr 13, 2018

Current TestVC4C is a little bit hard to use daily.

  • Want to specify each kernels
    • to execute failed tests again
  • Want to make regression-groups easier
    Current implementation is hard to do that
  • If the compiler make segv during testing, testing stopped and we cannot know the results of other cases
  • Want to know how to execute each tests in the program (to replicate execution of tests as CLI command)
    • compilation option (-D, for example)
    • parameters for emulation
  • Want to change test scenarios without re-compilation
  • Want to make speed up by parallel execution
    • VC4C itself works using multi-thread, but for compilation of single kernel, the execution is sequential.

I think it's better to rewrite TestVC4C by other testing framework of Python or something similar.
@doe300 What do you think of this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant