Open radical opened 2 years ago
Tagging subscribers to 'arch-wasm': @lewing See info in area-owners.md if you want to be subscribed.
Author: | radical |
---|---|
Assignees: | - |
Labels: | `arch-wasm`, `area-System.Net.Http`, `disabled-test` |
Milestone: | - |
cc @lateralusX @lambdageek
I see the same issues happening on NativeAOT runs https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-heads-main-ad2dbf4f19a44c52a7/System.Net.Security.Tests/3/console.49b9355a.log?helixlogtype=result
Still a problem. This is not only Windows - Chrome
, also Linux - chrome/firefox
[FAIL] System.Net.Http.Functional.Tests.TelemetryTest_Http20.EventSource_ExistsWithCorrectId
[FAIL] System.Net.Http.Functional.Tests.TelemetryTest_Http11.EventSource_ExistsWithCorrectId
Assert.Equal() Failure: Strings differ
↓ (pos 0)
Expected: "System.Net.Http"
Actual: "HttpTelemetry"
The bump to emsdk
3.1.12
- https://github.com/dotnet/runtime/pull/70693 also switches the windows library tests to run onChrome
, instead ofV8
. And this causes some more tests to be run.System.Net.Http.Functional.Tests*EventSource_ExistsWithCorrectId
are failing: https://github.com/dotnet/runtime/blob/88d75e9676f767f94ab26acd876a2b1a46627143/src/libraries/System.Net.Http/tests/FunctionalTests/DiagnosticsTests.cs#L34-L39cc @lambdageek @pavelsavara