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

selftest: add checks to selftest-glob #75

Merged
merged 8 commits into from
Aug 10, 2023
Merged

selftest: add checks to selftest-glob #75

merged 8 commits into from
Aug 10, 2023

Commits on Aug 8, 2023

  1. selftest: add checks to selftest-glob

    Signed-off-by: William Woodruff <william@trailofbits.com>
    woodruffw committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    c13bdef View commit details
    Browse the repository at this point in the history
  2. selftest: multiple glob test

    Signed-off-by: William Woodruff <william@trailofbits.com>
    woodruffw committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    e0293e8 View commit details
    Browse the repository at this point in the history
  3. selftest: fix my misunderstanding of glob

    Signed-off-by: William Woodruff <william@trailofbits.com>
    woodruffw committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    1e2c7e6 View commit details
    Browse the repository at this point in the history
  4. expand multiple glob test some more

    Signed-off-by: William Woodruff <william@trailofbits.com>
    woodruffw committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    ab9c881 View commit details
    Browse the repository at this point in the history
  5. action: dedupe, stricter glob handling

    Signed-off-by: William Woodruff <william@trailofbits.com>
    woodruffw committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    3e254e3 View commit details
    Browse the repository at this point in the history
  6. selftest: fix xfail test

    Signed-off-by: William Woodruff <william@trailofbits.com>
    woodruffw committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    df29c1d View commit details
    Browse the repository at this point in the history
  7. README: add a NOTE on inputs

    Signed-off-by: William Woodruff <william@trailofbits.com>
    woodruffw committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    da4bef6 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. action: python3 -> python

    Our setup explicitly asserts that python is Python 3.
    
    Signed-off-by: William Woodruff <william@trailofbits.com>
    woodruffw committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    4df1d53 View commit details
    Browse the repository at this point in the history