]> sourceware.org Git - systemtap.git/commit
Run clone/fork/vfork tests with and without semaphores.
authorDavid Smith <dsmith@redhat.com>
Tue, 5 Oct 2010 21:52:30 +0000 (16:52 -0500)
committerDavid Smith <dsmith@redhat.com>
Tue, 5 Oct 2010 21:52:30 +0000 (16:52 -0500)
commit1818a48b50042e213b4bcd3a50cee0c6cb4576cd
treedc00a016dd02fec3cf6899ff90122a7f026c7d97
parentd63b741cb4a97af1b4f41077027784eae838eaf3
Run clone/fork/vfork tests with and without semaphores.

* testsuite/systemtap.clone/dtrace_clone.exp: Run the test twice - once
  without semaphores, once with semaphores.
* testsuite/systemtap.clone/dtrace_fork_exec.exp: Ditto.
* testsuite/systemtap.clone/dtrace_vfork_exec.exp: Ditto.
* testsuite/systemtap.clone/test_progs.tcl: Automatically run "make clean"
  when needed.  Allow callers to specify extra CFLAGS values.
* testsuite/systemtap.clone/dtrace_child.c: Allow semaphores to be
  ifdef'ed out.
* testsuite/systemtap.clone/dtrace_clone.c: Ditto.
* testsuite/systemtap.clone/dtrace_fork_parent.c: Ditto.
* testsuite/systemtap.clone/dtrace_vfork_parent.c: Ditto.
* testsuite/systemtap.clone/Makefile.fork_exec: Removed unused define.
* testsuite/systemtap.clone/Makefile.vfork_exec: Ditto.
testsuite/systemtap.clone/Makefile.fork_exec
testsuite/systemtap.clone/Makefile.vfork_exec
testsuite/systemtap.clone/dtrace_child.c
testsuite/systemtap.clone/dtrace_clone.c
testsuite/systemtap.clone/dtrace_clone.exp
testsuite/systemtap.clone/dtrace_fork_exec.exp
testsuite/systemtap.clone/dtrace_fork_parent.c
testsuite/systemtap.clone/dtrace_vfork_exec.exp
testsuite/systemtap.clone/dtrace_vfork_parent.c
testsuite/systemtap.clone/test_progs.tcl
This page took 0.02817 seconds and 5 git commands to generate.