-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
System.Diagnostics.Tracing.Tests Fails on iOS and tvOS #51382
Comments
Tagging subscribers to this area: @tarekgh, @tommcdon, @pjanotti Issue DetailsSystem.Diagnostics.Tracing.Tests
|
We aren't linking in the diagnostics component yet, so none of these tests should be enabled until then. |
Tagging subscribers to this area: @directhex Issue DetailsSystem.Diagnostics.Tracing.Tests
|
@mdh1418 are these tests still failing? |
As of commit 349d811, the tests pass on iOSSimulator x64 Debug. I'll have to check device at another point when I have a iOS device available. Also passes on OSX x64 Debug (which should be the same as iOSSimulator x64 Debug) |
System.Diagnostics.Tracing.Tests
BasicEventSourceTests.TestsManifestNegative.Test_GenerateManifest_InvalidEventSources
BasicEventSourceTests.TestsTraits.Test_EventSource_Traits_Dynamic
BasicEventSourceTests.TestsTraits.Test_EventSource_Traits_Contract
BasicEventSourceTests.TestsWriteEventToListener.Test_EventSourceCreatedEvents_BeforeListener
BasicEventSourceTests.TestsWriteEventToListener.Test_WriteEvent_ArgsBasicTypes
BasicEventSourceTests.TestsWriteEventToListener.Test_WriteEvent_InvalidCalls
BasicEventSourceTests.TestsWriteEventToListener.Test_EventSourceCreatedEvents_AfterListener
BasicEventSourceTests.TestsWriteEventToListener.Test_EventListenerThrows_ExceptionIsNotRethrownToCaller
BasicEventSourceTests.TestsWriteEventToListener.Test_WriteEvent_ArgsCornerCases
BasicEventSourceTests.TestsWriteEventToListener.Test_WriteEvent_ZeroKwds
BasicEventSourceTests.TestsWriteEventToListener.Test_WriteEvent_ToChannel_Coverage
BasicEventSourceTests.TestsWrite.Test_Write_T_EventListener
BasicEventSourceTests.TestsWrite.Test_Write_T_EventListener_UseEvents
BasicEventSourceTests.TestsUserErrors.Test_BadEventSource_MismatchedIds
The text was updated successfully, but these errors were encountered: