Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restructure WellKnownOids.cs #84921

Merged
merged 6 commits into from
May 17, 2023

Delete temp file

be14b98
Select commit
Failed to load commit list.
Merged

Restructure WellKnownOids.cs #84921

Delete temp file
be14b98
Select commit
Failed to load commit list.
Build Analysis / Build Analysis failed Apr 18, 2023 in 0s

.NET Result Analysis

Details

Build Failures

runtime / Build / Installer Build and Test coreclr windows_x86 Debug / Build

[:construction: Report infrastructure issue] [:page_facing_up: Report repository issue]
    ❌VSTest(0,0): error : Tests failed: D:\a\_work\1\s\artifacts\TestResults\Debug\AppHost.Bundle.Tests_net8.0_x86.html [net8.0|x86]

Known test errors

Test Failures (1 tests failed)

[All failing tests from runtime]

❌ AppHost.Bundle.Tests.BundleLocalizedApp.Bundled_Localized_App_Run_Succeeds [Details] [0.17% failure rate]
[:construction: Report test infrastructure issue] [:page_facing_up: Report test repository issue]

Failing Configuration

  • Installer-coreclr-windows_x86-Debug
Exception Message
The command output did not contain expected result: 'ನಮಸ್ಕಾರ! வணக்கம்! Hello!'
File Name: D:\a\_work\1\s\artifacts\tests\Debug\ahb\w3apq1je.nqi\LocalizedApp\bundle\LocalizedApp.exe
Arguments: 
Exit Code: 0
StdOut:
???????! ???????! Hello! 

StdErr:

CallStack
   at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message)
   at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message)
   at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message)
   at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc)
   at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc)
   at FluentAssertions.Execution.AssertionScope.FailWith(String message)
   at Microsoft.DotNet.CoreSetup.Test.CommandResultAssertions.HaveStdOutContaining(String pattern) in /_/src/installer/tests/TestUtils/Assertions/CommandResultAssertions.cs:line 58
   at AppHost.Bundle.Tests.BundleLocalizedApp.Bundled_Localized_App_Run_Succeeds() in /_/src/installer/tests/Microsoft.NET.HostModel.Tests/AppHost.Bundle.Tests/BundleLocalizedApp.cs:line 35
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)

Was this helpful? Yes No