Skip to content

Missing information in Vulpix test logs #2210

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

Closed
nicolasstucki opened this issue Apr 10, 2017 · 1 comment · Fixed by #2194
Closed

Missing information in Vulpix test logs #2210

nicolasstucki opened this issue Apr 10, 2017 · 1 comment · Fixed by #2194

Comments

@nicolasstucki
Copy link
Contributor

There is currently no way to inspect compiler logs after a failure or success of a test. This will become a blocker when we remove partest.

@felixmulder
Copy link
Contributor

Gathering some more precise information in this issue:

Things that are not dumped to file:

  • Other prints to stderr

When things are not dumped to log:

  • Zero failed tests

In #2194 we need to make sure of the following the fix these issues:

  • Tests should all be using the reporter from TestSummary (everything printed to a single file by a single reporter)
  • Should add some way to always dump all logs

@felixmulder felixmulder changed the title Vulpix missing compiler logs. Missing information in Vulpix test run logs Apr 10, 2017
@felixmulder felixmulder changed the title Missing information in Vulpix test run logs Missing information in Vulpix test logs Apr 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants