commit ef55a15d6c52c62481c5be750d8d53d89ff6e057
Author: Nicolas Thery <[email protected]>
Date:   Mon Jun 30 20:57:35 2014 +0200

    add posix semaphore test suite
    
    Port FreeBSD test suite, remove tests specific to FreeBSD
    implementation, and modify tests that do not comply with the standard.
    
    A next step could be to integrate this test in dfregress(8).
    
    Obtained-from:   FreeBSD
    Reviewed-by: [email protected]

Summary of changes:
 test/testcases/posixipc/Makefile       |    3 +
 test/testcases/posixipc/sem/Makefile   |    8 +
 test/testcases/posixipc/sem/posixsem.c | 1076 ++++++++++++++++++++++++++++++++
 test/testcases/posixipc/sem/test.c     |  133 ++++
 test/testcases/posixipc/sem/test.h     |   61 ++
 5 files changed, 1281 insertions(+)
 create mode 100644 test/testcases/posixipc/Makefile
 create mode 100644 test/testcases/posixipc/sem/Makefile
 create mode 100644 test/testcases/posixipc/sem/posixsem.c
 create mode 100644 test/testcases/posixipc/sem/test.c
 create mode 100644 test/testcases/posixipc/sem/test.h

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ef55a15d6c52c62481c5be750d8d53d89ff6e057


-- 
DragonFly BSD source repository

Reply via email to