{
"ErrorMessage": "xmlResolver_document_function_absolute_uri.xsl' is denied",
"ErrorPattern": "",
"BuildRetry": false,
"ExcludeConsoleLog": false
}
runtime-extra-platforms (tvos-arm64 Release AllSubsets_CoreCLR)
- osx.15.amd64.appletv.open
- System.Xml.Tests.XslCompiledTransformApi.Errata4.TestXslTransform
[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.
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:Report
Summary