Skip to content
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

[browser][hybridglobalization][aot] Assert.StartsWith cannot find a match #102373

Closed
ilonatommy opened this issue May 17, 2024 · 2 comments · Fixed by #110567
Closed

[browser][hybridglobalization][aot] Assert.StartsWith cannot find a match #102373

ilonatommy opened this issue May 17, 2024 · 2 comments · Fixed by #110567
Assignees
Labels
arch-wasm WebAssembly architecture area-Extensions-Configuration blocked Issue/PR is blocked on something - see comments in-pr There is an active PR which will close this issue when it is merged wasm-aot-test WebAssembly AOT Test
Milestone

Comments

@ilonatommy
Copy link
Member

ilonatommy commented May 17, 2024

A lot of failures in _HybridGlobalization_AOT lane, scenario: WasmTestOnChrome

examples:

[FAIL] Microsoft.Extensions.Configuration.Xml.Test.XmlConfigurationExtensionsTest.AddXmlFile_ThrowsIfFileDoesNotExistAtPath
info: Assert.StartsWith() Failure: String start does not match
 info: String:         "The configuration file 'NotExistingConfig"���
 info: Expected start: "The configuration file 'NotExistingConfig"���
info:    at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object , BindingFlags )
info: [FAIL] Microsoft.Extensions.Configuration.Xml.Test.XmlConfigurationTest.XmlConfiguration_Throws_On_Missing_Configuration_File
info: Assert.StartsWith() Failure: String start does not match
info: String:         "The configuration file 'NotExistingConfig"���
info: Expected start: "The configuration file 'NotExistingConfig"���
info:    at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object , BindingFlags )
 info: Finished:    Microsoft.Extensions.Configuration.Xml.Tests.dll
[FAIL] Microsoft.Extensions.Configuration.Xml.Test.XmlConfigurationTest.XmlConfiguration_Throws_On_Missing_Configuration_File
info: Assert.StartsWith() Failure: String start does not match
info: String:         "The configuration file 'NotExistingConfig"···
info: Expected start: "The configuration file 'NotExistingConfig"···
info:    at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object , BindingFlags )
info: [FAIL] Microsoft.Extensions.Configuration.Xml.Test.XmlConfigurationExtensionsTest.AddXmlFile_ThrowsIfFileDoesNotExistAtPath
info: Assert.StartsWith() Failure: String start does not match
info: String:         "The configuration file 'NotExistingConfig"···
info: Expected start: "The configuration file 'NotExistingConfig"···
info:    at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object , BindingFlags )
info: Finished:    Microsoft.Extensions.Configuration.Xml.Tests.dll
Copy link
Contributor

Tagging subscribers to this area: @dotnet/area-extensions-configuration
See info in area-owners.md if you want to be subscribed.

@tarekgh tarekgh added arch-wasm WebAssembly architecture wasm-aot-test WebAssembly AOT Test labels May 17, 2024
@lewing lewing added this to the 9.0.0 milestone May 21, 2024
@lewing lewing removed the untriaged New issue has not been triaged by the area owner label May 21, 2024
@ilonatommy
Copy link
Member Author

HG AOT got blocked in #103229, waiting for fix: #51746

@ilonatommy ilonatommy added the blocked Issue/PR is blocked on something - see comments label Jun 26, 2024
@ilonatommy ilonatommy modified the milestones: 9.0.0, 10.0.0 Aug 14, 2024
@dotnet-policy-service dotnet-policy-service bot added the in-pr There is an active PR which will close this issue when it is merged label Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arch-wasm WebAssembly architecture area-Extensions-Configuration blocked Issue/PR is blocked on something - see comments in-pr There is an active PR which will close this issue when it is merged wasm-aot-test WebAssembly AOT Test
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants