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

Clean up the tests #1

Open
vivanishin opened this issue Mar 11, 2016 · 0 comments
Open

Clean up the tests #1

vivanishin opened this issue Mar 11, 2016 · 0 comments

Comments

@vivanishin
Copy link
Member

  • Use the existing testing facility (tools/run-tests.py).
  • Get rid of the inlining hacks (we don't need them any more, and if we do, Flags: --nouse-inlining is a way to go).
  • Use Flags: --llvm-filter=* where possible (or make it an option to run the test-runner with such a variant).
    • Remember to add --noturbo --noturbo-asm options for asm.js tests.
    • Test on regular v8 tests with --llvm-filter=*, see how many of them fail. We may want to switch to testing on those.
  • The updated tests should have a much shorter running times (utilize %OptimizeFunctionOnNextCall(foo) and such).
  • Don't throw away llv8-regtests for the time being. Keep it as a longer running and possibly more complete test suite.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant