testcases: Attempt to integrate POSIX IPC tests to dfregress(8)
authorAntonio Huete Jimenez <tuxillo@quantumachine.net>
Wed, 8 Jul 2015 10:38:27 +0000 (03:38 -0700)
committerAntonio Huete Jimenez <tuxillo@quantumachine.net>
Wed, 8 Jul 2015 10:38:27 +0000 (03:38 -0700)
commit0bba68feaae2960c1f2b5feb6978a8918f571707
treef87bd933ca44a593c7bab0f06a75f8434e3ff961
parent277c37c1ad8662a765510ab1e309236811eb5db1
testcases: Attempt to integrate POSIX IPC tests to dfregress(8)

- Tests have been split up so they run separately
54 files changed:
test/testcases/posixipc/Makefile
test/testcases/posixipc/close_unnamed_semaphore/Makefile [new file with mode: 0644]
test/testcases/posixipc/close_unnamed_semaphore/close_unnamed_semaphore.c [new file with mode: 0644]
test/testcases/posixipc/common/common.c [new file with mode: 0644]
test/testcases/posixipc/common/common.h [new file with mode: 0644]
test/testcases/posixipc/create_excl_existing_sem/Makefile [new file with mode: 0644]
test/testcases/posixipc/create_excl_existing_sem/create_excl_existing_sem.c [new file with mode: 0644]
test/testcases/posixipc/create_unnamed_semaphore/Makefile [new file with mode: 0644]
test/testcases/posixipc/create_unnamed_semaphore/create_unnamed_semaphore.c [new file with mode: 0644]
test/testcases/posixipc/destroy_named_semaphore/Makefile [new file with mode: 0644]
test/testcases/posixipc/destroy_named_semaphore/destroy_named_semaphore.c [new file with mode: 0644]
test/testcases/posixipc/file_test/Makefile [new file with mode: 0644]
test/testcases/posixipc/file_test/file_test.c [new file with mode: 0644]
test/testcases/posixipc/init_bad_value/Makefile [new file with mode: 0644]
test/testcases/posixipc/init_bad_value/init_bad_value.c [new file with mode: 0644]
test/testcases/posixipc/max_value/Makefile [new file with mode: 0644]
test/testcases/posixipc/max_value/max_value.c [new file with mode: 0644]
test/testcases/posixipc/open_after_unlink/Makefile [new file with mode: 0644]
test/testcases/posixipc/open_after_unlink/open_after_unlink.c [new file with mode: 0644]
test/testcases/posixipc/open_bad_value/Makefile [new file with mode: 0644]
test/testcases/posixipc/open_bad_value/open_bad_value.c [new file with mode: 0644]
test/testcases/posixipc/open_extra_flags/Makefile [new file with mode: 0644]
test/testcases/posixipc/open_extra_flags/open_extra_flags.c [new file with mode: 0644]
test/testcases/posixipc/open_invalid_path/Makefile [new file with mode: 0644]
test/testcases/posixipc/open_invalid_path/open_invalid_path.c [new file with mode: 0644]
test/testcases/posixipc/open_named_semaphore/Makefile [new file with mode: 0644]
test/testcases/posixipc/open_named_semaphore/open_named_semaphore.c [new file with mode: 0644]
test/testcases/posixipc/open_non_existing/Makefile [new file with mode: 0644]
test/testcases/posixipc/open_non_existing/open_non_existing.c [new file with mode: 0644]
test/testcases/posixipc/open_path_too_long/Makefile [new file with mode: 0644]
test/testcases/posixipc/open_path_too_long/open_path_too_long.c [new file with mode: 0644]
test/testcases/posixipc/post_test/Makefile [new file with mode: 0644]
test/testcases/posixipc/post_test/post_test.c [new file with mode: 0644]
test/testcases/posixipc/timedwait_expired/Makefile [new file with mode: 0644]
test/testcases/posixipc/timedwait_expired/timedwait_expired.c [new file with mode: 0644]
test/testcases/posixipc/timedwait_locked/Makefile [new file with mode: 0644]
test/testcases/posixipc/timedwait_locked/timedwait_locked.c [new file with mode: 0644]
test/testcases/posixipc/timedwait_unlocked/Makefile [new file with mode: 0644]
test/testcases/posixipc/timedwait_unlocked/timedwait_unlocked.c [new file with mode: 0644]
test/testcases/posixipc/trywait_locked/Makefile [new file with mode: 0644]
test/testcases/posixipc/trywait_locked/trywait_locked.c [new file with mode: 0644]
test/testcases/posixipc/trywait_unlocked/Makefile [new file with mode: 0644]
test/testcases/posixipc/trywait_unlocked/trywait_unlocked.c [new file with mode: 0644]
test/testcases/posixipc/unlink_path_too_long/Makefile [new file with mode: 0644]
test/testcases/posixipc/unlink_path_too_long/unlink_path_too_long.c [new file with mode: 0644]
test/testcases/posixipc/use_after_unlink/Makefile [new file with mode: 0644]
test/testcases/posixipc/use_after_unlink/use_after_unlink.c [new file with mode: 0644]
test/testcases/posixipc/wait_locked/Makefile [new file with mode: 0644]
test/testcases/posixipc/wait_locked/wait_locked.c [new file with mode: 0644]
test/testcases/posixipc/wait_two_proc/Makefile [new file with mode: 0644]
test/testcases/posixipc/wait_two_proc/wait_two_proc.c [new file with mode: 0644]
test/testcases/posixipc/wait_unlocked/Makefile [new file with mode: 0644]
test/testcases/posixipc/wait_unlocked/wait_unlocked.c [new file with mode: 0644]
test/testcases/sample.run