diff options
author | William Godbe <william.godbe@comcast.net> | 2016-01-20 12:01:30 -0800 |
---|---|---|
committer | William Godbe <william.godbe@comcast.net> | 2016-01-20 13:19:55 -0800 |
commit | 3f27ac909311a6bd16be1887eb2fd734e6eddd9a (patch) | |
tree | 14f53530339d449701c92dc172f44e4a1f2026d8 /tests/src/baseservices | |
parent | d6d14eecdcf2a9cdf0c3a48e48f523f35613749b (diff) | |
download | coreclr-3f27ac909311a6bd16be1887eb2fd734e6eddd9a.tar.gz coreclr-3f27ac909311a6bd16be1887eb2fd734e6eddd9a.tar.bz2 coreclr-3f27ac909311a6bd16be1887eb2fd734e6eddd9a.zip |
Changed tests that were causing build failure from pri 1 to pri 2
Diffstat (limited to 'tests/src/baseservices')
103 files changed, 103 insertions, 103 deletions
diff --git a/tests/src/baseservices/threading/interlocked/add/CheckAddInt.csproj b/tests/src/baseservices/threading/interlocked/add/CheckAddInt.csproj index e2305bbf79..9818eae053 100644 --- a/tests/src/baseservices/threading/interlocked/add/CheckAddInt.csproj +++ b/tests/src/baseservices/threading/interlocked/add/CheckAddInt.csproj @@ -16,7 +16,7 @@ <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <ReferenceLocalMscorlib>false</ReferenceLocalMscorlib> <CLRTestKind>BuildOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> </PropertyGroup> <!-- Default configurations to help VS understand the configurations --> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> diff --git a/tests/src/baseservices/threading/interlocked/add/CheckAddInt_1.csproj b/tests/src/baseservices/threading/interlocked/add/CheckAddInt_1.csproj index 78767fbbee..81faf31ce1 100644 --- a/tests/src/baseservices/threading/interlocked/add/CheckAddInt_1.csproj +++ b/tests/src/baseservices/threading/interlocked/add/CheckAddInt_1.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>CheckAddInt.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>/start:0 /add:100</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/interlocked/add/CheckAddInt_2.csproj b/tests/src/baseservices/threading/interlocked/add/CheckAddInt_2.csproj index 0bab2d3be3..ff15ea1a77 100644 --- a/tests/src/baseservices/threading/interlocked/add/CheckAddInt_2.csproj +++ b/tests/src/baseservices/threading/interlocked/add/CheckAddInt_2.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>CheckAddInt.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>/start:2147483647 /add:100</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/interlocked/add/CheckAddLong.csproj b/tests/src/baseservices/threading/interlocked/add/CheckAddLong.csproj index 5f5b20de92..7faef77c7f 100644 --- a/tests/src/baseservices/threading/interlocked/add/CheckAddLong.csproj +++ b/tests/src/baseservices/threading/interlocked/add/CheckAddLong.csproj @@ -16,7 +16,7 @@ <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <ReferenceLocalMscorlib>false</ReferenceLocalMscorlib> <CLRTestKind>BuildOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> </PropertyGroup> <!-- Default configurations to help VS understand the configurations --> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> diff --git a/tests/src/baseservices/threading/interlocked/add/CheckAddLong_1.csproj b/tests/src/baseservices/threading/interlocked/add/CheckAddLong_1.csproj index 0a3e09e0d0..d8841da22c 100644 --- a/tests/src/baseservices/threading/interlocked/add/CheckAddLong_1.csproj +++ b/tests/src/baseservices/threading/interlocked/add/CheckAddLong_1.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>CheckAddLong.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>/start:-922337203685477 /add:100</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/interlocked/add/CheckAddLong_2.csproj b/tests/src/baseservices/threading/interlocked/add/CheckAddLong_2.csproj index c25590702e..888c00224e 100644 --- a/tests/src/baseservices/threading/interlocked/add/CheckAddLong_2.csproj +++ b/tests/src/baseservices/threading/interlocked/add/CheckAddLong_2.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>CheckAddLong.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>/start:922337203685477 /add:100</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/interlocked/add/InterlockedAddInt.csproj b/tests/src/baseservices/threading/interlocked/add/InterlockedAddInt.csproj index 176f0ab42c..e4f50b5b8d 100644 --- a/tests/src/baseservices/threading/interlocked/add/InterlockedAddInt.csproj +++ b/tests/src/baseservices/threading/interlocked/add/InterlockedAddInt.csproj @@ -16,7 +16,7 @@ <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <ReferenceLocalMscorlib>false</ReferenceLocalMscorlib> <CLRTestKind>BuildOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> </PropertyGroup> <!-- Default configurations to help VS understand the configurations --> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> diff --git a/tests/src/baseservices/threading/interlocked/add/InterlockedAddInt_1.csproj b/tests/src/baseservices/threading/interlocked/add/InterlockedAddInt_1.csproj index 1bf0f21286..f355961539 100644 --- a/tests/src/baseservices/threading/interlocked/add/InterlockedAddInt_1.csproj +++ b/tests/src/baseservices/threading/interlocked/add/InterlockedAddInt_1.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>InterlockedAddInt.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>/loops:100 /addVal:0</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/interlocked/add/InterlockedAddInt_2.csproj b/tests/src/baseservices/threading/interlocked/add/InterlockedAddInt_2.csproj index 49c0af3630..0514dfc0a7 100644 --- a/tests/src/baseservices/threading/interlocked/add/InterlockedAddInt_2.csproj +++ b/tests/src/baseservices/threading/interlocked/add/InterlockedAddInt_2.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>InterlockedAddInt.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>/loops:100 /addVal:100</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/interlocked/add/InterlockedAddInt_3.csproj b/tests/src/baseservices/threading/interlocked/add/InterlockedAddInt_3.csproj index 8ea544bca4..480eb18f4a 100644 --- a/tests/src/baseservices/threading/interlocked/add/InterlockedAddInt_3.csproj +++ b/tests/src/baseservices/threading/interlocked/add/InterlockedAddInt_3.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>InterlockedAddInt.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>/loops:100 /addVal:214748</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/interlocked/add/InterlockedAddInt_4.csproj b/tests/src/baseservices/threading/interlocked/add/InterlockedAddInt_4.csproj index 1166d9d600..0b84885f49 100644 --- a/tests/src/baseservices/threading/interlocked/add/InterlockedAddInt_4.csproj +++ b/tests/src/baseservices/threading/interlocked/add/InterlockedAddInt_4.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>InterlockedAddInt.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>/loops:100 /addVal:-214748</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/interlocked/add/InterlockedAddLong.csproj b/tests/src/baseservices/threading/interlocked/add/InterlockedAddLong.csproj index 4f834a30b1..996c960687 100644 --- a/tests/src/baseservices/threading/interlocked/add/InterlockedAddLong.csproj +++ b/tests/src/baseservices/threading/interlocked/add/InterlockedAddLong.csproj @@ -16,7 +16,7 @@ <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <ReferenceLocalMscorlib>false</ReferenceLocalMscorlib> <CLRTestKind>BuildOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> </PropertyGroup> <!-- Default configurations to help VS understand the configurations --> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> diff --git a/tests/src/baseservices/threading/interlocked/add/InterlockedAddLong_1.csproj b/tests/src/baseservices/threading/interlocked/add/InterlockedAddLong_1.csproj index bc8c88a70c..33540b37e0 100644 --- a/tests/src/baseservices/threading/interlocked/add/InterlockedAddLong_1.csproj +++ b/tests/src/baseservices/threading/interlocked/add/InterlockedAddLong_1.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>InterlockedAddLong.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>/loops:100 /addVal:922337203685477</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/interlocked/add/InterlockedAddLong_2.csproj b/tests/src/baseservices/threading/interlocked/add/InterlockedAddLong_2.csproj index e02fc2379d..70bffc898f 100644 --- a/tests/src/baseservices/threading/interlocked/add/InterlockedAddLong_2.csproj +++ b/tests/src/baseservices/threading/interlocked/add/InterlockedAddLong_2.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>InterlockedAddLong.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>/loops:100 /addVal:-922337203685477</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/interlocked/add/InterlockedAddLong_3.csproj b/tests/src/baseservices/threading/interlocked/add/InterlockedAddLong_3.csproj index 02c3c1197e..e58185274b 100644 --- a/tests/src/baseservices/threading/interlocked/add/InterlockedAddLong_3.csproj +++ b/tests/src/baseservices/threading/interlocked/add/InterlockedAddLong_3.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>InterlockedAddLong.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>/loops:100 /addVal:100</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/interlocked/compareexchange/CompareExchangeLong.csproj b/tests/src/baseservices/threading/interlocked/compareexchange/CompareExchangeLong.csproj index 313b822d76..9da0f69d86 100644 --- a/tests/src/baseservices/threading/interlocked/compareexchange/CompareExchangeLong.csproj +++ b/tests/src/baseservices/threading/interlocked/compareexchange/CompareExchangeLong.csproj @@ -16,7 +16,7 @@ <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <ReferenceLocalMscorlib>false</ReferenceLocalMscorlib> <CLRTestKind>BuildOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> </PropertyGroup> <!-- Default configurations to help VS understand the configurations --> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> diff --git a/tests/src/baseservices/threading/interlocked/compareexchange/CompareExchangeLong_1.csproj b/tests/src/baseservices/threading/interlocked/compareexchange/CompareExchangeLong_1.csproj index eba9aaee4a..9dfc3794b1 100644 --- a/tests/src/baseservices/threading/interlocked/compareexchange/CompareExchangeLong_1.csproj +++ b/tests/src/baseservices/threading/interlocked/compareexchange/CompareExchangeLong_1.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>CompareExchangeLong.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>/loops:100 /addVar:-1</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/interlocked/compareexchange/CompareExchangeLong_2.csproj b/tests/src/baseservices/threading/interlocked/compareexchange/CompareExchangeLong_2.csproj index c7ffbd5577..8dc1066178 100644 --- a/tests/src/baseservices/threading/interlocked/compareexchange/CompareExchangeLong_2.csproj +++ b/tests/src/baseservices/threading/interlocked/compareexchange/CompareExchangeLong_2.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>CompareExchangeLong.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>/loops:100 /addVar:12345</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/interlocked/compareexchange/CompareExchangeLong_3.csproj b/tests/src/baseservices/threading/interlocked/compareexchange/CompareExchangeLong_3.csproj index 7959c4cc02..b110014897 100644 --- a/tests/src/baseservices/threading/interlocked/compareexchange/CompareExchangeLong_3.csproj +++ b/tests/src/baseservices/threading/interlocked/compareexchange/CompareExchangeLong_3.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>CompareExchangeLong.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>/loops:100 /addVar:922337203685477</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/interlocked/compareexchange/CompareExchangeLong_4.csproj b/tests/src/baseservices/threading/interlocked/compareexchange/CompareExchangeLong_4.csproj index fed029c219..8ea3933de5 100644 --- a/tests/src/baseservices/threading/interlocked/compareexchange/CompareExchangeLong_4.csproj +++ b/tests/src/baseservices/threading/interlocked/compareexchange/CompareExchangeLong_4.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>CompareExchangeLong.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>/loops:100 /addVar:-922337203685477</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/interlocked/compareexchange/CompareExchangeTClass.csproj b/tests/src/baseservices/threading/interlocked/compareexchange/CompareExchangeTClass.csproj index 055869df9b..6dbaf05f31 100644 --- a/tests/src/baseservices/threading/interlocked/compareexchange/CompareExchangeTClass.csproj +++ b/tests/src/baseservices/threading/interlocked/compareexchange/CompareExchangeTClass.csproj @@ -16,7 +16,7 @@ <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <ReferenceLocalMscorlib>false</ReferenceLocalMscorlib> <CLRTestKind>BuildOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> </PropertyGroup> <!-- Default configurations to help VS understand the configurations --> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> diff --git a/tests/src/baseservices/threading/interlocked/compareexchange/CompareExchangeTClass_1.csproj b/tests/src/baseservices/threading/interlocked/compareexchange/CompareExchangeTClass_1.csproj index cd139747b3..6dd468a38c 100644 --- a/tests/src/baseservices/threading/interlocked/compareexchange/CompareExchangeTClass_1.csproj +++ b/tests/src/baseservices/threading/interlocked/compareexchange/CompareExchangeTClass_1.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>CompareExchangeTClass.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>"hello world"</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/interlocked/compareexchange/CompareExchangeTClass_2.csproj b/tests/src/baseservices/threading/interlocked/compareexchange/CompareExchangeTClass_2.csproj index 590345a813..ba39094269 100644 --- a/tests/src/baseservices/threading/interlocked/compareexchange/CompareExchangeTClass_2.csproj +++ b/tests/src/baseservices/threading/interlocked/compareexchange/CompareExchangeTClass_2.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>CompareExchangeTClass.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>null</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/interlocked/exchange/ExchangeTString.csproj b/tests/src/baseservices/threading/interlocked/exchange/ExchangeTString.csproj index 2194fc3afb..904dc80829 100644 --- a/tests/src/baseservices/threading/interlocked/exchange/ExchangeTString.csproj +++ b/tests/src/baseservices/threading/interlocked/exchange/ExchangeTString.csproj @@ -16,7 +16,7 @@ <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <ReferenceLocalMscorlib>false</ReferenceLocalMscorlib> <CLRTestKind>BuildOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> </PropertyGroup> <!-- Default configurations to help VS understand the configurations --> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> diff --git a/tests/src/baseservices/threading/interlocked/exchange/ExchangeTString_1.csproj b/tests/src/baseservices/threading/interlocked/exchange/ExchangeTString_1.csproj index f87956f0ea..258259072e 100644 --- a/tests/src/baseservices/threading/interlocked/exchange/ExchangeTString_1.csproj +++ b/tests/src/baseservices/threading/interlocked/exchange/ExchangeTString_1.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>ExchangeTString.csproj</CLRTestProjectToRun> </PropertyGroup> <!-- Default configurations to help VS understand the configurations --> diff --git a/tests/src/baseservices/threading/interlocked/exchange/ExchangeTString_2.csproj b/tests/src/baseservices/threading/interlocked/exchange/ExchangeTString_2.csproj index 584565eb28..3cb7498453 100644 --- a/tests/src/baseservices/threading/interlocked/exchange/ExchangeTString_2.csproj +++ b/tests/src/baseservices/threading/interlocked/exchange/ExchangeTString_2.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>ExchangeTString.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>null "This is a string"</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/interlocked/exchange/ExchangeTString_3.csproj b/tests/src/baseservices/threading/interlocked/exchange/ExchangeTString_3.csproj index c1db9b0642..cc6baa9dd5 100644 --- a/tests/src/baseservices/threading/interlocked/exchange/ExchangeTString_3.csproj +++ b/tests/src/baseservices/threading/interlocked/exchange/ExchangeTString_3.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>ExchangeTString.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>empty "This is a long string that I am trying to test to be sure that the Exchange can handle this long of a string. If it can't then that's bad and we will have to fix it."</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartBool.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartBool.csproj index d058644e58..f45de03482 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartBool.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartBool.csproj @@ -16,7 +16,7 @@ <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <ReferenceLocalMscorlib>false</ReferenceLocalMscorlib> <CLRTestKind>BuildOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> </PropertyGroup> <!-- Default configurations to help VS understand the configurations --> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartBool_1.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartBool_1.csproj index 32da723ab7..80a410c715 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartBool_1.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartBool_1.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>ThreadStartBool.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>true</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartBool_2.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartBool_2.csproj index befadd4e1f..3151ceaa12 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartBool_2.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartBool_2.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>ThreadStartBool.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>false</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartByte.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartByte.csproj index 0410864b7e..dde0c2c66e 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartByte.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartByte.csproj @@ -16,7 +16,7 @@ <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <ReferenceLocalMscorlib>false</ReferenceLocalMscorlib> <CLRTestKind>BuildOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> </PropertyGroup> <!-- Default configurations to help VS understand the configurations --> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartByte_1.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartByte_1.csproj index 17ce41f2f7..3848c9e443 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartByte_1.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartByte_1.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>ThreadStartByte.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>min</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartByte_2.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartByte_2.csproj index 1031c172d1..8aa9d5879d 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartByte_2.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartByte_2.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>ThreadStartByte.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>0</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartByte_3.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartByte_3.csproj index 9d2a44ad32..7b09c603fb 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartByte_3.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartByte_3.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>ThreadStartByte.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>max</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartCast.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartCast.csproj index fa768530e0..b98426d1ed 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartCast.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartCast.csproj @@ -16,7 +16,7 @@ <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <ReferenceLocalMscorlib>false</ReferenceLocalMscorlib> <CLRTestKind>BuildOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> </PropertyGroup> <!-- Default configurations to help VS understand the configurations --> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartCast_1.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartCast_1.csproj index 05b8022143..1229260977 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartCast_1.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartCast_1.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>ThreadStartCast.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>max</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartCast_2.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartCast_2.csproj index 09b24ce68c..a331684236 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartCast_2.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartCast_2.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>ThreadStartCast.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>min</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartCast_3.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartCast_3.csproj index b71aa2ee22..5b9c8ddf07 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartCast_3.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartCast_3.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>ThreadStartCast.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>0</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartChar.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartChar.csproj index c73fb1529a..7581f89cc0 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartChar.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartChar.csproj @@ -16,7 +16,7 @@ <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <ReferenceLocalMscorlib>false</ReferenceLocalMscorlib> <CLRTestKind>BuildOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> </PropertyGroup> <!-- Default configurations to help VS understand the configurations --> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartChar_1.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartChar_1.csproj index ce3878a6de..ea8c65b816 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartChar_1.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartChar_1.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>ThreadStartChar.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>k</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartChar_2.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartChar_2.csproj index 639bf4fbd2..bf6a40a158 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartChar_2.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartChar_2.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>ThreadStartChar.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>1234</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartChar_3.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartChar_3.csproj index f8af787221..6d5afcb27c 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartChar_3.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartChar_3.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>ThreadStartChar.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>max</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartChar_4.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartChar_4.csproj index d86ca5c86d..66d282ed66 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartChar_4.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartChar_4.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>ThreadStartChar.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>min</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartDecimal.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartDecimal.csproj index 18673a13be..965a4f370d 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartDecimal.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartDecimal.csproj @@ -16,7 +16,7 @@ <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <ReferenceLocalMscorlib>false</ReferenceLocalMscorlib> <CLRTestKind>BuildOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> </PropertyGroup> <!-- Default configurations to help VS understand the configurations --> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartDecimal_1.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartDecimal_1.csproj index c78f3647e8..1eea7bdd05 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartDecimal_1.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartDecimal_1.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>ThreadStartDecimal.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>min</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartDecimal_2.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartDecimal_2.csproj index 498a754cdb..572db60b72 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartDecimal_2.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartDecimal_2.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>ThreadStartDecimal.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>max</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartDecimal_3.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartDecimal_3.csproj index f843ea9613..6d66517503 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartDecimal_3.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartDecimal_3.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>ThreadStartDecimal.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>0</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartDelegate.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartDelegate.csproj index 12bfc5be81..ed64c37b7f 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartDelegate.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartDelegate.csproj @@ -16,7 +16,7 @@ <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <ReferenceLocalMscorlib>false</ReferenceLocalMscorlib> <CLRTestKind>BuildOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> </PropertyGroup> <!-- Default configurations to help VS understand the configurations --> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartDelegate_1.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartDelegate_1.csproj index e719c385c5..d905afd0e5 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartDelegate_1.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartDelegate_1.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>ThreadStartDelegate.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>min</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartDelegate_2.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartDelegate_2.csproj index 05834f623a..7c2ab63a58 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartDelegate_2.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartDelegate_2.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>ThreadStartDelegate.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>max</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartDelegate_3.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartDelegate_3.csproj index bbbeced4b9..82551610f5 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartDelegate_3.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartDelegate_3.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>ThreadStartDelegate.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>0</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartDouble.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartDouble.csproj index 5e0a427d7f..8374e9a362 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartDouble.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartDouble.csproj @@ -16,7 +16,7 @@ <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <ReferenceLocalMscorlib>false</ReferenceLocalMscorlib> <CLRTestKind>BuildOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> </PropertyGroup> <!-- Default configurations to help VS understand the configurations --> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartDouble_1.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartDouble_1.csproj index 0dbd4c6766..cf1ca09c97 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartDouble_1.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartDouble_1.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>ThreadStartDouble.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>max</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartDouble_2.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartDouble_2.csproj index 44eee6d1f6..8cb4f8c8f0 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartDouble_2.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartDouble_2.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>ThreadStartDouble.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>0</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartDouble_3.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartDouble_3.csproj index 3e355d12b5..66cf8fe316 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartDouble_3.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartDouble_3.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>ThreadStartDouble.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>min</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartFloat.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartFloat.csproj index 3572a3dc36..796207d874 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartFloat.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartFloat.csproj @@ -16,7 +16,7 @@ <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <ReferenceLocalMscorlib>false</ReferenceLocalMscorlib> <CLRTestKind>BuildOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> </PropertyGroup> <!-- Default configurations to help VS understand the configurations --> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartFloat_1.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartFloat_1.csproj index 1e4b8e4784..3a7b5dea8e 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartFloat_1.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartFloat_1.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>ThreadStartFloat.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>min</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartFloat_2.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartFloat_2.csproj index 33e08d9fe2..6f0bf3a568 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartFloat_2.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartFloat_2.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>ThreadStartFloat.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>0</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartFloat_3.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartFloat_3.csproj index aabe6dc732..5c50a5a5c0 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartFloat_3.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartFloat_3.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>ThreadStartFloat.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>max</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartGenerics.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartGenerics.csproj index 95eae301b6..bfa6286b0a 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartGenerics.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartGenerics.csproj @@ -16,7 +16,7 @@ <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <ReferenceLocalMscorlib>false</ReferenceLocalMscorlib> <CLRTestKind>BuildOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> </PropertyGroup> <!-- Default configurations to help VS understand the configurations --> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartGenerics_1.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartGenerics_1.csproj index e335d5ff86..d20d2f4078 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartGenerics_1.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartGenerics_1.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>ThreadStartGenerics.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>0</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartGenerics_2.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartGenerics_2.csproj index 057c8ac004..a2a60fd40a 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartGenerics_2.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartGenerics_2.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>ThreadStartGenerics.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>max</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartGenerics_3.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartGenerics_3.csproj index 994cfb25f5..c61f4ae4bd 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartGenerics_3.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartGenerics_3.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>ThreadStartGenerics.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>min</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartInt.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartInt.csproj index fde2b2860c..cd665e1208 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartInt.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartInt.csproj @@ -16,7 +16,7 @@ <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <ReferenceLocalMscorlib>false</ReferenceLocalMscorlib> <CLRTestKind>BuildOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> </PropertyGroup> <!-- Default configurations to help VS understand the configurations --> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartInt_1.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartInt_1.csproj index 8e093e2d79..41b5df3036 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartInt_1.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartInt_1.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>ThreadStartInt.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>min</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartInt_2.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartInt_2.csproj index 5b6f6046ff..c03b7a3591 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartInt_2.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartInt_2.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>ThreadStartInt.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>max</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartInt_3.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartInt_3.csproj index b2b5b18429..f4da46302e 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartInt_3.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartInt_3.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>ThreadStartInt.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>0</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartLong.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartLong.csproj index 60bac7a6ff..6522f586e4 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartLong.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartLong.csproj @@ -16,7 +16,7 @@ <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <ReferenceLocalMscorlib>false</ReferenceLocalMscorlib> <CLRTestKind>BuildOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> </PropertyGroup> <!-- Default configurations to help VS understand the configurations --> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartLong_1.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartLong_1.csproj index 9fc9a66e1b..084638182c 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartLong_1.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartLong_1.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>ThreadStartLong.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>0</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartLong_2.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartLong_2.csproj index 0a1d78b0bd..cf288572c4 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartLong_2.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartLong_2.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>ThreadStartLong.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>max</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartLong_3.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartLong_3.csproj index 69e2dac9f5..19d14f4590 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartLong_3.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartLong_3.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>ThreadStartLong.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>min</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartObject.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartObject.csproj index 4752230c46..e29f745eaa 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartObject.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartObject.csproj @@ -16,7 +16,7 @@ <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <ReferenceLocalMscorlib>false</ReferenceLocalMscorlib> <CLRTestKind>BuildOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> </PropertyGroup> <!-- Default configurations to help VS understand the configurations --> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartObject_1.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartObject_1.csproj index e94a86ef3c..d6b213d50e 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartObject_1.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartObject_1.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>ThreadStartObject.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>MyObject</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartObject_2.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartObject_2.csproj index 00bd0e6378..d267706d8c 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartObject_2.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartObject_2.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>ThreadStartObject.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>""</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartOperations.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartOperations.csproj index 5adc94410c..3de25295ac 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartOperations.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartOperations.csproj @@ -16,7 +16,7 @@ <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <ReferenceLocalMscorlib>false</ReferenceLocalMscorlib> <CLRTestKind>BuildOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> </PropertyGroup> <!-- Default configurations to help VS understand the configurations --> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartOperations_1.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartOperations_1.csproj index 7039a93a4a..2801bdd9ad 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartOperations_1.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartOperations_1.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>ThreadStartOperations.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>min</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartOperations_2.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartOperations_2.csproj index 6ae4854c35..54aec2acf3 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartOperations_2.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartOperations_2.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>ThreadStartOperations.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>max</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartOperations_3.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartOperations_3.csproj index f1c3b20d89..97910b2dbe 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartOperations_3.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartOperations_3.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>ThreadStartOperations.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>0</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartSByte.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartSByte.csproj index 50fc0063e4..02f55db26c 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartSByte.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartSByte.csproj @@ -16,7 +16,7 @@ <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <ReferenceLocalMscorlib>false</ReferenceLocalMscorlib> <CLRTestKind>BuildOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> </PropertyGroup> <!-- Default configurations to help VS understand the configurations --> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartSByte_1.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartSByte_1.csproj index 1d6fefd26b..7d15217e64 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartSByte_1.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartSByte_1.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>ThreadStartSByte.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>max</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartSByte_2.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartSByte_2.csproj index 62bdd4cf4a..b704d25e93 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartSByte_2.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartSByte_2.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>ThreadStartSByte.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>0</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartSByte_3.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartSByte_3.csproj index 78d1c3b082..ef3e856db7 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartSByte_3.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartSByte_3.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>ThreadStartSByte.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>min</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartShort.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartShort.csproj index c16e57a670..bf63324548 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartShort.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartShort.csproj @@ -16,7 +16,7 @@ <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <ReferenceLocalMscorlib>false</ReferenceLocalMscorlib> <CLRTestKind>BuildOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> </PropertyGroup> <!-- Default configurations to help VS understand the configurations --> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartShort_1.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartShort_1.csproj index 379fbde9b9..36c63dbf57 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartShort_1.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartShort_1.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>ThreadStartShort.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>min</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartShort_2.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartShort_2.csproj index 096af141bd..261eb8e42a 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartShort_2.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartShort_2.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>ThreadStartShort.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>max</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartShort_3.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartShort_3.csproj index bc3487ea3f..3aefb70dc0 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartShort_3.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartShort_3.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>ThreadStartShort.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>0</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartString.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartString.csproj index 16e788f502..bba2d7b48b 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartString.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartString.csproj @@ -16,7 +16,7 @@ <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <ReferenceLocalMscorlib>false</ReferenceLocalMscorlib> <CLRTestKind>BuildOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> </PropertyGroup> <!-- Default configurations to help VS understand the configurations --> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartString_1.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartString_1.csproj index 5a1d824200..d36fea9d75 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartString_1.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartString_1.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>ThreadStartString.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>" "</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartString_2.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartString_2.csproj index 263f4a8342..9f4ae4da65 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartString_2.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartString_2.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>ThreadStartString.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>""</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartString_3.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartString_3.csproj index 9cbb625660..df55e8ff24 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartString_3.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartString_3.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>ThreadStartString.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>null</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartString_4.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartString_4.csproj index f742f6f6e7..2f7d81001a 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartString_4.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartString_4.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>ThreadStartString.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>MyStringHere</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartUInt.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartUInt.csproj index 7bbbce05f4..fb6d4958c9 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartUInt.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartUInt.csproj @@ -16,7 +16,7 @@ <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <ReferenceLocalMscorlib>false</ReferenceLocalMscorlib> <CLRTestKind>BuildOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> </PropertyGroup> <!-- Default configurations to help VS understand the configurations --> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartUInt_1.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartUInt_1.csproj index c41c214023..861f67d4fe 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartUInt_1.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartUInt_1.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>ThreadStartUInt.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>min</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartUInt_2.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartUInt_2.csproj index 3c8412ffa0..2beab38a12 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartUInt_2.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartUInt_2.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>ThreadStartUInt.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>max</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartUInt_3.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartUInt_3.csproj index 3576679dcf..3eb033752d 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartUInt_3.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartUInt_3.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>ThreadStartUInt.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>0</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartULong.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartULong.csproj index 7868a0cc42..0596576bac 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartULong.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartULong.csproj @@ -16,7 +16,7 @@ <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <ReferenceLocalMscorlib>false</ReferenceLocalMscorlib> <CLRTestKind>BuildOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> </PropertyGroup> <!-- Default configurations to help VS understand the configurations --> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartULong_1.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartULong_1.csproj index 953765bf0f..34e8067f9d 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartULong_1.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartULong_1.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>ThreadStartULong.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>min</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartULong_2.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartULong_2.csproj index 790418f9dc..7b3a6b9bab 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartULong_2.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartULong_2.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>ThreadStartULong.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>0</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartULong_3.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartULong_3.csproj index 28c6e763df..bbdc209f1b 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartULong_3.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartULong_3.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>ThreadStartULong.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>max</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartUShort.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartUShort.csproj index e914686e55..128fb218de 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartUShort.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartUShort.csproj @@ -16,7 +16,7 @@ <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <ReferenceLocalMscorlib>false</ReferenceLocalMscorlib> <CLRTestKind>BuildOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> </PropertyGroup> <!-- Default configurations to help VS understand the configurations --> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartUShort_1.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartUShort_1.csproj index 08eab0089c..f82f55f29c 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartUShort_1.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartUShort_1.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>ThreadStartUShort.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>min</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartUShort_2.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartUShort_2.csproj index 1bfb0a0b9f..f988186adb 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartUShort_2.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartUShort_2.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>ThreadStartUShort.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>0</CLRTestExecutionArguments> </PropertyGroup> diff --git a/tests/src/baseservices/threading/paramthreadstart/ThreadStartUShort_3.csproj b/tests/src/baseservices/threading/paramthreadstart/ThreadStartUShort_3.csproj index c42a849359..39a6bdc5b6 100644 --- a/tests/src/baseservices/threading/paramthreadstart/ThreadStartUShort_3.csproj +++ b/tests/src/baseservices/threading/paramthreadstart/ThreadStartUShort_3.csproj @@ -15,7 +15,7 @@ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestKind>RunOnly</CLRTestKind> - <CLRTestPriority>1</CLRTestPriority> + <CLRTestPriority>2</CLRTestPriority> <CLRTestProjectToRun>ThreadStartUShort.csproj</CLRTestProjectToRun> <CLRTestExecutionArguments>max</CLRTestExecutionArguments> </PropertyGroup> |