Skip to content

Stop complaining about console output mismatch

Azure Pipelines / runtime (Build linux-arm64 Debug Libraries_CheckedCoreCLR) failed Mar 26, 2024 in 35m 27s

Build linux-arm64 Debug Libraries_CheckedCoreCLR failed

Annotations

Check failure on line 61 in src/libraries/System.Diagnostics.Process/tests/ProcessStreamReadTests.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime (Build linux-arm64 Debug Libraries_CheckedCoreCLR)

src/libraries/System.Diagnostics.Process/tests/ProcessStreamReadTests.cs#L61

src/libraries/System.Diagnostics.Process/tests/ProcessStreamReadTests.cs(61,21): error xUnit1008: (NETCORE_ENGINEERING_TELEMETRY=Build) Test data attribute should only be used on a Theory. Remove the test data, or add the Theory attribute to the test method. (https://xunit.net/xunit.analyzers/rules/xUnit1008)

Check failure on line 527 in src/libraries/System.Diagnostics.Process/tests/ProcessStreamReadTests.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime (Build linux-arm64 Debug Libraries_CheckedCoreCLR)

src/libraries/System.Diagnostics.Process/tests/ProcessStreamReadTests.cs#L527

src/libraries/System.Diagnostics.Process/tests/ProcessStreamReadTests.cs(527,21): error xUnit1008: (NETCORE_ENGINEERING_TELEMETRY=Build) Test data attribute should only be used on a Theory. Remove the test data, or add the Theory attribute to the test method. (https://xunit.net/xunit.analyzers/rules/xUnit1008)

Check failure on line 84 in src/libraries/System.Runtime/tests/System.Runtime.Extensions.Tests/System/EnvironmentTests.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime (Build linux-arm64 Debug Libraries_CheckedCoreCLR)

src/libraries/System.Runtime/tests/System.Runtime.Extensions.Tests/System/EnvironmentTests.cs#L84

src/libraries/System.Runtime/tests/System.Runtime.Extensions.Tests/System/EnvironmentTests.cs(84,21): error xUnit1013: (NETCORE_ENGINEERING_TELEMETRY=Build) Public method 'ProcessId_MatchesExpectedValue' on test class 'EnvironmentTests' should be marked as a Fact. Reduce the visibility of the method, or add a Fact attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)