|
|
@@ -154,10 +154,10 @@
|
|
|
|
|
|
# System.Threading.Tasks
|
|
|
../../../external/corefx/src/System.Threading.Tasks/tests/System.Runtime.CompilerServices/*.cs
|
|
|
-../../../external/corefx/src/System.Threading.Tasks/tests/Task/*.cs:TaskStatusTest.netcoreapp.cs,EtwTests.cs,TaskCancelWaitTests.cs
|
|
|
+../../../external/corefx/src/System.Threading.Tasks/tests/Task/*.cs:*.netcoreapp.cs,TaskContinueWithTests.cs
|
|
|
../../../external/corefx/src/System.Threading.Tasks/tests/TaskFactory/*.cs
|
|
|
../../../external/corefx/src/System.Threading.Tasks/tests/TaskScheduler/*.cs
|
|
|
-../../../external/corefx/src/System.Threading.Tasks/tests/*.cs:UnwrapTests.cs
|
|
|
+../../../external/corefx/src/System.Threading.Tasks/tests/*.cs:UnwrapTests.cs,CancellationTokenTests.netcoreapp.cs
|
|
|
|
|
|
# System.Threading.Tasks.Parallel
|
|
|
../../../external/corefx/src/System.Threading.Tasks.Parallel/tests/*.cs:XunitAssemblyAttributes.cs,EtwTests.cs
|
|
|
@@ -172,4 +172,4 @@
|
|
|
../../../external/corefx/src/System.Threading/tests/*.cs:MutexTests.cs,SemaphoreTests.cs,InterlockedTests.netcoreapp.cs,EventWaitHandleTests.cs,XunitAssemblyAttributes.cs,ReaderWriterLockTests.cs,SynchronizationContextTests.cs,ExecutionContextTests.cs,HostExecutionContextManagerTests.cs,EtwTests.cs
|
|
|
|
|
|
# System.Text.RegularExpressions
|
|
|
-../../../external/corefx/src/System.Text.RegularExpressions/tests/*.cs:CaptureCollectionTests.netcoreapp.cs,GroupCollectionTests.netcoreapp.cs,MatchCollectionTests.netcoreapp.cs,Regex.Groups.Tests.cs,Regex.Match.Tests.cs,Regex.Serialization.cs,MatchCollectionTests.cs
|
|
|
+../../../external/corefx/src/System.Text.RegularExpressions/tests/*.cs:CaptureCollectionTests.netcoreapp.cs,GroupCollectionTests.netcoreapp.cs,MatchCollectionTests.netcoreapp.cs,PrecompiledRegexScenarioTest.cs,RegexCompilationInfoTests.cs,RegexGroupNameTests.cs,Regex.Groups.Tests.cs,Regex.Match.Tests.cs,Regex.Serialization.cs,MatchCollectionTests.cs,Regex.Ctor.Tests.cs,GroupCollectionTests2.cs,MatchCollectionTests2.cs,CaptureCollectionTests2.cs
|