From b8dd97dad64b71ef322fd3a65f6b3b7d81285d83 Mon Sep 17 00:00:00 2001 From: Steve Pfister Date: Tue, 14 Jul 2020 13:50:34 -0400 Subject: [PATCH 1/2] [Wasm] Disable System.Linq.Parallel test suite https://github.com/dotnet/runtime/issues/38942 seems to be failing more frequently, so the suite will be disabled until we can provide a fix. --- src/libraries/System.Linq.Parallel/tests/AssemblyInfo.cs | 7 +++++++ .../tests/System.Linq.Parallel.Tests.csproj | 1 + 2 files changed, 8 insertions(+) create mode 100644 src/libraries/System.Linq.Parallel/tests/AssemblyInfo.cs diff --git a/src/libraries/System.Linq.Parallel/tests/AssemblyInfo.cs b/src/libraries/System.Linq.Parallel/tests/AssemblyInfo.cs new file mode 100644 index 00000000000000..80dc539435b6ff --- /dev/null +++ b/src/libraries/System.Linq.Parallel/tests/AssemblyInfo.cs @@ -0,0 +1,7 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + +using System; +using Xunit; + +[assembly: ActiveIssue("https://github.com/dotnet/runtime/issues/38942", typeof(PlatformDetection), nameof(PlatformDetection.IsMonoInterpreter), nameof(PlatformDetection.IsBrowser))] diff --git a/src/libraries/System.Linq.Parallel/tests/System.Linq.Parallel.Tests.csproj b/src/libraries/System.Linq.Parallel/tests/System.Linq.Parallel.Tests.csproj index 8b327c062a3e8f..861559531ed983 100644 --- a/src/libraries/System.Linq.Parallel/tests/System.Linq.Parallel.Tests.csproj +++ b/src/libraries/System.Linq.Parallel/tests/System.Linq.Parallel.Tests.csproj @@ -4,6 +4,7 @@ $(NetCoreAppCurrent) + Date: Tue, 14 Jul 2020 13:55:54 -0400 Subject: [PATCH 2/2] Adding it to the skipped test list instead of an attribute --- src/libraries/System.Linq.Parallel/tests/AssemblyInfo.cs | 7 ------- .../tests/System.Linq.Parallel.Tests.csproj | 1 - src/libraries/tests.proj | 1 + 3 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 src/libraries/System.Linq.Parallel/tests/AssemblyInfo.cs diff --git a/src/libraries/System.Linq.Parallel/tests/AssemblyInfo.cs b/src/libraries/System.Linq.Parallel/tests/AssemblyInfo.cs deleted file mode 100644 index 80dc539435b6ff..00000000000000 --- a/src/libraries/System.Linq.Parallel/tests/AssemblyInfo.cs +++ /dev/null @@ -1,7 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. - -using System; -using Xunit; - -[assembly: ActiveIssue("https://github.com/dotnet/runtime/issues/38942", typeof(PlatformDetection), nameof(PlatformDetection.IsMonoInterpreter), nameof(PlatformDetection.IsBrowser))] diff --git a/src/libraries/System.Linq.Parallel/tests/System.Linq.Parallel.Tests.csproj b/src/libraries/System.Linq.Parallel/tests/System.Linq.Parallel.Tests.csproj index 861559531ed983..8b327c062a3e8f 100644 --- a/src/libraries/System.Linq.Parallel/tests/System.Linq.Parallel.Tests.csproj +++ b/src/libraries/System.Linq.Parallel/tests/System.Linq.Parallel.Tests.csproj @@ -4,7 +4,6 @@ $(NetCoreAppCurrent) - +