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 some unit tests to compiletest #56841

Merged
merged 3 commits into from
Dec 15, 2018

Commits on Dec 15, 2018

  1. Bootstrap: Add testsuite for compiletest tool

    The (currently) single unit test of the compiletest tool was never
    executed on CI. At least I couldn't find any references of it in the
    logs. This adds a test suite for compiletest so that our tester is
    tested, too.
    
    The compiletest tests can then also be executed with:
    
        ./x.py test src/tools/compiletest
    phansch committed Dec 15, 2018
    Configuration menu
    Copy the full SHA
    6178008 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    818f682 View commit details
    Browse the repository at this point in the history
  3. compiletest: unit test parse_normalization_string

    There is a FIXME inside that function and I think the unit tests can be
    helpful to resolve it without breaking anything else.
    phansch committed Dec 15, 2018
    Configuration menu
    Copy the full SHA
    9637c27 View commit details
    Browse the repository at this point in the history