OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Federico Schwindt (fgsopenbsd.org)
Date: Sat Nov 03 2001 - 15:57:00 CST

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    On Fri, Nov 02, 2001 at 09:33:48PM -0700, Marco S Hyman wrote:
    > CVSROOT: /cvs
    > Module name: src
    > Changes by: marccvs.openbsd.org 2001/11/02 21:33:48
    >
    > Modified files:
    > regress/lib/libc_r/pthread_mutex: pthread_mutex.c
    > regress/lib/libc_r/signal: signal.c
    >
    > Log message:
    > Fix pthread_mutex regression test... undefined behavior does not
    > mean != EPERM in one test, minor changes to recursive mutex test.
     
      actually the problem is in the threads mutex code.
      i've a fix for it, but i'm waiting to commit other code as well.

    > remove printf in signal test signal handler, run test long enough
    > to ensure signal hander is called at least twice, reduce output.
    >
    > Note: running these tests over a remote console may indicate bogus
    > falures due to console output latency. Any test that takes longer
    > than 5 seconds to complete may be flagged as a failure.

      yes, we prolly have to move that to other values, or set'em per test.
     
      f.-