While testing the new APR 1.4.8 I ran the httpd test suite on trunk, the first time since long.
1) eventopt didn't run on SLES 10 32 Bit ======================================== Error message: [Wed Jun 19 14:24:21.443541 2013] [mpm_eventopt:crit] [pid 25540:tid 3082651312] AH02406: atomics not working as expected http://svn.apache.org/viewvc?view=revision&revision=r1410459 I don't really understand why the test is supposed to work, it decrements below "0". The test also fails for the event MPM, but hans't (yet) been backported to 2.4. 2) include.t ============ I noticed sporadic test failures for include.t when checking the file time. The time zone expected by the test framework was CET, but the time zone returned by mod_include was UTC. I noticed it only happens for the eventopt MPM and checked the code. I found the function force_set_tz() that sets the TZ variable to UTC if it is not already set. At this point I only wanted to note that this breaks include.t: # Failed test 59 in t/modules/include.t at line 349 Regards, Rainer