You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Graham Leggett <mi...@sharp.fm> on 2007/11/21 23:54:31 UTC

testatomic on apr-trunk

Hi all,

Just noticed that testatomic is failing on apr-trunk, on RHEL4/x86_64.

testatomic          : \Line 91: expected <(nil)>, but saw <0x419ef3> 
        FAILED 1 of 19

I see some changes below, not sure if they are related, this may just be 
a broken test:

   *) Implement apr_atomic_casptr() and apr_atomic_xchgptr() for z/OS.
      [David Jones <oscaremma gmail.com>]

   *) Utilise Solaris' native atomic_* functions for apr_atomics
      where appropriate. [Colm MacC<C3><A1>rthaigh]

Regards,
Graham
--