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

[Apple mobile] Set DataSetXmlSerializationSupport to true in System.Runtime.Serialization.Xml.Tests #113084

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Fix name

807ee37
Select commit
Loading
Failed to load commit list.
Draft

[Apple mobile] Set DataSetXmlSerializationSupport to true in System.Runtime.Serialization.Xml.Tests #113084

Fix name
807ee37
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Mar 3, 2025 in 0s

.NET Result Analysis

Details

Tip

To unconditionally bypass the build analysis check (turn it green), you can use the escape mechanism feature. The completion time may vary, potentially taking several minutes, depending on the build analysis workload at the moment.

⚠️ The following pipeline(s) will not be analyzed as has been explicited excluded from analysis

Build Failures

runtime-extra-platforms / Build / windows-x64 Release Libraries_NET48 / Build product

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌LINK(0,0): error LNK1181: cannot open input file 'D:\a\_work\1\s\artifacts\bin\coreclr\windows.x64.Release\cdaclibs\unwinder_cdac_amd64.lib'
    ❌.packages\microsoft.dotnet.ilcompiler\10.0.0-preview.3.25124.11\build\Microsoft.NETCore.Native.targets(393,5): error MSB3073: The command ""C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.42.34433\bin\Hostx64\x64\link.exe" @"D:\a\_work\1\s\artifacts\obj\cdacreader\Release\net10.0\win-x64\native\link.rsp"" exited with code 1181.

Known test errors

Test Failures (3 tests failed)

🔹 [All failing tests from runtime]

🔹 [All failing tests from runtime-extra-platforms]

    System.Diagnostics.Tests.ProcessTests.TestTotalProcessorTimeMacOs [Console] [Details] [Artifacts] [1.38% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configuration

    Exception Message
    Time 'user' returned by managed API (00:00:01.5457850) should be greated or equal to the time returned by native API (00:00:01.5457860).
    CallStack
       at System.Diagnostics.Tests.ProcessTests.<TestTotalProcessorTimeMacOs>g__AssertTime|229_0(TimeSpan managed, TimeSpan native, String label) in /_/src/libraries/System.Diagnostics.Process/tests/ProcessTests.Unix.cs:line 881
       at System.Diagnostics.Tests.ProcessTests.TestTotalProcessorTimeMacOs() in /_/src/libraries/System.Diagnostics.Process/tests/ProcessTests.Unix.cs:line 870
       at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result)
       at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result)
       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