On 5/5/2011 2:53 PM, Jeff Trawick wrote: > > Windows apr 1.4.3 zip, Visual C++ 2008 Express, Windows 7 > testall runs with no regressions compared with 1.4.2 equivalent > (2/5 testshm checks fail)
Actually they don't - if you run them as administrator :) Windows typical user mode doesn't provide the flexibility. > Unix apr 1.4.3 tarball, MinGW/MSYS, Windows 7 > 1.4.2 didn't build in my environment, 1.4.3 does > testall regressions compared with Visual C++ 2008 Express build: > 1. testdso has bad paths to library to load so test fails > (needs trunk backport) > 2. testmmap fails because data/mmap_datafile.txt needs CR-LF to work > on Windows, but Unix tarball has LF only > (and Unix tarball is needed to get configure) makes sense, we could be more tolerant in the tests.
