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

Open
ilonatommy opened this issue May 17, 2024 · 1 comment
Open
Assignees
Labels
arch-wasm WebAssembly architecture area-Extensions-Configuration wasm-aot-test WebAssembly AOT Test
Milestone

Comments

@ilonatommy
Copy link
Member

A lot of failures in _HybridGlobalization_AOT lane, scenario: WasmTestOnV8 and 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
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 wasm-aot-test WebAssembly AOT Test
Projects
None yet
Development

No branches or pull requests

3 participants