-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Open
Labels
arch-wasmWebAssembly architectureWebAssembly architecturearea-System.Net.Httpdisabled-testThe test is disabled in source code against the issueThe test is disabled in source code against the issueos-browserBrowser variant of arch-wasmBrowser variant of arch-wasmtest-failure
Milestone
Description
The bump to emsdk 3.1.12 - #70693 also switches the windows library tests to run on Chrome, instead of V8. And this causes some more tests to be run.
System.Net.Http.Functional.Tests*EventSource_ExistsWithCorrectId are failing:
runtime/src/libraries/System.Net.Http/tests/FunctionalTests/DiagnosticsTests.cs
Lines 34 to 39 in 88d75e9
| public void EventSource_ExistsWithCorrectId() | |
| { | |
| Type esType = typeof(HttpClient).Assembly.GetType("System.Net.NetEventSource", throwOnError: true, ignoreCase: false); | |
| Assert.NotNull(esType); | |
| Assert.Equal("Private.InternalDiagnostics.System.Net.Http", EventSource.GetName(esType)); |
[FAIL] System.Net.Http.Functional.Tests.SocketsHttpHandler_DiagnosticsTest_Http2.EventSource_ExistsWithCorrectId
Assert.Equal() Failure
↓ (pos 0)
Expected: Private.InternalDiagnostics.System.Net.Ht···
Actual: NetEventSource
↑ (pos 0)
at System.Net.Http.Functional.Tests.DiagnosticsTest.EventSource_ExistsWithCorrectId()
at System.Reflection.MethodInvoker.InterpretedInvoke(Object , Span`1 , BindingFlags )
[FAIL] System.Net.Http.Functional.Tests.SyncHttpHandler_DiagnosticsTest.EventSource_ExistsWithCorrectId
Assert.Equal() Failure
↓ (pos 0)
Expected: Private.InternalDiagnostics.System.Net.Ht···
Actual: NetEventSource
↑ (pos 0)
at System.Net.Http.Functional.Tests.DiagnosticsTest.EventSource_ExistsWithCorrectId()
at System.Reflection.MethodInvoker.InterpretedInvoke(Object , Span`1 , BindingFlags )
[FAIL] System.Net.Http.Functional.Tests.SocketsHttpHandler_DiagnosticsTest_Http11.EventSource_ExistsWithCorrectId
Assert.Equal() Failure
↓ (pos 0)
Expected: Private.InternalDiagnostics.System.Net.Ht···
Actual: NetEventSource
↑ (pos 0)
at System.Net.Http.Functional.Tests.DiagnosticsTest.EventSource_ExistsWithCorrectId()
at System.Reflection.MethodInvoker.InterpretedInvoke(Object , Span`1 , BindingFlags )
Metadata
Metadata
Assignees
Labels
arch-wasmWebAssembly architectureWebAssembly architecturearea-System.Net.Httpdisabled-testThe test is disabled in source code against the issueThe test is disabled in source code against the issueos-browserBrowser variant of arch-wasmBrowser variant of arch-wasmtest-failure