Re: [libcxx] r278191 - test/hard_link_count(): Fix test on darwin

2016-08-11 Thread Adrian Prantl via cfe-commits
I'm just curious: Is libcxx generally supposed to merely pass through what the operating system is returning (as in this case) or is is supposed to provide a common abstraction that behaves the same on all platforms? -- adrian > On Aug 10, 2016, at 8:23 PM, Eric Fiselier via cfe-commits > wro

Re: [libcxx] r278191 - test/hard_link_count(): Fix test on darwin

2016-08-10 Thread Eric Fiselier via cfe-commits
Thanks Matthias. My apoligies, I lost track of this patch. On Tue, Aug 9, 2016 at 7:31 PM, Bruno Cardoso Lopes via cfe-commits < cfe-commits@lists.llvm.org> wrote: > Thanks Matthias! > > On Tue, Aug 9, 2016 at 6:02 PM, Matthias Braun via cfe-commits > wrote: > > Author: matze > > Date: Tue Aug

Re: [libcxx] r278191 - test/hard_link_count(): Fix test on darwin

2016-08-09 Thread Bruno Cardoso Lopes via cfe-commits
Thanks Matthias! On Tue, Aug 9, 2016 at 6:02 PM, Matthias Braun via cfe-commits wrote: > Author: matze > Date: Tue Aug 9 20:02:28 2016 > New Revision: 278191 > > URL: http://llvm.org/viewvc/llvm-project?rev=278191&view=rev > Log: > test/hard_link_count(): Fix test on darwin > > The hard link cou

[libcxx] r278191 - test/hard_link_count(): Fix test on darwin

2016-08-09 Thread Matthias Braun via cfe-commits
Author: matze Date: Tue Aug 9 20:02:28 2016 New Revision: 278191 URL: http://llvm.org/viewvc/llvm-project?rev=278191&view=rev Log: test/hard_link_count(): Fix test on darwin The hard link count that stat reports are different between normal hfs and the case sensitive variant. Accept both. Modif