Skip to content

[mobile] Suppress trim/AOT warnings in System.Runtime tests for NativeAOT mobile#127377

Closed
github-actions[bot] wants to merge 2 commits into
mainfrom
mobile-fix-runtime-tests-nativeaot-db3f1c3bc0bdb5fe
Closed

[mobile] Suppress trim/AOT warnings in System.Runtime tests for NativeAOT mobile#127377
github-actions[bot] wants to merge 2 commits into
mainfrom
mobile-fix-runtime-tests-nativeaot-db3f1c3bc0bdb5fe

ci: trigger checks

347b6ac
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Apr 24, 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.

Known Infrastructure Errors

Build Failures

runtime-extra-platforms / Build / tvos-arm64 Release AllSubsets_Mono / Build product

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src/libraries/System.Runtime/tests/System.Runtime.Tests/System/StringTests.cs(1137,10): error CS0246: The type or namespace name 'UnconditionalSuppressMessageAttribute' could not be found (are you missing a using directive or an assembly reference?)
    ❌src/libraries/System.Runtime/tests/System.Runtime.Tests/System/StringTests.cs(1137,10): error CS0246: The type or namespace name 'UnconditionalSuppressMessage' could not be found (are you missing a using directive or an assembly reference?)
    ❌src/libraries/System.Runtime/tests/System.Runtime.Tests/System/StringTests.cs(1248,10): error CS0246: The type or namespace name 'UnconditionalSuppressMessageAttribute' could not be found (are you missing a using directive or an assembly reference?)

runtime-extra-platforms / Build / tvos-arm64 Release AllSubsets_CoreCLR / Build product

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src/libraries/System.Runtime/tests/System.Runtime.Tests/System/TimeZoneInfoTests.cs(2175,10): error CS0246: The type or namespace name 'UnconditionalSuppressMessageAttribute' could not be found (are you missing a using directive or an assembly reference?)
    ❌src/libraries/System.Runtime/tests/System.Runtime.Tests/System/TimeZoneInfoTests.cs(2175,10): error CS0246: The type or namespace name 'UnconditionalSuppressMessage' could not be found (are you missing a using directive or an assembly reference?)
    ❌src/libraries/System.Runtime/tests/System.Runtime.Tests/System/TimeZoneInfoTests.cs(2176,10): error CS0246: The type or namespace name 'UnconditionalSuppressMessageAttribute' could not be found (are you missing a using directive or an assembly reference?)

runtime-extra-platforms / Build / iossimulator-x64 Release AllSubsets_Mono / Build product

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src/libraries/System.Runtime/tests/System.Runtime.Tests/System/TimeZoneInfoTests.cs(2175,10): error CS0246: The type or namespace name 'UnconditionalSuppressMessageAttribute' could not be found (are you missing a using directive or an assembly reference?)
    ❌src/libraries/System.Runtime/tests/System.Runtime.Tests/System/TimeZoneInfoTests.cs(2175,10): error CS0246: The type or namespace name 'UnconditionalSuppressMessage' could not be found (are you missing a using directive or an assembly reference?)
    ❌src/libraries/System.Runtime/tests/System.Runtime.Tests/System/TimeZoneInfoTests.cs(2176,10): error CS0246: The type or namespace name 'UnconditionalSuppressMessageAttribute' could not be found (are you missing a using directive or an assembly reference?)

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

Was this helpful? Yes No