This repository was archived by the owner on Jan 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +33
-3
lines changed
CoreMangLib/cti/system/string
baseservices/threading/regressions/269336 Expand file tree Collapse file tree 3 files changed +33
-3
lines changed Original file line number Diff line number Diff line change 27
27
<!-- Add Compile Object Here -->
28
28
<Compile Include =" stringconcat4.cs" />
29
29
</ItemGroup >
30
+ <PropertyGroup >
31
+ <CLRTestBatchPreCommands ><![CDATA[
32
+ $(CLRTestBatchPreCommands)
33
+ set COMPlus_FastGCStress=1
34
+ ]]> </CLRTestBatchPreCommands >
35
+ <BashCLRTestPreCommands ><![CDATA[
36
+ $(BashCLRTestPreCommands)
37
+ export COMPlus_FastGCStress=1
38
+ ]]> </BashCLRTestPreCommands >
39
+ </PropertyGroup >
30
40
<ItemGroup >
31
41
<Service Include =" {82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
32
42
</ItemGroup >
37
47
<Import Project =" $([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
38
48
<PropertyGroup Condition =" '$(MsBuildProjectDirOverride)' != '' " >
39
49
</PropertyGroup >
40
- </Project >
50
+ </Project >
Original file line number Diff line number Diff line change 27
27
<!-- Add Compile Object Here -->
28
28
<Compile Include =" stringconcat8.cs" />
29
29
</ItemGroup >
30
+ <PropertyGroup >
31
+ <CLRTestBatchPreCommands ><![CDATA[
32
+ $(CLRTestBatchPreCommands)
33
+ set COMPlus_FastGCStress=1
34
+ ]]> </CLRTestBatchPreCommands >
35
+ <BashCLRTestPreCommands ><![CDATA[
36
+ $(BashCLRTestPreCommands)
37
+ export COMPlus_FastGCStress=1
38
+ ]]> </BashCLRTestPreCommands >
39
+ </PropertyGroup >
30
40
<ItemGroup >
31
41
<Service Include =" {82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
32
42
</ItemGroup >
37
47
<Import Project =" $([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
38
48
<PropertyGroup Condition =" '$(MsBuildProjectDirOverride)' != '' " >
39
49
</PropertyGroup >
40
- </Project >
50
+ </Project >
Original file line number Diff line number Diff line change 21
21
<Visible >False</Visible >
22
22
</CodeAnalysisDependentAssemblyPaths >
23
23
</ItemGroup >
24
+ <PropertyGroup >
25
+ <CLRTestBatchPreCommands ><![CDATA[
26
+ $(CLRTestBatchPreCommands)
27
+ set COMPlus_FastGCStress=1
28
+ ]]> </CLRTestBatchPreCommands >
29
+ <BashCLRTestPreCommands ><![CDATA[
30
+ $(BashCLRTestPreCommands)
31
+ export COMPlus_FastGCStress=1
32
+ ]]> </BashCLRTestPreCommands >
33
+ </PropertyGroup >
24
34
<ItemGroup >
25
35
<!-- Add Compile Object Here -->
26
36
<Compile Include =" objmonhelper.cs" />
31
41
<Import Project =" $([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
32
42
<PropertyGroup Condition =" '$(MsBuildProjectDirOverride)' != '' " >
33
43
</PropertyGroup >
34
- </Project >
44
+ </Project >
You can’t perform that action at this time.
0 commit comments