Re: Case-insensitive checks on Mac OS X 10.8.x XPASSing

2012-10-13 Thread Ben Reser
On Sat, Oct 13, 2012 at 6:30 PM, Ben Reser wrote: > On 10.7: > XFAIL: op-depth-test 23: test_case_rename on case (in)sensitive system > XFAIL: copy_tests.py 102: case-only rename > > with: > $ apr-1-config --version > 1.4.2 This whole thing turns out to be a side effect of r1397145 and I had run

Re: Case-insensitive checks on Mac OS X 10.8.x XPASSing

2012-10-13 Thread Justin Erenkrantz
On Sat, Oct 13, 2012 at 6:30 PM, Ben Reser wrote: > On 10.7: > XFAIL: op-depth-test 23: test_case_rename on case (in)sensitive system > XFAIL: copy_tests.py 102: case-only rename > > with: > $ apr-1-config --version > 1.4.2 As a follow-up for those not present here in CT, Ben wasn't exactly on th

Re: Case-insensitive checks on Mac OS X 10.8.x XPASSing

2012-10-13 Thread Ben Reser
On Sat, Oct 13, 2012 at 5:22 PM, Justin Erenkrantz wrote: > When I run make check on Mac OS X 10.8.2, it looks like the > case-sensitivity checks now XPASS: > > XPASS: op-depth-test 23: test_case_rename on case (in)sensitive system > XPASS: copy_tests.py 102: case-only rename > > I'm wondering if

Re: Case-insensitive checks on Mac OS X 10.8.x XPASSing

2012-10-13 Thread Justin Erenkrantz
On Sat, Oct 13, 2012 at 5:35 PM, Bert Huijben wrote: > Which file system do you run your tests on? (it is easy to create case > sensitive filesystems manually, but there is no platform independent > way to detect them) It's hfs+ case-insensitive - and I am pretty sure that these tests didn't XPAS

RE: Case-insensitive checks on Mac OS X 10.8.x XPASSing

2012-10-13 Thread Bert Huijben
Which file system do you run your tests on? (it is easy to create case sensitive filesystems manually, but there is no platform independent way to detect them) The test should only run ok on case sensitive file systems or when apr's truename support works (which currently isn't the case on os/x /