Skip to content

[wasm] System.Net.Http.Functional.Tests*EventSource_ExistsWithCorrectId failing on browser #71877

@radical

Description

@radical

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:

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 )

cc @lambdageek @pavelsavara

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions