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

React to internal test improvements #3484

Merged
merged 2 commits into from
Feb 21, 2023

Commits on Feb 20, 2023

  1. React to internal test improvements

    * Tell the internal test runner to use `expected_results.txt` instead of `skipped_tests.txt` as its control file. (The internal runner has learned to translate the `expected_results.txt` format to what it needs.)
    * Move skips for the two `XFAIL: msvc` tests from `skipped_tests` into `expected_results`. (LIT ignores these, but the internal runner needs them.)
    * Remove `main` from compile-only tests in `std`; the internal test runner understands compile-only tests now.
    
    This is a dual of MSVC-PR-453118.
    CaseyCarter committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    6273be5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d67c64 View commit details
    Browse the repository at this point in the history