Add ToUpperOrdinal and ToLowerOrdinal casing APIs#130140
Build #20260708.97 had test failures
Details
- Failed: 11 (0.00%)
- Passed: 2,818,401 (98.05%)
- Other: 56,052 (1.95%)
- Total: 2,874,464
Annotations
Check failure on line 25 in Build log
azure-pipelines / runtime
Build log #L25
The Operation will be canceled. The next steps may not contain expected logs.
Check failure on line 26 in Build log
azure-pipelines / runtime
Build log #L26
The operation was canceled.
Check failure on line 1 in System.Globalization.Tests.IdnMappingGetUnicodeTests.TryGetUnicode
azure-pipelines / runtime
System.Globalization.Tests.IdnMappingGetUnicodeTests.TryGetUnicode
Test failed
azure-pipelines / runtime
System.Globalization.Tests.IdnMappingGetUnicodeTests.TryGetUnicode_WithFlags
Test failed
azure-pipelines / runtime
System.Globalization.Tests.IdnMappingGetUnicodeTests.GetUnicode_NoTranslationNeeded_ResultIsSameObjectAsInput
Test failed
azure-pipelines / runtime
System.Globalization.Tests.IdnMappingGetUnicodeTests.TryGetUnicode_EmptyBuffer
System.DllNotFoundException : Unable to load shared library 'libSystem.Globalization.Native' or one of its dependencies. In order to help diagnose loading problems, consider using a tool like strace. If you're using glibc, consider setting the LD_DEBUG environment variable:
dynamic linking not enabled
Raw output
at Interop.Globalization.ToUnicode(UInt32 flags, ReadOnlySpan`1 src, Int32 srcLen, Span`1 dstBuffer, Int32 dstBufferCapacity)
at System.Globalization.IdnMapping.IcuTryGetUnicodeCore(ReadOnlySpan`1 ascii, Span`1 destination, Int32& charsWritten)
at System.Globalization.IdnMapping.TryGetUnicode(ReadOnlySpan`1 ascii, Span`1 destination, Int32& charsWritten)
at System.Globalization.Tests.IdnMappingGetUnicodeTests.TryGetUnicode_EmptyBuffer()
at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result)
at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)