-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Exclude GC tests from GCStress runs #21207
Comments
|
@swgillespie I'm guessing this test is expected to fail when gcstress is 2? If so is there some check we can do in the test so it doesn't? Worst case, check whether COMPLUS_GCStress is set, I guess. |
@danmosemsft Yeah, i'd imagine that this test would fail if GCStress is inducing GCs. We don't have anything like this for CoreFX, do we? |
We don't. Also that would assume they're in their own assembly. OK, I'll just ignore the error for now. |
Due to lack of recent activity, this issue has been marked as a candidate for backlog cleanup. It will be closed if no further activity occurs within 14 more days. Any new comment (by anyone, not necessarily the author) will undo this process. This process is part of our issue cleanup automation. |
This issue will now be closed since it had been marked |
this test failed when set TestGCStressLevel=2, error message in testresult.xml as following
at System.Tests.GCTests.LatencyRoundtrips(GCLatencyMode value) in F:\repos\corefx\src\System.Runtime\tests\System\GCTests.cs:line 406
at System.Tests.GCTests.LatencyRoundtrips_LowLatency(GCLatencyMode value) in F:\repos\corefx\src\System.Runtime\tests\System\GCTests.cs:line 419
testResults.txt
The text was updated successfully, but these errors were encountered: