Skip to content

Commit

Permalink
WASM: Disable tests on System.Diagnostics.StackTrace that fail (dotne…
Browse files Browse the repository at this point in the history
  • Loading branch information
akoeplinger authored Jul 14, 2020
1 parent cd4157f commit af828ae
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

namespace System.Diagnostics.Tests
{
[ActiveIssue("https://github.com/dotnet/runtime/issues/39223", TestPlatforms.Browser)]
public class StackFrameExtensionsTests
{
public static IEnumerable<object[]> StackFrame_TestData()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

namespace System.Diagnostics.Tests
{
[ActiveIssue("https://github.com/dotnet/runtime/issues/39223", TestPlatforms.Browser)]
public class StackFrameTests
{
[Fact]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

namespace System.Diagnostics.SymbolStore.Tests
{
[ActiveIssue("https://github.com/dotnet/runtime/issues/39223", TestPlatforms.Browser)]
public class StackTraceSymbolsTests
{
[Fact]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ public static StackTrace MethodWithException()

namespace System.Diagnostics.Tests
{
[ActiveIssue("https://github.com/dotnet/runtime/issues/39223", TestPlatforms.Browser)]
public class StackTraceTests
{
[Fact]
Expand Down
1 change: 0 additions & 1 deletion src/libraries/tests.proj
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down

0 comments on commit af828ae

Please sign in to comment.