5 references to Error
dotnet-aot (5)
parent\dotnet\Commands\Test\MTP\Terminal\TerminalTestReporter.cs (4)
743
case TestOutcome.
Error
:
802
TestOutcome.
Error
or TestOutcome.Fail or TestOutcome.Canceled or TestOutcome.Timeout => TerminalColor.DarkRed,
809
TestOutcome.Fail or TestOutcome.
Error
=> CliCommandStrings.FailedLowercase,
870
FormatErrorMessage(terminal, exceptions, TestOutcome.
Error
, i);
parent\dotnet\Commands\Test\MTP\TestApplicationHandler.cs (1)
647
TestStates.Error => TestOutcome.
Error
,