Skip to content

TestNativeDigits fails for ur-IN on Apple platforms (xunit v3 exposed previously non-running test) #125933

Description

@lewing

Build Information

Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=1347187
Leg Name: Libraries Test Run release coreclr osx arm64 Debug, Libraries Test Run checked coreclr osx arm64 Debug

Error Message

{
    "ErrorPattern": "NumberFormatInfoMiscTests\\.TestNativeDigits.*(?:failed|FAIL)",
    "BuildRetry": false,
    "ExcludeConsoleLog": false
}

Description

TestNativeDigits(cultureName: "ur-IN") fails deterministically on macOS (Apple platforms) after the xunit v3 assert upgrade (Microsoft.DotNet.XUnitAssert 2.9.3 → 3.2.2).

Root cause: The test was not actually executing under xunit v2 — as Andy Gocke noted in commit ffdb8ad ("Fix TestNativeDigits, which it looks like was not running properly"). The xunit v3 upgrade made ConditionalTheory + MemberData work correctly, causing the test to actually run for the first time.

On Apple platforms, ICU returns ASCII/Latin digits ("0", "1", ..., "9") for CultureInfo.GetCultureInfo("ur-IN").NumberFormat.NativeDigits, not the Extended Arabic-Indic digits (U+06F0U+06F9) that the test expects. This is an Apple ICU locale data divergence from upstream CLDR (which specifies arabext for ur-IN). This has likely always been the case on Apple platforms but was never observed because the test never ran.

Andy caught and fixed the same pattern for ccp-Cakm-BD (wrong digit block entirely) but missed ur-IN.

Fix PR: #125934

Failure output:

System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits(cultureName: "ur-IN", nativeDigits: ["۰", "۱", "۲", "۳", "۴", ···]) [FAIL]
  Assert.Equal() Failure: Collections differ
  Expected: ["۰", "۱", "۲", "۳", "۴", "۵", "۶", "۷", "۸", "۹"]
  Actual:   ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9"]

Helix log: https://helix.dot.net/api/2019-06-17/jobs/a3cadb27-b01d-4efb-9c80-75c87054ce8a/workitems/System.Globalization.Tests/console

Environment: OSX.26.Arm64.Open (macOS 26.0.1), both checked and release coreclr legs affected.

Known issue validation

Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=1347187
Error message validated: [System\.Globalization\.Tests\.NumberFormatInfoMiscTests\.TestNativeDigits\(cultureName: "ur-IN", nativeDigits: \["\u06F0"]
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 3/22/2026 9:43:18 PM UTC

Report

Build Definition Test Pull Request
1347187 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #125762

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
1 1 1

Known issue validation

Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=1347187
Error message validated: [NumberFormatInfoMiscTests\.TestNativeDigits.*(?:failed|FAIL)]
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 3/23/2026 4:27:01 AM UTC

Report

Build Definition Test Pull Request
1347187 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #125762

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
1 1 1

Report

Build Repository Step Name Console log Pull Request
1477193 dotnet/runtime Send to Helix Log #129729
1474955 dotnet/runtime Send to Helix Log
1474267 dotnet/runtime Send to Helix Log
1470481 dotnet/runtime Send to Helix Log
1469559 dotnet/runtime Send to Helix Log
1469200 dotnet/runtime Send to Helix Log #129398
1463363 dotnet/runtime Send to Helix Log #128950
1462695 dotnet/runtime Send to Helix Log
1460461 dotnet/runtime Send to Helix Log #129304
1441946 dotnet/runtime Send to Helix Log #128702
Build Repository Test Pull Request
1481028 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #129799
1480862 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #129810
1480766 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #129789
1480596 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #129814
1480482 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #129703
1479820 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #128604
1479854 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #129811
1479557 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #129634
1479529 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #129801
1479364 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #128741
1479072 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #129334
1479017 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #129661
1478845 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #129790
1478818 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #129768
1478760 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #129621
1478637 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #129612
1478404 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #126669
1478277 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #128306
1478223 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #129770
1477607 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #128252
1477525 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #129334
1477278 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #129436
1477302 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #129661
1477205 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #129737
1476971 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #129715
1476799 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits
1476764 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #129690
1476573 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits
1476316 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #126367
1476199 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #129690
1476104 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #129713
1476001 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #129704
1475768 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #129699
1475748 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #129661
1475714 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #129043
1475084 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #129232
1475054 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits
1474114 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #129661
1473572 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #129647
1473029 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #129553
1472607 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #125304
1472468 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #128252
1472110 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #129282
1471780 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #129593
1471707 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #125901
1470092 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #127582
1470048 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits
1469655 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #129542
1469133 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #129529
1467745 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #127582
1467693 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #129470
1467681 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #129404
1467569 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #129394
1467320 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #129485
1467325 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #129464
1467295 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #129119
1466615 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #128979
1466042 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #129436
1465993 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #129293
1462685 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits
1462174 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #129294
1461746 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #129332
1461350 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #129299
1461148 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #129320
1460866 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #127498
1460741 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #129279
1460411 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #129083
1458747 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #129215
1457977 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #129238
1457883 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #126845
1457321 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #129221
1455356 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #128961
1454775 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #126712
1453379 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits
1452632 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #129069
1447838 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #128943
1447449 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #128252
1446281 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #126705
1446114 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #128745
1445541 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #128892
1444223 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #128862
1443208 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #128366
1442231 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #128740
1440572 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #128750
1440550 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #128746
1440286 dotnet/runtime System.Globalization.Tests.NumberFormatInfoMiscTests.TestNativeDigits #128741

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
9 48 96

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions