History log of /external/ltrace/testsuite/ltrace.minor/trace-fork.exp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
68621dbd097284a7a60318815399503c24518f12 17-Dec-2010 Zachary T Welch <zwelch@codesourcery.com> Make test suite work with non-standard installations

Augment LD_LIBRARY_PATH with alternate locations of libelf and libunwind
in ltrace_runtest. Also adds support for passing extra arguments, so
all tests can be rewritten to use that API calls. This patch makes the
test suite work (without any hacking) on systems that do not have those
libraries installed in standard locations.

Signed-off-by: Zachary T Welch <zwelch@codesourcery.com>
/external/ltrace/testsuite/ltrace.minor/trace-fork.exp
4627fc493db8459e6ef0597a4155a06b7d120d20 05-Nov-2010 Zachary T Welch <zwelch@codesourcery.com> Make test suite work for out-of-tree builds.

Use 'objdir' instead of 'srcdir' for building executables and saving
the .ltrace output files.

Signed-off-by: Zachary T Welch <zwelch@codesourcery.com>
/external/ltrace/testsuite/ltrace.minor/trace-fork.exp
593ee323b97ed61f68c209205c2b365897696942 31-Oct-2010 Petr Machata <pmachata@redhat.com> Some cleanup from Fedora:
- In man page, don't claim that we only support 32-bit binaries
- Make the fork test suite more accurate
- note about the puts/printf: modern GCCs compile printf ("string\n") into
puts ("string"). Always use puts to make this at least deterministic.
- add more tests to make sure that the fork indeed was properly followed
/external/ltrace/testsuite/ltrace.minor/trace-fork.exp
aee093126654f722523b47848a0c5449e39cf4bb 31-Aug-2007 Juan Cespedes <cespedes@debian.org> Some random fixes

* General: Small fixes (indentation, typos, clean-up of code)
* ltrace.c: Close output file on exit
* ltrace.c: use getenf("HOME") instead of getpwuid(geteuid())->pw_dir
* read_config_file.c, display_args.c: remove "ignore" argtype;
that's what "void" is for
* packaging/debian/: misc fixes, sync with version 0.5-1
* etc/ltrace.conf: added more system calls
* testsuite/ltrace.minor/trace-clone.c: sleep(1) to avoid earlier
termination of process
* sysdeps/linux-gnu/trace.c: trace_pid(): reverted Petr's patch
to wait for child to stop, as it stopped following clone()
* process_event.c: Disable breakpoints before doing fork() (again!),
to make children work as expected
/external/ltrace/testsuite/ltrace.minor/trace-fork.exp
98d884bfd78ea7a37f46515c6e9e3635a95d8cbc 14-Mar-2006 Paul Gilliam <pgilliam@us.ibm.com> Add a dejagnu-based testsuite.
/external/ltrace/testsuite/ltrace.minor/trace-fork.exp