Re: [PATCH] Disable libsanitizer before darwin10

2013-02-11 Thread Dmitry Vyukov
On Tue, Feb 12, 2013 at 3:16 AM, Mike Stump wrote: > On Feb 11, 2013, at 7:55 AM, Jack Howarth wrote: >> Iain Sandoe discovered that on intel darwin9, the asan testsuite suffers >> hundreds of >> failures due to the absence of dispatch calls (Grand Central Dispatch) prior >> to darwin10. >> Th

Re: [PATCH] Disable libsanitizer before darwin10

2013-02-11 Thread Mike Stump
On Feb 11, 2013, at 7:55 AM, Jack Howarth wrote: > Iain Sandoe discovered that on intel darwin9, the asan testsuite suffers > hundreds of > failures due to the absence of dispatch calls (Grand Central Dispatch) prior > to darwin10. > The attached patch disables building libsanitizer on darwin8

Re: [PATCH] Disable libsanitizer before darwin10

2013-02-11 Thread Alexander Potapenko
For the record, ASan never claimed darwin9 support and isn't going to support darwin9 in the future, so it should be fine to disable building ASan on this platform. On Mon, Feb 11, 2013 at 7:55 PM, Jack Howarth wrote: > Iain Sandoe discovered that on intel darwin9, the asan testsuite suffers >

Re: [PATCH] Disable libsanitizer before darwin10

2013-02-11 Thread Iain Sandoe
On 11 Feb 2013, at 15:55, Jack Howarth wrote: > Iain Sandoe discovered that on intel darwin9, the asan testsuite suffers > hundreds of > failures due to the absence of dispatch calls (Grand Central Dispatch) prior > to darwin10. > The attached patch disables building libsanitizer on darwin8 a

[PATCH] Disable libsanitizer before darwin10

2013-02-11 Thread Jack Howarth
Iain Sandoe discovered that on intel darwin9, the asan testsuite suffers hundreds of failures due to the absence of dispatch calls (Grand Central Dispatch) prior to darwin10. The attached patch disables building libsanitizer on darwin8 and darwin9 until upstream decides to support the earlier