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
[FAIL] System.Security.Cryptography.Xml.Tests.SignedXmlTest.SignedXml_EncryptedDataWithInfiniteXslTransform
Assert.Throws() Failure: Exception type was not an exact match
Expected: typeof(System.Security.Cryptography.CryptographicException)
Actual: typeof(System.NotSupportedException)
---- System.NotSupportedException : Xslts are only supported when dynamic code is supported.
at System.Security.Cryptography.Xml.CryptoHelpers.CreateXmlDsigXsltTransform()
[FAIL] System.Security.Cryptography.Xml.Tests.EncryptedXmlTests.EncryptedXml_BillionLaughsXsltTransform
[FAIL] System.Security.Cryptography.Xml.Tests.EncryptedXmlTests.EncryptedKey_InfiniteLoopXsltTransform
Three XSLT-related crypto tests expect CryptographicException but receive NotSupportedException on tvos-arm64 because dynamic code (XSLT compilation) is not supported on that platform.
Error Message
{
"ErrorMessage": "Xslts are only supported when dynamic code is supported",
"ErrorPattern": "",
"BuildRetry": false,
"ExcludeConsoleLog": false
}
Occurrences in window: 2+ (confirmed in builds 1438268, 1440191)
Computed within the scanned window; may not be the true origin.
Filed by ci-failure-scan, which scans dnceng-public outer-loop pipelines on main and converts stable failures into KBEs and test-disable PRs. Comment here or on the workflow file to suggest changes; ci-failure-scan-feedback reads in-scope feedback daily and opens (or updates) a PR with prompt edits.
Note
🔒 Integrity filter blocked 2 items
The following items were blocked because they don't meet the GitHub integrity level.
#44158search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#5637search_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:
Build Information
Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=1440191
Build error leg or test failing: tvos-arm64 Release AllSubsets_Mono / System.Security.Cryptography.Xml.Tests
Error Details
Three XSLT-related crypto tests expect
CryptographicExceptionbut receiveNotSupportedExceptionon tvos-arm64 because dynamic code (XSLT compilation) is not supported on that platform.Error Message
{ "ErrorMessage": "Xslts are only supported when dynamic code is supported", "ErrorPattern": "", "BuildRetry": false, "ExcludeConsoleLog": false }Impact on platforms
First build it occurred
Filed by
ci-failure-scan, which scans dnceng-public outer-loop pipelines onmainand converts stable failures into KBEs and test-disable PRs. Comment here or on the workflow file to suggest changes;ci-failure-scan-feedbackreads in-scope feedback daily and opens (or updates) a PR with prompt edits.Note
🔒 Integrity filter blocked 2 items
The following items were blocked because they don't meet the GitHub integrity level.
search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".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