Skip to content

[release/9.0-staging] [TestOnly] Fix NumberFormatInfoGroupSize test#128578

Merged
tarekgh merged 2 commits into
dotnet:release/9.0-stagingfrom
svick:backport/pr-120546-to-release/9.0-staging
Jun 4, 2026
Merged

[release/9.0-staging] [TestOnly] Fix NumberFormatInfoGroupSize test#128578
tarekgh merged 2 commits into
dotnet:release/9.0-stagingfrom
svick:backport/pr-120546-to-release/9.0-staging

Fix NumberFormatInfoGroupSize test (#120546)

572b4ea
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed May 26, 2026 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 / Build / linux_musl-x64 Debug CoreCLR_Libraries / Build product

[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]
    ❌src/libraries/System.Runtime/tests/System.Globalization.Tests/NumberFormatInfo/NumberFormatInfoNumberGroupSizes.cs(28,35): error CS1061: 'int[]' does not contain a definition for 'SequenceEqual' and no accessible extension method 'SequenceEqual' accepting a first argument of type 'int[]' could be found (are you missing a using directive or an assembly reference?)
    ❌src/libraries/System.Runtime/tests/System.Globalization.Tests/NumberFormatInfo/NumberFormatInfoNumberGroupSizes.cs(28,96): error CS1061: 'int[]' does not contain a definition for 'SequenceEqual' and no accessible extension method 'SequenceEqual' accepting a first argument of type 'int[]' could be found (are you missing a using directive or an assembly reference?)

runtime / Build / linux-x64 Debug CoreCLR_Libraries / Build product

[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]
    ❌src/libraries/System.Runtime/tests/System.Globalization.Tests/NumberFormatInfo/NumberFormatInfoNumberGroupSizes.cs(28,35): error CS1061: 'int[]' does not contain a definition for 'SequenceEqual' and no accessible extension method 'SequenceEqual' accepting a first argument of type 'int[]' could be found (are you missing a using directive or an assembly reference?)
    ❌src/libraries/System.Runtime/tests/System.Globalization.Tests/NumberFormatInfo/NumberFormatInfoNumberGroupSizes.cs(28,96): error CS1061: 'int[]' does not contain a definition for 'SequenceEqual' and no accessible extension method 'SequenceEqual' accepting a first argument of type 'int[]' could be found (are you missing a using directive or an assembly reference?)

runtime / Build / osx-x64 Debug CoreCLR_Libraries / Build product

[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]
    ❌src/libraries/System.Runtime/tests/System.Globalization.Tests/NumberFormatInfo/NumberFormatInfoNumberGroupSizes.cs(28,35): error CS1061: 'int[]' does not contain a definition for 'SequenceEqual' and no accessible extension method 'SequenceEqual' accepting a first argument of type 'int[]' could be found (are you missing a using directive or an assembly reference?)
    ❌src/libraries/System.Runtime/tests/System.Globalization.Tests/NumberFormatInfo/NumberFormatInfoNumberGroupSizes.cs(28,96): error CS1061: 'int[]' does not contain a definition for 'SequenceEqual' and no accessible extension method 'SequenceEqual' accepting a first argument of type 'int[]' could be found (are you missing a using directive or an assembly reference?)

12 other jobs are failing and were not displayed due to space limitations.
Builds with failures: [runtime]

Known test errors

Was this helpful? Yes No