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

[test] Add jsontestsuite #2024

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

[test] Add jsontestsuite #2024

wants to merge 3 commits into from

Commits on Jul 16, 2024

  1. [test] Add jsontestsuite

    This is a hacky way of running nst/JSONTestSuite. It's a starting point
    for conversation, not something that's mergeable.
    
    Run using `python3 jsontestsuite/run_tests.py` which
    produces a `log.txt` and 2x html files in `results/`
    
    The original Python script assumes a particular directory
    structure and presence of certain files when producing results.
    
    If one library is tested, the results only show failures and
    implementation specific tests. (The original Python script wants to
    compare results between libraries.) A simple way to get more output was
    to run another library (e.g. Bash) to compare and one that isn't
    installed (e.g. Awk, which the script assumes will be in a specific
    directory) and will always fail.
    ellen364 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    d044122 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Use C++ version of Oils

    Andy C committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    383d4d1 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into ellen-jsontestsuite

    Andy C committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    aee4691 View commit details
    Browse the repository at this point in the history