pipe_consumer() test...

    /* naive fairness test */
    ABTS_INT_EQUAL(tc, 1, !!consumed);
}

at line 383 is failing (expected 1 but !!consumed evaluates to 0).

Can someone familiar with the condvar logic comment, is the test simply
too naive to trust?  Or is there an actual issue?  This happens on;

Linux s170.rcs 2.6.22.9-91.fc7 #1 SMP Thu Sep 27 23:10:59 EDT 2007 i686 i686 
i386 GNU/Linux

Reply via email to