[FAIL] 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
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()
{
"ErrorMessage": [
"Unable to load shared library 'libSystem.Globalization.Native'",
"dynamic linking not enabled"
],
"ErrorPattern": "",
"BuildRetry": false,
"ExcludeConsoleLog": false
}
Build Information
Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=1502921
Build error leg or test failing: browser-wasm linux Release LibraryTestsCoreCLR - WasmTestOnChrome-CLR-ST-Batch-4 - System.Globalization.Extensions.Tests
Pull request: #130168
Error Details
On the browser-wasm CoreCLR library test leg (
WasmTestOnChrome-CLR-ST), the wholeSystem.Globalization.Extensions.Testswork item fails becauselibSystem.Globalization.Nativecannot be loaded. The build has dynamic linking disabled, so everyInterop.Globalization.*P/Invoke throwsSystem.DllNotFoundException. All 156 failing cases areSystem.Globalization.Tests.IdnMappingGetUnicodeTests(plusIdnMappingIdnaConformanceTests) and share the same stack throughInterop.Globalization.ToUnicode.Error Message
{ "ErrorMessage": [ "Unable to load shared library 'libSystem.Globalization.Native'", "dynamic linking not enabled" ], "ErrorPattern": "", "BuildRetry": false, "ExcludeConsoleLog": false }Failure details:
System.DllNotFoundException : Unable to load shared library 'libSystem.Globalization.Native'followed bydynamic linking not enabled.System.Globalization.Tests.IdnMappingGetUnicodeTestsandSystem.Globalization.Tests.IdnMappingIdnaConformanceTests.grep -Fcagainst the work itemwasm-console.log: 1133 hits for each element, 0 hits on[PASS]/[SKIP]lines.Affected legs:
runtime/ browser-wasm linux Release LibraryTestsCoreCLR, work itemWasmTestOnChrome-CLR-ST-Batch-4.(Ubuntu.2604.Amd64.Open)with theubuntu-26.04-helix-webassembly-amd64image.Console Log:
Known issue validation
Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=1502921
Error message validated:
[Unable to load shared library 'libSystem.Globalization.Native' dynamic linking not enabled]Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 7/10/2026 11:41:39 AM UTC
Report
Summary