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

Adjust repro file message for merged test #102141

Merged
merged 3 commits into from
Jun 1, 2024

Commits on May 11, 2024

  1. Adjust message about repro file for a merged test

    For now the script ./src/tests/run.py outputs "Failed to create repro for test" for a failed merged test.
    
    But this comment
    
    1288                     if assembly_is_merged_tests_run:
    1289                         # REVIEW: Even if the test is a .dll file or .CMD file and is found, we don't know how to
    1290                         # build a repro case with it.
    
    from ./src/test/run.py script says that for a merged test a repro file should not be created at all.
    
    Changing the message "Failed to create repro for test" to "Skipping repro for merged test".
    rzsc committed May 11, 2024
    Configuration menu
    Copy the full SHA
    0c7831f View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    660e59f View commit details
    Browse the repository at this point in the history
  2. Apply PR code review suggestion

    rzsc committed May 13, 2024
    Configuration menu
    Copy the full SHA
    5a6b372 View commit details
    Browse the repository at this point in the history