You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:System.Xml.Tests.XslCompiledTransformApi.Errata4.TestXslTransform fails on tvos-arm64 with System.UnauthorizedAccessException when attempting to access xmlResolver_document_function_absolute_uri.xsl inside the tvOS app bundle. The tvOS sandbox restricts file access in the app bundle directory.
[FAIL] System.Xml.Tests.XslCompiledTransformApi.Errata4.TestXslTransform
System.TypeInitializationException : The type initializer for 'System.Xml.Tests.XslCompiledTransformApi.Errata4' threw an exception.
---- System.UnauthorizedAccessException : Access to the path '...xmlResolver_document_function_absolute_uri.xsl' is denied.
Recommended action: The tvOS sandbox prevents write access to certain paths within the app bundle. The test or its test data setup may need to use a writable directory (e.g., Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData)), or the test should be annotated with [ActiveIssue] for tvOS until the root cause is fixed.
Generated by CI Outer-Loop Failure Scanner
Note
🔒 Integrity filter blocked 1 item
The following item was blocked because it doesn't meet the GitHub integrity level.
#92468search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
To allow these resources, lower min-integrity in your GitHub frontmatter:
Caution
Security scanning requires review for CI Outer-Loop Failure Scanner
Details
The threat detection results could not be parsed. The workflow output should be reviewed before merging.
Review the workflow run logs for details.
Build Information
Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=1414719
Build error leg or test failing: tvos-arm64 Release AllSubsets_CoreCLR - System.Private.Xml.Tests
Error Message
{ "ErrorMessage": "xmlResolver_document_function_absolute_uri.xsl' is denied", "ErrorPattern": "", "BuildRetry": false, "ExcludeConsoleLog": false }Additional Context
Summary:
System.Xml.Tests.XslCompiledTransformApi.Errata4.TestXslTransformfails on tvos-arm64 withSystem.UnauthorizedAccessExceptionwhen attempting to accessxmlResolver_document_function_absolute_uri.xslinside the tvOS app bundle. The tvOS sandbox restricts file access in the app bundle directory.Failed in (2+):
Failed tests:
Error Message:
Impact on platforms:
Recommended action: The tvOS sandbox prevents write access to certain paths within the app bundle. The test or its test data setup may need to use a writable directory (e.g.,
Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData)), or the test should be annotated with[ActiveIssue]for tvOS until the root cause is fixed.Note
🔒 Integrity filter blocked 1 item
The following item was blocked because it doesn't meet the GitHub integrity level.
search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".To allow these resources, lower
min-integrityin your GitHub frontmatter: