Re: [Mono-dev] System.DirectoryServices.DirectoryEntry.ObjectSecurity property

2015-10-09 Thread Numpsy
Right, first change in :-) Are we looking at 4.3.0 to get this sort of addition into a release build, or is there still a possibility of changes getting into 4.2.(0/1)? I'm currently doing OSX dev with a local 64bit build of 4.2.1 and I can patch that if i need to, but it would be useful to know f

[Mono-dev] System.Diagnostics.Process behaves differently in and outside of a NUnit test case

2015-10-09 Thread Dan Liew
Hi, This is an issue that I was bitten by a while ago but I didn't post here because I managed to work around it but it looks like something inside mono changed between 3.12 and 4.0.4 which my broke my workaround. The issue basically is I observed my code failing when called from an NUnit test bu

[Mono-dev] Recent commits cause problems with thread test cases

2015-10-09 Thread Bill Seurer
There are a couple of recent commits which cause problems for some thread-related things in mono/tests. At least they do on power. I did a refresh (fetch/rebase) from mono/master just before I tried things a few minutes ago so no later commits fixed the problems. The commits causing grief ap

Re: [Mono-dev] Recent commits cause problems with thread test cases

2015-10-09 Thread Ludovic Henry
Hi Bill, The unhandled exception you observe is due to a race condition which triggers with the managed test runner. If you use make -C mono/tests runtest (instead of runtest-managed) you will not get this crash. I am working on fixing it. Ludovic On Fri, 9 Oct 2015, 22:38 Bill Seurer wrote: >