WASM: Disable tests on System.Diagnostics.StackTrace that fail (#39226)
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Tue, 14 Jul 2020 10:00:37 +0000 (12:00 +0200)
committerGitHub <noreply@github.com>
Tue, 14 Jul 2020 10:00:37 +0000 (12:00 +0200)
src/libraries/System.Diagnostics.StackTrace/tests/StackFrameExtensionsTests.cs
src/libraries/System.Diagnostics.StackTrace/tests/StackFrameTests.cs
src/libraries/System.Diagnostics.StackTrace/tests/StackTraceSymbolsTests.cs
src/libraries/System.Diagnostics.StackTrace/tests/StackTraceTests.cs
src/libraries/tests.proj

index a8572840bfacde74b468a66f683c818c78aa91bb..aaecae6e7fb2fe86152881b8e26ae2d17b807f41 100644 (file)
@@ -6,6 +6,7 @@ using Xunit;
 
 namespace System.Diagnostics.Tests
 {
+    [ActiveIssue("https://github.com/dotnet/runtime/issues/39223", TestPlatforms.Browser)]
     public class StackFrameExtensionsTests
     {
         public static IEnumerable<object[]> StackFrame_TestData()
index e80c6b950960f75aa2b36553bd7be206de27647c..445ae86ca6f1c731632ab737f25fa1c48f045b71 100644 (file)
@@ -8,6 +8,7 @@ using Xunit;
 
 namespace System.Diagnostics.Tests
 {
+    [ActiveIssue("https://github.com/dotnet/runtime/issues/39223", TestPlatforms.Browser)]
     public class StackFrameTests
     {
         [Fact]
index e65b7587e8cea81fd58ad45124f8c0c754ec88db..ba291aeb1d958ceda3caade5e88230b025d13500 100644 (file)
@@ -7,6 +7,7 @@ using Xunit;
 
 namespace System.Diagnostics.SymbolStore.Tests
 {
+    [ActiveIssue("https://github.com/dotnet/runtime/issues/39223", TestPlatforms.Browser)]
     public class StackTraceSymbolsTests
     {
         [Fact]
index 894374ba29b4dc420a3614d1f41459c36ef93930..67119f9799cf347c48a345797297d306e4209754 100644 (file)
@@ -29,6 +29,7 @@ namespace System.Diagnostics
 
 namespace System.Diagnostics.Tests
 {
+    [ActiveIssue("https://github.com/dotnet/runtime/issues/39223", TestPlatforms.Browser)]
     public class StackTraceTests
     {
         [Fact]
index 95ed01fc534e0c970023a9aaae4460b3aefab4cf..189222db86bd44f954a13af6f2967b9c98e1d4bd 100644 (file)
@@ -28,7 +28,6 @@
     <ProjectExclusions Include="$(MSBuildThisFileDirectory)System.ComponentModel.TypeConverter\tests\System.ComponentModel.TypeConverter.Tests.csproj" />
     <ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Data.Common\tests\System.Data.Common.Tests.csproj" />
     <ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Diagnostics.DiagnosticSource\tests\TestWithConfigSwitches\System.Diagnostics.DiagnosticSource.Switches.Tests.csproj" />
-    <ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Diagnostics.StackTrace\tests\System.Diagnostics.StackTrace.Tests.csproj" />
     <ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Diagnostics.TextWriterTraceListener\tests\System.Diagnostics.TextWriterTraceListener.Tests.csproj" />
     <ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Diagnostics.Tracing\tests\System.Diagnostics.Tracing.Tests.csproj" />
     <ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Globalization.Calendars\tests\CalendarTestWithConfigSwitch\System.Globalization.CalendarsWithConfigSwitch.Tests.csproj" />