-
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
[tvOS] Test failures in System.Diagnostics.Tracing.Tests #56073
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
Those tests have been added recently in #55625. They are skipped for WASM, I'm not sure if we want to do the same for Apple mobile platforms. |
Tagging subscribers to this area: @tarekgh, @tommcdon, @pjanotti Issue Details
cc @steveisok
|
@MaximLipnin Can you check to see what the value is for |
@steveisok Something close to the mobile targets is https://github.com/dotnet/runtime/blob/main/eng/testing/tests.mobile.targets#L26 but we don't set EAT for the staging lanes so perhaps |
Do we build with diagnostics tracing component support enabled when running tests on mobile, link or deploy needed components? I guess this tests will end up in ves_icall_System_Diagnostics_Tracing_EventPipeInternal_EventActivityIdControl and if we don't have component support loaded that will be a nop operation so won't set thread activity ID and that will trigger the assert in this test. |
I don't think we do. We probably should skip these for the time being. |
Tagging subscribers to 'arch-android': @steveisok, @akoeplinger Issue Details
cc @steveisok
|
Tagging subscribers to this area: @directhex Issue Details
cc @steveisok
|
…res (#56074) It's to clean up the respective CI staging lanes. The related issues: [iOS/tvOS/MacCatalyst] Test failures in System.Diagnostics.Tracing.Tests #56073 [libraries][iOSSimulator] ImageTests.FromFile_NullFileName_ThrowsArgumentNullException fails #56048 JitInfoIsPopulated failed with after is not greater than before #55712 [MacCatalyst] Test failures in System.Tests.OperatingSystemTests #56084 [MacCatalyst] App crash in System.Text.Json.SourceGeneration.Tests #56085
These are now enabled. Closing. |
These are still failing on tvOS |
…res (dotnet/runtime#56074) It's to clean up the respective CI staging lanes. The related issues: [iOS/tvOS/MacCatalyst] Test failures in System.Diagnostics.Tracing.Tests dotnet/runtime#56073 [libraries][iOSSimulator] ImageTests.FromFile_NullFileName_ThrowsArgumentNullException fails dotnet/runtime#56048 JitInfoIsPopulated failed with after is not greater than before dotnet/runtime#55712 [MacCatalyst] Test failures in System.Tests.OperatingSystemTests dotnet/runtime#56084 [MacCatalyst] App crash in System.Text.Json.SourceGeneration.Tests dotnet/runtime#56085 Commit migrated from dotnet/runtime@f5ed68b
cc @steveisok
The text was updated successfully, but these errors were encountered: