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

Revert "Run tests with Server GC enabled & concurrent GC disabled. (#… #4108

Merged
merged 1 commit into from Nov 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 1 addition & 4 deletions src/testhost.arm64/app.config
Expand Up @@ -4,9 +4,6 @@
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" />
</startup>
<runtime>
<gcServer enabled="true" />
<gcConcurrent enabled="false" />

<legacyUnhandledExceptionPolicy enabled="1" />
<legacyCorruptedStateExceptionsPolicy enabled="true" />

Expand Down Expand Up @@ -65,7 +62,7 @@
<!--<add key="ExecutionThreadApartmentState" value ="MTA"/>-->
<!--<add key="TraceLogMaxFileSizeInKb" value ="10240"/>-->
<!-- MsTest Adapter Specific AppSettings -->

<!-- This flag is added to support test execution for net35 tests through TMI adapter. -->
<add key="TestProjectRetargetTo35Allowed" value="true" />
</appSettings>
Expand Down
5 changes: 1 addition & 4 deletions src/testhost.x86/app.config
Expand Up @@ -4,9 +4,6 @@
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" />
</startup>
<runtime>
<gcServer enabled="true" />
<gcConcurrent enabled="false" />

<legacyUnhandledExceptionPolicy enabled="1"/>
<legacyCorruptedStateExceptionsPolicy enabled="true"/>

Expand Down Expand Up @@ -65,7 +62,7 @@
<!--<add key="ExecutionThreadApartmentState" value ="MTA"/>-->
<!--<add key="TraceLogMaxFileSizeInKb" value ="10240"/>-->
<!-- MsTest Adapter Specific AppSettings -->

<!-- This flag is added to support test execution for net35 tests through TMI adapter. -->
<add key="TestProjectRetargetTo35Allowed" value="true" />
</appSettings>
Expand Down
5 changes: 1 addition & 4 deletions src/testhost/app.config
Expand Up @@ -4,9 +4,6 @@
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" />
</startup>
<runtime>
<gcServer enabled="true" />
<gcConcurrent enabled="false" />

<legacyUnhandledExceptionPolicy enabled="1" />
<legacyCorruptedStateExceptionsPolicy enabled="true" />

Expand Down Expand Up @@ -65,7 +62,7 @@
<!--<add key="ExecutionThreadApartmentState" value ="MTA"/>-->
<!--<add key="TraceLogMaxFileSizeInKb" value ="10240"/>-->
<!-- MsTest Adapter Specific AppSettings -->

<!-- This flag is added to support test execution for net35 tests through TMI adapter. -->
<add key="TestProjectRetargetTo35Allowed" value="true" />
</appSettings>
Expand Down
3 changes: 0 additions & 3 deletions src/vstest.console/app.config
Expand Up @@ -4,9 +4,6 @@
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" />
</startup>
<runtime>
<gcServer enabled="true" />
<gcConcurrent enabled="false" />

<legacyUnhandledExceptionPolicy enabled="1" />

<!-- To get stacktrace information for portable and embedded pdbs when net472 installed on machine.
Expand Down