MonoOni / binarydist

Mono Binary Builds for Testing
9 stars 0 forks source link

investigate deadlocks in System and corlib tests #35

Open NattyNarwhal opened 5 years ago

NattyNarwhal commented 5 years ago

MonoTests.System.Diagnostics.ProcessTest.StandardInputWrite and ***** MonoTests.System.Threading.InterlockedTest.TestCompareExchange_Dbl (likely that family of tests) cause the runtime to lock up and occasionally spawn a zombie. The root causes of this should be investigated, and perhaps those tests skipped, because they prevent CI from running and displaying the results of tests for those components when they inevitably have to be stopped.