From: Viktor Hofer Date: Wed, 4 Dec 2019 18:58:24 +0000 (+0100) Subject: Change ArchiveTest reads to FixArchiveTests (#511) X-Git-Tag: submit/tizen/20210909.063632~10817 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=859926f4c37158c683157bcd0f2b9d3c62d1f650;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Change ArchiveTest reads to FixArchiveTests (#511) With 1d5de1533ad35b39f776701c4d22b68a3def2dd8, the ArchiveTest property was removed. This fixes the remaining places where the old property is still read. Additionally this introduces a new property `IgnoreForCI` which is consistent with the xunit trait to skip the whole assembly for CI testing. --- diff --git a/eng/testing/tests.targets b/eng/testing/tests.targets index 527f418..01d3611 100644 --- a/eng/testing/tests.targets +++ b/eng/testing/tests.targets @@ -20,7 +20,7 @@ diff --git a/eng/testing/xunit/xunit.console.props b/eng/testing/xunit/xunit.console.props index 48a3919..2911134 100644 --- a/eng/testing/xunit/xunit.console.props +++ b/eng/testing/xunit/xunit.console.props @@ -8,14 +8,14 @@ - - + + - + diff --git a/eng/testing/xunit/xunit.console.targets b/eng/testing/xunit/xunit.console.targets index c7f10a9..9e78c9b 100644 --- a/eng/testing/xunit/xunit.console.targets +++ b/eng/testing/xunit/xunit.console.targets @@ -3,7 +3,7 @@ $(TargetFileName) $(RunArguments) -xml $(TestResultsName) $(RunArguments) -nologo - $(RunArguments) -nocolor + $(RunArguments) -nocolor $(RunArguments) -maxthreads 1 diff --git a/eng/testing/xunit/xunit.targets b/eng/testing/xunit/xunit.targets index 4ddddcc..9e637df 100644 --- a/eng/testing/xunit/xunit.targets +++ b/eng/testing/xunit/xunit.targets @@ -12,7 +12,7 @@ all <_withCategories Condition="'$(TestScope)' == 'outerloop'">$(_withCategories);OuterLoop - <_withoutCategories Condition="'$(ArchiveTest)' == 'true'">$(_withoutCategories);IgnoreForCI + <_withoutCategories Condition="'$(ArchiveTests)' == 'true'">$(_withoutCategories);IgnoreForCI <_withoutCategories Condition="'$(TestScope)' == '' or '$(TestScope)' == 'innerloop'">$(_withoutCategories);OuterLoop <_withoutCategories Condition="!$(_withCategories.Contains('failing'))">$(_withoutCategories);failing diff --git a/src/libraries/System.Data.SqlClient/tests/StressTests/System.Data.SqlClient.Stress.Tests/System.Data.SqlClient.Stress.Tests.csproj b/src/libraries/System.Data.SqlClient/tests/StressTests/System.Data.SqlClient.Stress.Tests/System.Data.SqlClient.Stress.Tests.csproj index 3cc3214..6491031 100644 --- a/src/libraries/System.Data.SqlClient/tests/StressTests/System.Data.SqlClient.Stress.Tests/System.Data.SqlClient.Stress.Tests.csproj +++ b/src/libraries/System.Data.SqlClient/tests/StressTests/System.Data.SqlClient.Stress.Tests/System.Data.SqlClient.Stress.Tests.csproj @@ -3,7 +3,7 @@ Stress.Data.SqlClient System.Data.SqlClient.Stress.Tests - false + true netcoreapp-Unix-Debug;netcoreapp-Unix-Release;netcoreapp-Windows_NT-Debug;netcoreapp-Windows_NT-Release;netfx-Windows_NT-Debug;netfx-Windows_NT-Release diff --git a/src/libraries/System.Net.Sockets/tests/ManualPerformanceTests/System.Net.Sockets.Async.Stress.Tests.csproj b/src/libraries/System.Net.Sockets/tests/ManualPerformanceTests/System.Net.Sockets.Async.Stress.Tests.csproj index 3f8a452..69e343c 100644 --- a/src/libraries/System.Net.Sockets/tests/ManualPerformanceTests/System.Net.Sockets.Async.Stress.Tests.csproj +++ b/src/libraries/System.Net.Sockets/tests/ManualPerformanceTests/System.Net.Sockets.Async.Stress.Tests.csproj @@ -2,7 +2,7 @@ netcoreapp-Unix-Debug;netcoreapp-Unix-Release;netcoreapp-Windows_NT-Debug;netcoreapp-Windows_NT-Release - false + true