Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Mark GCCollect test as GC stress excluded#17319

Merged
BruceForstall merged 1 commit intodotnet:masterfrom
janvorli:disable-gc-stress-incompatible-test
Mar 31, 2018
Merged

Mark GCCollect test as GC stress excluded#17319
BruceForstall merged 1 commit intodotnet:masterfrom
janvorli:disable-gc-stress-incompatible-test

Conversation

@janvorli
Copy link
Member

This test is incompatible with GC stress. The tests compares results of
GC.GetTotalMemory before and after GC.Collect and fails if the size
before the collection is smaller than after the collection. But GC
stress breaks this assumption.

This test is incompatible with GC stress. The tests compares results of
GC.GetTotalMemory before and after GC.Collect and fails if the size
before the collection is smaller than after the collection. But GC
stress breaks this assumption.
@janvorli janvorli added this to the 2.1.0 milestone Mar 29, 2018
@janvorli janvorli self-assigned this Mar 29, 2018
@janvorli janvorli requested a review from BruceForstall March 29, 2018 14:30
@BruceForstall BruceForstall merged commit 9496bc0 into dotnet:master Mar 31, 2018
AndyAyersMS added a commit to AndyAyersMS/coreclr that referenced this pull request Apr 3, 2018
Extends changes in dotnet#17319 to cover stress tests run via the normal
msbuild/xunit test harness.
AndyAyersMS added a commit that referenced this pull request Apr 3, 2018
Extends changes in #17319 to cover stress tests run via the normal
msbuild/xunit test harness.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants