History log of /external/strace/test/Makefile
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
017175208435b7ea3e006f504298f745b59c7789 31-Dec-2015 Dmitry V. Levin <ldv@altlinux.org> test: remove fork.c and vfork.c

These manual tests are obsoleted by fork-f.test and vfork-f.test.

* test/fork.c: Remove.
* test/vfork.c: Remove.
* test/Makefile (PROGS): Remove fork and vfork.
* test/.gitignore: Remove fork and vfork.
/external/strace/test/Makefile
68ba190f0a24b2175e88941de6d70f1fc71d9bd9 21-Mar-2015 Denys Vlasenko <dvlasenk@redhat.com> New test: test/many_looping_threads.c

Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
/external/strace/test/Makefile
35431577b55b597f6765f8ff342378d7a5d89eca 21-Mar-2015 Denys Vlasenko <dvlasenk@redhat.com> test/Makefile: add missing test targets

Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
/external/strace/test/Makefile
30bcb792cf3d26f915c88317d687a8ae838ecf0c 04-Mar-2015 Dmitry V. Levin <ldv@altlinux.org> tests: add a test for sigreturn/rt_sigreturn decoding

Convert test/sigreturn.c into a regular test.

* test/Makefile (PROGS): Remove sigreturn.
* test/.gitignore: Likewise.
* test/sigreturn.c: Rewrite to ...
* tests/sigreturn.c: ... new file.
* tests/sigreturn.test: New test.
* tests/Makefile.am (check_PROGRAMS): Add sigreturn.
(TESTS): Add sigreturn.test.
* tests/.gitignore: Add sigreturn.
/external/strace/test/Makefile
35701997cf86e1b83086a56842c6b6c4fc8c40e5 06-Feb-2015 Dmitry V. Levin <ldv@altlinux.org> test: add a manual test for seccomp decoding

* test/.gitignore: Add seccomp.
* test/Makefile (PROGS): Likewise.
* test/seccomp.c: New file.
* test/README: Mention ../tests/.
/external/strace/test/Makefile
e837b14a5306d92ff37a916427c7bbb0c52ec009 04-Feb-2015 Dmitry V. Levin <ldv@altlinux.org> tests: add a test for select syscall decoding

Convert test/select.c into a regular test.

* test/Makefile (PROGS): Remove select.
* test/.gitignore: Likewise.
* test/select.c: Rewrite to ...
* tests/select.c: ... new file.
* tests/select.awk: New file.
* tests/select.test: New test.
* tests/Makefile.am (check_PROGRAMS): Add select.
(TESTS): Add select.test.
(EXTRA_DIST): Add select.awk.
* tests/.gitignore: Add select.
/external/strace/test/Makefile
025f1082b6c9573772472cc9039c2e10225c2c42 05-Nov-2013 Dr. David Alan Gilbert <dave@treblig.org> Fix select decoding with bogus (huge or negative) nfds.

We used to allocate and fetch bit arrays using a sanitized
length, but then iterate over them with "j < arg[0]" condition,
where arg[0] is not sanitized. This segfaults if arg[0] is huge
or negative. This change fixes this.

Add test/select.c to capture the case.

Signed-off-by: Dr. David Alan Gilbert <dave@treblig.org>
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
/external/strace/test/Makefile
b51f364c4241aa247a7a22f92c06f1f1a4ab99b4 16-Jul-2013 Denys Vlasenko <dvlasenk@redhat.com> Improve sigreturn decoding on x86 to show RT signal bits too.

This includes decoding of 32-bit sigreturn by 64-bit strace,
which previously wasn't done.

Added a test for it.

Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
/external/strace/test/Makefile
48d3159d67e5786c94c3e51ce9d2a45cb4470e1a 02-May-2013 Mike Frysinger <vapier@gentoo.org> test: add mtd/ubi test helpers

I used these to develop the mtd/ubi ioctl decoders.

* test/.gitignore: Add mtd/ubi.
* test/Makefile: Declare all tests in a PROGS var.
Declare build targets .PHONY.
(all): Depend on $(PROGS) instead of hardcoded list.
(clean): Remove $(PROGS) instead of hardcoded list.
* test/mtd.c: New file.
* test/ubi.c: Likewise.
/external/strace/test/Makefile
b51ce624548b13aeead20cf519567a1ee9349749 02-May-2013 Mike Frysinger <vapier@gentoo.org> test: include headers for used funcs

These funcs use things like wait/write/read/strcmp but sometimes
don't include the right header for them.

