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

Late cast expansion: castclass #97237

Merged
merged 4 commits into from
Jan 22, 2024

Merge branch 'main' into profiled-castclasses-late

cad2e96
Select commit
Loading
Failed to load commit list.
Merged

Late cast expansion: castclass #97237

Merge branch 'main' into profiled-castclasses-late
cad2e96
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Jan 21, 2024 in 0s

.NET Result Analysis

Details

Test Failures (1 tests failed)

🔹 [All failing tests from runtime]

    BasicEventSourceTests.TestsManifestGeneration.Test_EventSource_EtwManifestGenerationRollover [Console] [Details] [Artifacts] [6.77% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configuration

    Exception Message
    Assert.True() Failure
    Expected: True
    Actual:   False
    CallStack
       at BasicEventSourceTests.TestsManifestGeneration.Test_EventSource_EtwManifestGenerationRollover() in /_/src/libraries/System.Diagnostics.Tracing/tests/BasicEventSourceTest/TestsManifestGeneration.Etw.cs:line 121
       at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
       at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) in /_/src/coreclr/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.CoreCLR.cs:line 36
       at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) in /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.cs:line 57

Was this helpful? Yes No