File tree Expand file tree Collapse file tree 5 files changed +4
-1
lines changed
System.Diagnostics.StackTrace/tests Expand file tree Collapse file tree 5 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 66
77namespace System . Diagnostics . Tests
88{
9+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/39223" , TestPlatforms . Browser ) ]
910 public class StackFrameExtensionsTests
1011 {
1112 public static IEnumerable < object [ ] > StackFrame_TestData ( )
Original file line number Diff line number Diff line change 88
99namespace System . Diagnostics . Tests
1010{
11+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/39223" , TestPlatforms . Browser ) ]
1112 public class StackFrameTests
1213 {
1314 [ Fact ]
Original file line number Diff line number Diff line change 77
88namespace System . Diagnostics . SymbolStore . Tests
99{
10+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/39223" , TestPlatforms . Browser ) ]
1011 public class StackTraceSymbolsTests
1112 {
1213 [ Fact ]
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ public static StackTrace MethodWithException()
2929
3030namespace System . Diagnostics . Tests
3131{
32+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/39223" , TestPlatforms . Browser ) ]
3233 public class StackTraceTests
3334 {
3435 [ Fact ]
Original file line number Diff line number Diff line change 2828 <ProjectExclusions Include =" $(MSBuildThisFileDirectory)System.ComponentModel.TypeConverter\tests\System.ComponentModel.TypeConverter.Tests.csproj" />
2929 <ProjectExclusions Include =" $(MSBuildThisFileDirectory)System.Data.Common\tests\System.Data.Common.Tests.csproj" />
3030 <ProjectExclusions Include =" $(MSBuildThisFileDirectory)System.Diagnostics.DiagnosticSource\tests\TestWithConfigSwitches\System.Diagnostics.DiagnosticSource.Switches.Tests.csproj" />
31- <ProjectExclusions Include =" $(MSBuildThisFileDirectory)System.Diagnostics.StackTrace\tests\System.Diagnostics.StackTrace.Tests.csproj" />
3231 <ProjectExclusions Include =" $(MSBuildThisFileDirectory)System.Diagnostics.TextWriterTraceListener\tests\System.Diagnostics.TextWriterTraceListener.Tests.csproj" />
3332 <ProjectExclusions Include =" $(MSBuildThisFileDirectory)System.Diagnostics.Tracing\tests\System.Diagnostics.Tracing.Tests.csproj" />
3433 <ProjectExclusions Include =" $(MSBuildThisFileDirectory)System.Globalization.Calendars\tests\CalendarTestWithConfigSwitch\System.Globalization.CalendarsWithConfigSwitch.Tests.csproj" />
You can’t perform that action at this time.
0 commit comments