Skip to content

Fix ABI stress test coverage - #63409

Merged
jakobbotsch merged 1 commit into
dotnet:mainfrom
jakobbotsch:fix-abi-stress
Jan 11, 2022
Merged

Fix ABI stress test coverage#63409
jakobbotsch merged 1 commit into
dotnet:mainfrom
jakobbotsch:fix-abi-stress

Conversation

@jakobbotsch

Copy link
Copy Markdown
Member

When this test was changed to use a seed from an environment variable it
changed the test to repeatedly create the same Random instance, reducing
coverage to only ever test one variant.

This reverts the changes by #50767 and uses the environment variable in
the existing seed mechanism instead.

When this test was changed to use a seed from an environment variable it
changed the test to repeatedly create the same Random instance, reducing
coverage to only ever test one variant.
This reverts the changes by dotnet#50767 and uses the environment variable in
the existing seed mechanism instead.
@ghostghost added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Jan 5, 2022
@ghostghost assigned jakobbotschJan 5, 2022
@ghost

ghost commented Jan 5, 2022

Copy link
Copy Markdown

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

Issue Details

When this test was changed to use a seed from an environment variable it
changed the test to repeatedly create the same Random instance, reducing
coverage to only ever test one variant.

This reverts the changes by #50767 and uses the environment variable in
the existing seed mechanism instead.

Author:jakobbotsch
Assignees:jakobbotsch
Labels:

area-CodeGen-coreclr

Milestone:-

@jakobbotsch

Copy link
Copy Markdown
MemberAuthor

cc @dotnet/jit-contrib

@jakobbotsch

Copy link
Copy Markdown
MemberAuthor

Ping @dotnet/jit-contrib, simple test change

@jakobbotsch
jakobbotsch merged commit 9b29946 into dotnet:mainJan 11, 2022
@jakobbotsch
jakobbotsch deleted the fix-abi-stress branch January 11, 2022 08:39
@ghostghost locked as resolved and limited conversation to collaborators Feb 10, 2022
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@jakobbotsch@AndyAyersMS