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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

rzsc
Copy link
Contributor

@rzsc rzsc commented May 13, 2024

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".

Part of #84834, cc @dotnet/samsung

rzsc and others added 2 commits May 11, 2024 07:17
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".
@dotnet-issue-labeler dotnet-issue-labeler bot added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label May 13, 2024
@dotnet-policy-service dotnet-policy-service bot added the community-contribution Indicates that the PR has been added by a community member label May 13, 2024
@rzsc rzsc marked this pull request as ready for review May 13, 2024 02:10
src/tests/run.py Outdated Show resolved Hide resolved
@am11 am11 added area-Infrastructure-coreclr and removed area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI labels May 13, 2024
Copy link
Contributor

Tagging subscribers to this area: @hoyosjs
See info in area-owners.md if you want to be subscribed.

@clamp03
Copy link
Member

clamp03 commented May 13, 2024

@BruceForstall Could you review this PR? Thank you.

Copy link

@bartlomiejko bartlomiejko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@clamp03
Copy link
Member

clamp03 commented May 17, 2024

@BruceForstall @jkotas Could you take a look?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-Infrastructure-coreclr community-contribution Indicates that the PR has been added by a community member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants