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

Add libtest json output option #1086

Merged
merged 6 commits into from Dec 10, 2023

Commits on Nov 1, 2023

  1. Checkpoint initial implementation

    There are a couple of todos, but the biggest missing piece is combined
    stdout/err output
    Jake-Shadle committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    7ca45b5 View commit details
    Browse the repository at this point in the history
  2. Remove empty if

    Jake-Shadle committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    783c7c1 View commit details
    Browse the repository at this point in the history
  3. Rustfmt

    Jake-Shadle committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    b697409 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Fix output bug

    Running was the _total_ number of running tests, not just the ones in
    the same binary, which would result
    in only one binary output being written
    Jake-Shadle committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    ea3b856 View commit details
    Browse the repository at this point in the history
  2. Address feedback

    Jake-Shadle committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    b2c67d5 View commit details
    Browse the repository at this point in the history
  3. Oops

    Jake-Shadle committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    54618a0 View commit details
    Browse the repository at this point in the history