-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Labels
Milestone
Description
Description
Assertion failure during System.Net.Http.Functional.Tests unit test execution.
"most likely it's trying to build a path from an assembly location (which is null in single-file apps). but there are a bunch of places where it would do that."
Reproduction Steps
dotnet.cmd build /p:TargetOS=Browser /p:TargetArchitecture=wasm /p:Configuration=Debug /t:Test src/libraries/System.Net.Http/tests/FunctionalTests
Expected behavior
No assert
Actual behavior
fail: C:/Dev/runtime/src/mono/mono/eglib/gpath.c:115: assertion 'filename != NULL' in the console log
Regression?
No response
Known Workarounds
No response
Configuration
Debug, wasm, chrome
Other information
No response