Skip to content

Commit

Permalink
Revert "Run tests with Server GC enabled & concurrent GC disabled. (#…
Browse files Browse the repository at this point in the history
…3661)" (#4108) (#4109)

This reverts commit 02c6f32.

Co-authored-by: Marco Rossignoli <mrossignol@microsoft.com>
  • Loading branch information
MarcoRossignoli and Marco Rossignoli committed Nov 2, 2022
1 parent 1e498a2 commit 9caf0b6
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 15 deletions.
5 changes: 1 addition & 4 deletions src/testhost.arm64/app.config
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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

0 comments on commit 9caf0b6

Please sign in to comment.