* test/Makefile: Add -Wall to CFLAGS.
* test/clone.c: Include unistd.h.
* test/fork.c: Include sys/wait.h.
* test/sig.c: Include unistd.h.
* test/sigkill_rain.c: Include sys/wait.h.
* test/vfork.c: Include sys/wait.h.
* test/wait_must_be_interruptible.c: Include string.h
/external/strace/test/Makefile
a6d91ded3f2d5401e09a9c2fa442aabfbfe593a8 16-Mar-2012 Denys Vlasenko <vda.linux@googlemail.com> Tidy up includes and copyright notices, fix indentation

The files not mentioned in changelog below had only
copyright notices fixes and indentation fixes.

* defs.h: Include <stdint.h> and <inttypes.h>.
* file.c: Do not include <inttypes.h>.
Move struct kernel_dirent declaration below top include block.
* block.c: Do not include <stdint.h> and <inttypes.h>.
* quota.c: Likewise.
* desc.c: Likewise.
* signal.c: Likewise.

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
/external/strace/test/Makefile
c76ae4352e4893ec0c93010ee1e9b7ddc0056804 27-Jan-2012 Denys Vlasenko <vda.linux@googlemail.com> Add new test program: test/threaded_execve.c

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
/external/strace/test/Makefile
8158e7716c330d21f116ea6c6479f3d559c63f38 08-Jun-2011 Denys Vlasenko <dvlasenk@redhat.com> Update test/* directory, it seem to be a bit bit-rotted

Added README; modified sigkill_rain.c to be more understandable,
made clone.c compile; added wait_must_be_interruptible.c test;
updated Makefile and .gitignore.

Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
/external/strace/test/Makefile
414fe7d4d284e22d7855c5367f17dbc0714738d9 08-Jul-2009 Dmitry V. Levin <ldv@altlinux.org> Cleanup trailing whitespaces and indentation that uses spaces before tabs

Correct spacing to fix warnings reported by
git diff --check 4b825dc642cb6eb9a060e54bf8d69288fbee4904 HEAD

Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
/external/strace/test/Makefile
276ceb33f20fc41403e46684e441230296f6a433 13-Nov-2007 Roland McGrath <roland@redhat.com> 2007-11-06 Jan Kratochvil <jan.kratochvil@redhat.com>

* strace.c [LINUX] (droptcb): Recurse on TCP->parent if it is a
TCB_EXITING zombie group leader.
* test/childthread.c: New file.
* test/.cvsignore, test/Makefile: Add it.
Code advisory: Roland McGrath
Fixes RH#354261.
/external/strace/test/Makefile
e1e57b28407f808962bb4481d678ec03ec5838dd 05-Jul-2007 Roland McGrath <roland@redhat.com> 2007-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>

* test/leaderkill.c: New file.
* test/.cvsignore, test/Makefile: Add it.
/external/strace/test/Makefile
c792698a99b640e7d256e8692c992bd967f0c5b2 11-Apr-2000 Wichert Akkerman <wichert@deephackmode.org> README-linux: updated to note that strace might not compile
with development kernels
bjm.c: sys_query_module: check if malloc succeeds
system.c: sys_cap[gs]et(): check if malloc succeeds, only malloc once
linux/syscallent.h: updated for 2.3.99pre3
linux/alpha/syscallent.h: updated for 2.3.99pre3, add all osf syscalls
even though Linux doesn't implement them
syscall.c: add global variables for MIPS registers as well
syscall.c: move global variables to before get_scno since that uses them
util.c: oops, misspelled defined
process.c: fix ptrace calls in change_syscall
mem.c: decode sys_madvise
Merge patch from Topi Miettinen <Topi.Miettinen@nic.fi>
+ add support for quotactl, fdatasync, mlock, mlockall, munlockall & acct
+ small fix for RLIMIT_* and RUSAGE_BOTH
+ enhace support for capget and capset
/external/strace/test/Makefile
faf722234dc8af97776f94fdda7e100fb60650a2 20-Feb-2000 Wichert Akkerman <wichert@deephackmode.org> test/vfork.c: new file to test vfork traces
test/.cvsignore: new file
defs.h: Up maximum number of traced processed to 64
strace.c: Disable some debugging code from davidm
implement setarg for more architectures
implement change_syscall
/external/strace/test/Makefile
245a6ac0e71d7ecdbb776b12b735de58cf5a055b 01-Feb-2000 Pavel Machek <pavel@ucw.cz> Automatically probe for sys/poll.h

Include example of nasty program where strace (by design) gives
incorrect output.
/external/strace/test/Makefile
76baf7c9f6dd61a15524ad43c1b690c252cf5b7c 19-Feb-1999 Wichert Akkerman <wichert@deephackmode.org> Initial revision
/external/strace/test/Makefile