Skip to content

System.Diagnostics.Debug.Tests fail on Android #50570

@mdh1418

Description

@mdh1418

Several tests from System.Diagnostics.Debug.Tests fail on Android

  • System.Diagnostics.Tests.DebugTestsUsingListeners.Debug_WriteLineNull_IndentsEmptyStringProperly
  • System.Diagnostics.Tests.DebugTestsUsingListeners.IndentLevel_Set_GetReturnsExpected(indentLevel: 0, expectedIndentLevel: 0)
  • System.Diagnostics.Tests.DebugTestsUsingListeners.IndentLevel_Set_GetReturnsExpected(indentLevel: 1, expectedIndentLevel: 1)
  • System.Diagnostics.Tests.DebugTestsUsingListeners.IndentLevel_Set_GetReturnsExpected(indentLevel: -1, expectedIndentLevel: 0)
  • System.Diagnostics.Tests.DebugTestsUsingListeners.Trace_ClearTraceListeners_StopsWritingToDebugger
  • System.Diagnostics.Tests.DebugTestsUsingListeners.TraceWriteLineIf

Based on CI runs from #50095

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions