Skip to content

Commit 4b0be56

Browse files
Simplify runtime test projects (dotnet#60724)
* CLRTestPriority of zero is the default, so don't specify it in test project files * Remove default CLRTestKind of BuildAndRun from test project files
1 parent ad50676 commit 4b0be56

File tree

3,112 files changed

+8
-3306
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,112 files changed

+8
-3306
lines changed

src/tests/BuildWasmApps/Wasm.Build.Tests/Wasm.Build.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<SkipXunitTrimmerDescriptor>true</SkipXunitTrimmerDescriptor>
66
<IsTestProject>true</IsTestProject>
77
<BundleXunitRunner>true</BundleXunitRunner>
8-
<CLRTestKind>BuildAndRun</CLRTestKind>
98
<TestFramework>xunit</TestFramework>
109
<EnableDefaultItems>true</EnableDefaultItems>
1110
<EnableDefaultEmbeddedResourceItems>false</EnableDefaultEmbeddedResourceItems>

src/tests/CoreMangLib/system/buffer/ASURT_99893.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
44
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
5-
<CLRTestKind>BuildAndRun</CLRTestKind>
65
<CLRTestPriority>1</CLRTestPriority>
76
</PropertyGroup>
87
<ItemGroup>

src/tests/CoreMangLib/system/delegate/delegate/DelegateCombine1.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
44
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
5-
<CLRTestKind>BuildAndRun</CLRTestKind>
65
<CLRTestPriority>1</CLRTestPriority>
76
</PropertyGroup>
87
<ItemGroup>

src/tests/CoreMangLib/system/delegate/delegate/DelegateCombineImpl.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
44
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
5-
<CLRTestKind>BuildAndRun</CLRTestKind>
65
<CLRTestPriority>1</CLRTestPriority>
76
</PropertyGroup>
87
<ItemGroup>

src/tests/CoreMangLib/system/delegate/delegate/DelegateEquals1.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
44
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
5-
<CLRTestKind>BuildAndRun</CLRTestKind>
65
<CLRTestPriority>1</CLRTestPriority>
76
</PropertyGroup>
87
<ItemGroup>

src/tests/CoreMangLib/system/delegate/delegate/DelegateGetHashCode1.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
44
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
5-
<CLRTestKind>BuildAndRun</CLRTestKind>
65
<CLRTestPriority>1</CLRTestPriority>
76
</PropertyGroup>
87
<ItemGroup>

src/tests/CoreMangLib/system/delegate/delegate/DelegateGetInvocationList1.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
44
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
5-
<CLRTestKind>BuildAndRun</CLRTestKind>
65
<CLRTestPriority>1</CLRTestPriority>
76
</PropertyGroup>
87
<ItemGroup>

src/tests/CoreMangLib/system/delegate/delegate/DelegateRemove.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
44
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
5-
<CLRTestKind>BuildAndRun</CLRTestKind>
65
<CLRTestPriority>1</CLRTestPriority>
76
</PropertyGroup>
87
<ItemGroup>

src/tests/CoreMangLib/system/delegate/delegate/delegateRemoveImpl.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
44
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
5-
<CLRTestKind>BuildAndRun</CLRTestKind>
65
<CLRTestPriority>1</CLRTestPriority>
76
</PropertyGroup>
87
<ItemGroup>

src/tests/CoreMangLib/system/delegate/generics/NG_Standard.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
44
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
5-
<CLRTestKind>BuildAndRun</CLRTestKind>
65
<CLRTestPriority>1</CLRTestPriority>
76
</PropertyGroup>
87
<ItemGroup>

0 commit comments

Comments
 (0)