Skip to content

Commit 9caf0b6

Browse files
MarcoRossignoliMarco Rossignoli
and
Marco Rossignoli
authored
Revert "Run tests with Server GC enabled & concurrent GC disabled. (#3661)" (#4108) (#4109)
This reverts commit 02c6f32. Co-authored-by: Marco Rossignoli <[email protected]>
1 parent 1e498a2 commit 9caf0b6

File tree

4 files changed

+3
-15
lines changed

4 files changed

+3
-15
lines changed

src/testhost.arm64/app.config

+1-4
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" />
55
</startup>
66
<runtime>
7-
<gcServer enabled="true" />
8-
<gcConcurrent enabled="false" />
9-
107
<legacyUnhandledExceptionPolicy enabled="1" />
118
<legacyCorruptedStateExceptionsPolicy enabled="true" />
129

@@ -65,7 +62,7 @@
6562
<!--<add key="ExecutionThreadApartmentState" value ="MTA"/>-->
6663
<!--<add key="TraceLogMaxFileSizeInKb" value ="10240"/>-->
6764
<!-- MsTest Adapter Specific AppSettings -->
68-
65+
6966
<!-- This flag is added to support test execution for net35 tests through TMI adapter. -->
7067
<add key="TestProjectRetargetTo35Allowed" value="true" />
7168
</appSettings>

src/testhost.x86/app.config

+1-4
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" />
55
</startup>
66
<runtime>
7-
<gcServer enabled="true" />
8-
<gcConcurrent enabled="false" />
9-
107
<legacyUnhandledExceptionPolicy enabled="1"/>
118
<legacyCorruptedStateExceptionsPolicy enabled="true"/>
129

@@ -65,7 +62,7 @@
6562
<!--<add key="ExecutionThreadApartmentState" value ="MTA"/>-->
6663
<!--<add key="TraceLogMaxFileSizeInKb" value ="10240"/>-->
6764
<!-- MsTest Adapter Specific AppSettings -->
68-
65+
6966
<!-- This flag is added to support test execution for net35 tests through TMI adapter. -->
7067
<add key="TestProjectRetargetTo35Allowed" value="true" />
7168
</appSettings>

src/testhost/app.config

+1-4
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" />
55
</startup>
66
<runtime>
7-
<gcServer enabled="true" />
8-
<gcConcurrent enabled="false" />
9-
107
<legacyUnhandledExceptionPolicy enabled="1" />
118
<legacyCorruptedStateExceptionsPolicy enabled="true" />
129

@@ -65,7 +62,7 @@
6562
<!--<add key="ExecutionThreadApartmentState" value ="MTA"/>-->
6663
<!--<add key="TraceLogMaxFileSizeInKb" value ="10240"/>-->
6764
<!-- MsTest Adapter Specific AppSettings -->
68-
65+
6966
<!-- This flag is added to support test execution for net35 tests through TMI adapter. -->
7067
<add key="TestProjectRetargetTo35Allowed" value="true" />
7168
</appSettings>

src/vstest.console/app.config

-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" />
55
</startup>
66
<runtime>
7-
<gcServer enabled="true" />
8-
<gcConcurrent enabled="false" />
9-
107
<legacyUnhandledExceptionPolicy enabled="1" />
118

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

0 commit comments

Comments
 (0)