-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[mono][eat] System.Xml.XmlException : Resolving of external URIs was prohibited.
#51911
Comments
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsFailing with System.Xml.Xsl.XslCompiledTransformApi.Test
List of failing tests:
|
…i.Tests Issue: dotnet#51911 ``` [03:37:36] fail: [FAIL] System.Xml.Tests.CTransformStrStrResolverTest.TransformStrStrResolver3(param: "xmlResolver_document_function.txt", xslInputType: Navigator, readerType: XmlValidatingReader) [03:37:36] info: System.Xml.Xsl.XslTransformException : An error occurred while loading document 'xmlResolver_document_function.xml'. See InnerException for a complete description of the error. [03:37:36] info: ---- System.Xml.XmlException : Resolving of external URIs was prohibited. [03:37:36] info: at System.Xml.Xsl.Runtime.XmlQueryContext.GetDataSource(String uriRelative, String uriBase) [03:37:36] info: at System.Xml.Xsl.XmlILCommand.Execute(Object defaultDocument, XmlResolver dataSources, XsltArgumentList argumentList, XmlSequenceWriter results) [03:37:36] info: at System.Xml.Xsl.XmlILCommand.Execute(Object defaultDocument, XmlResolver dataSources, XsltArgumentList argumentList, XmlWriter writer) [03:37:36] info: at System.Xml.Xsl.XslCompiledTransform.Transform(XmlReader input, XsltArgumentList arguments, XmlWriter results, XmlResolver documentResolver) [03:37:36] info: at System.Xml.Xsl.XslCompiledTransform.Transform(String inputUri, String resultsFile) [03:37:36] info: at System.Xml.Tests.CTransformStrStrResolverTest.TransformStrStrResolver3(Object param, XslInputType xslInputType, ReaderType readerType) [03:37:36] info: at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) [03:37:36] info: ----- Inner Stack Trace ----- [03:37:36] info: at System.Xml.XmlNullResolver.GetEntity(Uri absoluteUri, String role, Type ofObjectToReturn) [03:37:36] info: at System.Xml.Xsl.Runtime.XmlQueryContext.GetDataSource(String uriRelative, String uriBase) ```
This hasn't been crashing for quite some time. The individual test failures are already disabled with dotnet#51244, and dotnet#51911 . Fixes dotnet#51245
* [wasm][aot] Enable tests that are passing now These don't reproduce on `main` anymore, after the exceptions fix. `System.Transactions.Locals.Tests` Fixes #50969 `System.Threading.Tasks.Parallel.Tests` Fixes #51677 * [wasm][aot][tests] Enable `System.Xml.Xsl.XslCompiledTransformApi.Tests` This hasn't been crashing for quite some time. The individual test failures are already disabled with #51244, and #51911 . Fixes #51245
System.Xml.XmlException : Resolving of external URIs was prohibited.
System.Xml.XmlException : Resolving of external URIs was prohibited.
cc @SamMonoRT |
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsFailing with System.Xml.Xsl.XslCompiledTransformApi.Test
List of failing tests:
|
Failing with
/p:EnableAggressiveTrimming=true
System.Xml.Xsl.XslCompiledTransformApi.Test
List of failing tests:
The text was updated successfully, but these errors were encountered: