Skip to content
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.Threading.Thread.Tests fails on Android #50577

Closed
17 tasks
mdh1418 opened this issue Apr 1, 2021 · 0 comments · Fixed by #56578
Closed
17 tasks

System.Threading.Thread.Tests fails on Android #50577

mdh1418 opened this issue Apr 1, 2021 · 0 comments · Fixed by #56578

Comments

@mdh1418
Copy link
Member

mdh1418 commented Apr 1, 2021

Several tests from System.Threading.Thread.Tests fail on Android

  • System.Threading.Threads.Tests.ThreadTests.ApartmentState_AttributePresent(appName: "STAMain.exe", testName: "WaitAllNotSupportedOnSta_Test0")
  • System.Threading.Threads.Tests.ThreadTests.ApartmentState_AttributePresent(appName: "DefaultApartmentStateMain.exe", testName: "SetApartmentStateTest")
  • System.Threading.Threads.Tests.ThreadTests.ApartmentState_AttributePresent(appName: "STAMain.exe", testName: "GetApartmentStateTest")
  • System.Threading.Threads.Tests.ThreadTests.ApartmentState_AttributePresent(appName: "MTAMain.exe", testName: "GetApartmentStateTest")
  • System.Threading.Threads.Tests.ThreadTests.ApartmentState_AttributePresent(appName: "STAMain.exe", testName: "WaitAllNotSupportedOnSta_Test1")
  • System.Threading.Threads.Tests.ThreadTests.ApartmentState_AttributePresent(appName: "MTAMain.exe", testName: "SetApartmentStateTest")
  • System.Threading.Threads.Tests.ThreadTests.ApartmentState_AttributePresent(appName: "DefaultApartmentStateMain.exe", testName: "GetApartmentStateTest")
  • System.Threading.Threads.Tests.ThreadTests.ApartmentState_AttributePresent(appName: "STAMain.exe", testName: "SetApartmentStateTest")
  • System.Threading.Threads.Tests.ThreadTests.StartTest(useUnsafeStart: True)
  • System.Threading.Threads.Tests.ThreadTests.InterruptTest
  • System.Threading.Threads.Tests.ThreadTests.ManagedThreadIdTest
  • System.Threading.Threads.Tests.ThreadTests.ThreadStateTest
  • System.Threading.Threads.Tests.ThreadTests.JoinTest
  • System.Threading.Threads.Tests.ThreadTests.AbortSuspendTest
  • System.Threading.Threads.Tests.ThreadTests.IsThreadPoolThreadTest
  • System.Threading.Threads.Tests.ThreadTests.StartTest(useUnsafeStart: False)
  • System.Threading.Threads.Tests.ThreadTests.PriorityTest

Based on CI runs from #50095

@mdh1418 mdh1418 added this to the 6.0.0 milestone Apr 1, 2021
@dotnet-issue-labeler dotnet-issue-labeler bot added the untriaged New issue has not been triaged by the area owner label Apr 1, 2021
@SamMonoRT SamMonoRT removed the untriaged New issue has not been triaged by the area owner label Jun 23, 2021
steveisok pushed a commit to steveisok/runtime that referenced this issue Jul 29, 2021
Many ThreadTests should be working on Android, so they were enabled.  ApartmentState_AttributePresent was changed to skip permanently on Android.

Fixes dotnet#50577
steveisok added a commit that referenced this issue Jul 30, 2021
Many ThreadTests should be working on Android, so they were enabled.  ApartmentState_AttributePresent was changed to skip permanently on Android.

Fixes #50577
@ghost ghost locked as resolved and limited conversation to collaborators Aug 29, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants